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 |
---|---|
ProviderErrorReason |
OperationProviderErrorEvent.getReason() |
static ProviderErrorReason |
ProviderErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderErrorReason[] |
ProviderErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OperationProviderErrorEvent(Dialog dialog,
TcapOperation operation,
int invokeId,
ProviderErrorReason reason,
RejectProblem rejectProblem) |