Uses of Class
com.opencloud.slee.resources.cgin.ComponentRejectedEvent.RejectType
-
Packages that use ComponentRejectedEvent.RejectType Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of ComponentRejectedEvent.RejectType in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return ComponentRejectedEvent.RejectType Modifier and Type Method Description ComponentRejectedEvent.RejectType
ComponentRejectedEvent. getRejectType()
Get the rejection type (local or remote) of this event.static ComponentRejectedEvent.RejectType
ComponentRejectedEvent.RejectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentRejectedEvent.RejectType[]
ComponentRejectedEvent.RejectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.cgin with parameters of type ComponentRejectedEvent.RejectType Constructor Description ComponentRejectedEvent(Dialog dialog, int invokeId, ComponentRejectedEvent.RejectType rejectType, RejectProblem rejectProblem)
Construct a new event for a component rejection.
-