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.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPReleaseResourcesArg |
MAPReleaseResourcesArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPReleaseResourcesArg |
MAPReleaseResourcesArg.copyOf(MAPReleaseResourcesArg 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.
|
MAPReleaseResourcesArg |
MAPReleaseResourcesArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPReleaseResourcesArg |
MAPReleaseResourcesArg.setMsrn(AddressString value)
Sets the value of the field msrn.
|
Modifier and Type | Method and Description |
---|---|
static MAPReleaseResourcesArg |
MAPReleaseResourcesArg.copyOf(MAPReleaseResourcesArg 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.
|
int |
MAPDialog.sendReleaseResources(long timeout,
MAPReleaseResourcesArg argument)
Issues a releaseResources operation request on the dialog.
|
Constructor and Description |
---|
MAPReleaseResourcesRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPReleaseResourcesArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPReleaseResourcesRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPReleaseResourcesArg,MAPReleaseResourcesArg,MAPProto.MAP_CH_DataTypes_ReleaseResourcesArg> |
MAPCodecs.MAP_CH_DataTypes_ReleaseResourcesArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ReleaseResourcesArg
|
static PersistCodec<MAPReleaseResourcesArg,MAPReleaseResourcesArg,MAPProto.MAP_CH_DataTypes_ReleaseResourcesArg> |
MAPCodecs.MAP_CH_DataTypes_ReleaseResourcesArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ReleaseResourcesArg
|