Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPrepareHO_Res
-
Packages that use MAPPrepareHO_Res 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. -
-
Uses of MAPPrepareHO_Res in com.opencloud.slee.resources.cgin.map
Subclasses of MAPPrepareHO_Res in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPPrepareHO_Res_v3
API for MAP-MS-DataTypes.PrepareHO-Res-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPPrepareHO_Res Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPrepareHO_Res Modifier and Type Method 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 (last) response to a prepareHandover operation on the dialog.void
MAPDialog. sendPrepareHandoverResponse(int invokeId, MAPPrepareHO_Res result, boolean isLast)
Issues a response to a prepareHandover operation on the dialog. -
Uses of MAPPrepareHO_Res in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPPrepareHO_Res Constructor Description MAPPrepareHandoverResultEvent(MAPDialog dialog, TcapOperation operation, MAPPrepareHO_Res argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareHandoverResultEvent -
Uses of MAPPrepareHO_Res in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPrepareHO_Res Modifier and Type Field 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-v3static 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-Resstatic 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
-