Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.events |
Provides event wrapper classes for the CAP v3 protocol.
|
com.opencloud.slee.resources.in.datatypes.sms |
Defines classes to represent some short message service (SMS) types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
Modifier and Type | Method and Description |
---|---|
int |
CAP3Dialog.sendReleaseSMS(RPCause argument)
Issues a releaseSMS operation request on the dialog.
|
Constructor and Description |
---|
CAP3ReleaseSMSRequestEvent(CAP3Dialog dialog,
TcapOperation operation,
RPCause argument,
int invokeId,
boolean hasLinkedId,
int linkedId,
boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3ReleaseSMSRequestEvent
|
Modifier and Type | Method and Description |
---|---|
RPCause |
RPCause.clone()
Constructs a copy of this object and everything reachable from it.
|
static RPCause |
RPCause.copyOf(RPCause from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
RPCause |
RPCause.setCauseValue(RPCause.CauseValue value)
Sets the value of the cause value.
|
RPCause |
RPCause.setDiagnostic(int value)
Sets the value of any diagnostic.
|
RPCause |
RPCause.setDiagnosticPresent(boolean flag)
Sets the presence or absence of the field Diagnostic.
|
Modifier and Type | Method and Description |
---|---|
static RPCause |
RPCause.copyOf(RPCause from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|