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 |
---|---|
MAPEraseCC_EntryArg |
MAPEraseCC_EntryArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEraseCC_EntryArg |
MAPEraseCC_EntryArg.copyOf(MAPEraseCC_EntryArg 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.
|
MAPEraseCC_EntryArg |
MAPEraseCC_EntryArg.setCcbs_Index(int value)
Sets the value of the field ccbs-Index and marks the field as present.
|
MAPEraseCC_EntryArg |
MAPEraseCC_EntryArg.setCcbs_IndexPresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Index.
|
MAPEraseCC_EntryArg |
MAPEraseCC_EntryArg.setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
Modifier and Type | Method and Description |
---|---|
static MAPEraseCC_EntryArg |
MAPEraseCC_EntryArg.copyOf(MAPEraseCC_EntryArg 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.sendEraseCC_Entry(long timeout,
MAPEraseCC_EntryArg argument)
Issues an eraseCC_Entry operation request on the dialog.
|
Constructor and Description |
---|
MAPEraseCC_EntryRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPEraseCC_EntryArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPEraseCC_EntryRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPEraseCC_EntryArg,MAPEraseCC_EntryArg,MAPProto.MAP_SS_DataTypes_EraseCC_EntryArg> |
MAPCodecs.MAP_SS_DataTypes_EraseCC_EntryArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.EraseCC-EntryArg
|
static PersistCodec<MAPEraseCC_EntryArg,MAPEraseCC_EntryArg,MAPProto.MAP_SS_DataTypes_EraseCC_EntryArg> |
MAPCodecs.MAP_SS_DataTypes_EraseCC_EntryArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.EraseCC-EntryArg
|