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 | Class and Description |
---|---|
class |
MAPPrepareHO_Res_v3
API for MAP-MS-DataTypes.PrepareHO-Res-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareHO_Res |
MAPPrepareHO_Res.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareHO_Res |
MAPPrepareHO_Res.copyOf(MAPPrepareHO_Res 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.
|
MAPPrepareHO_Res |
MAPPrepareHO_Res.setBss_APDU(MAPExternalSignalInfo value)
Sets the value of the field bss-APDU.
|
MAPPrepareHO_Res |
MAPPrepareHO_Res.setHandoverNumber(AddressString value)
Sets the value of the field handoverNumber.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrepareHO_Res_v3 |
MAPPrepareHO_Res_v3.copyOf(MAPPrepareHO_Res 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.
|
static MAPPrepareHO_Res |
MAPPrepareHO_Res.copyOf(MAPPrepareHO_Res 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.sendPrepareHandoverResponse(int invokeId,
MAPPrepareHO_Res result)
Issues a response to a prepareHandover operation on the dialog.
|
Constructor and Description |
---|
MAPPrepareHandoverResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPPrepareHO_Res argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareHandoverResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPrepareHO_Res,MAPPrepareHO_Res_v3,MAPProto.MAP_MS_DataTypes_PrepareHO_Res_v3> |
MAPCodecs.MAP_MS_DataTypes_PrepareHO_Res_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PrepareHO-Res-v3
|
static PersistCodec<MAPPrepareHO_Res,MAPPrepareHO_Res,MAPProto.MAP_MS_DataTypes_R98_PrepareHO_Res> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareHO_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareHO-Res
|
static PersistCodec<MAPPrepareHO_Res,MAPPrepareHO_Res,MAPProto.MAP_MS_DataTypes_R98_PrepareHO_Res> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareHO_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareHO-Res
|