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 |
---|---|
MAPRegisterCC_EntryArg |
MAPRegisterCC_EntryArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRegisterCC_EntryArg |
MAPRegisterCC_EntryArg.copyOf(MAPRegisterCC_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.
|
MAPRegisterCC_EntryArg |
MAPRegisterCC_EntryArg.setCcbs_Data(MAPCCBS_Data value)
Sets the value of the field ccbs-Data.
|
MAPRegisterCC_EntryArg |
MAPRegisterCC_EntryArg.setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
Modifier and Type | Method and Description |
---|---|
static MAPRegisterCC_EntryArg |
MAPRegisterCC_EntryArg.copyOf(MAPRegisterCC_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.sendRegisterCC_Entry(long timeout,
MAPRegisterCC_EntryArg argument)
Issues a registerCC_Entry operation request on the dialog.
|
Constructor and Description |
---|
MAPRegisterCC_EntryRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPRegisterCC_EntryArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRegisterCC_EntryRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRegisterCC_EntryArg,MAPRegisterCC_EntryArg,MAPProto.MAP_SS_DataTypes_RegisterCC_EntryArg> |
MAPCodecs.MAP_SS_DataTypes_RegisterCC_EntryArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterCC-EntryArg
|
static PersistCodec<MAPRegisterCC_EntryArg,MAPRegisterCC_EntryArg,MAPProto.MAP_SS_DataTypes_RegisterCC_EntryArg> |
MAPCodecs.MAP_SS_DataTypes_RegisterCC_EntryArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterCC-EntryArg
|