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 MAPGuidanceInfo |
MAPGuidanceInfo.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
static MAPGuidanceInfo |
MAPGuidanceInfo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPGuidanceInfo[] |
MAPGuidanceInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
MAPDialog.sendGetPassword(int linkedId,
long timeout,
MAPGuidanceInfo argument)
Issues a getPassword_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPGetPasswordRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPGuidanceInfo argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPGetPasswordRequestEvent
|