Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPPW_RegistrationFailureCause |
MAPPW_RegistrationFailureCause.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
static MAPPW_RegistrationFailureCause |
MAPPW_RegistrationFailureCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPPW_RegistrationFailureCause[] |
MAPPW_RegistrationFailureCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MAPDialog.sendPw_RegistrationFailureError(int invokeId,
MAPPW_RegistrationFailureCause error)
Issues a pw_RegistrationFailure error response for an operation on the dialog.
|
Constructor and Description |
---|
MAPPw_RegistrationFailureErrorEvent(MAPDialog dialog,
TcapOperation operation,
TcapError error,
MAPPW_RegistrationFailureCause parameter,
int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPw_RegistrationFailureErrorEvent
|