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_EntryRes |
MAPEraseCC_EntryRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEraseCC_EntryRes |
MAPEraseCC_EntryRes.copyOf(MAPEraseCC_EntryRes 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_EntryRes |
MAPEraseCC_EntryRes.setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPEraseCC_EntryRes |
MAPEraseCC_EntryRes.setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
Modifier and Type | Method and Description |
---|---|
static MAPEraseCC_EntryRes |
MAPEraseCC_EntryRes.copyOf(MAPEraseCC_EntryRes 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.
|
void |
MAPDialog.sendEraseCC_EntryResponse(int invokeId,
MAPEraseCC_EntryRes result)
Issues a response to an eraseCC_Entry operation on the dialog.
|
Constructor and Description |
---|
MAPEraseCC_EntryResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPEraseCC_EntryRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPEraseCC_EntryResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPEraseCC_EntryRes,MAPEraseCC_EntryRes,MAPProto.MAP_SS_DataTypes_EraseCC_EntryRes> |
MAPCodecs.MAP_SS_DataTypes_EraseCC_EntryRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.EraseCC-EntryRes
|
static PersistCodec<MAPEraseCC_EntryRes,MAPEraseCC_EntryRes,MAPProto.MAP_SS_DataTypes_EraseCC_EntryRes> |
MAPCodecs.MAP_SS_DataTypes_EraseCC_EntryRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.EraseCC-EntryRes
|