| Package | Description |
|---|---|
| com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
ComponentRejectedEvent(Dialog dialog,
int invokeId,
ComponentRejectedEvent.RejectType rejectType,
RejectProblem rejectProblem)
Construct a new event for a component rejection.
|