Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPrepareSubsequentHO_Arg
-
Packages that use MAPPrepareSubsequentHO_Arg 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 MAPPrepareSubsequentHO_Arg in com.opencloud.slee.resources.cgin.map
Subclasses of MAPPrepareSubsequentHO_Arg in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description classMAPPrepareSubsequentHO_Arg_v3API for MAP-MS-DataTypes.PrepareSubsequentHO-Arg-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPPrepareSubsequentHO_Arg Modifier and Type Method Description MAPPrepareSubsequentHO_ArgMAPPrepareSubsequentHO_Arg. clone()Constructs a copy of this object and everything reachable from it.static MAPPrepareSubsequentHO_ArgMAPPrepareSubsequentHO_Arg. copyOf(MAPPrepareSubsequentHO_Arg 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.MAPPrepareSubsequentHO_ArgMAPPrepareSubsequentHO_Arg. setBss_APDU(MAPExternalSignalInfo value)Sets the value of the field bss-APDU.MAPPrepareSubsequentHO_ArgMAPPrepareSubsequentHO_Arg. setTargetCellId(CellGlobalId value)Sets the value of the field targetCellId.MAPPrepareSubsequentHO_ArgMAPPrepareSubsequentHO_Arg. setTargetMSC_Number(AddressString value)Sets the value of the field targetMSC-Number.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPrepareSubsequentHO_Arg Modifier and Type Method Description static MAPPrepareSubsequentHO_Arg_v3MAPPrepareSubsequentHO_Arg_v3. copyOf(MAPPrepareSubsequentHO_Arg 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 MAPPrepareSubsequentHO_ArgMAPPrepareSubsequentHO_Arg. copyOf(MAPPrepareSubsequentHO_Arg 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.intMAPDialog. sendPrepareSubsequentHandover(long timeout, MAPPrepareSubsequentHO_Arg argument)Issues a prepareSubsequentHandover operation request on the dialog. -
Uses of MAPPrepareSubsequentHO_Arg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPPrepareSubsequentHO_Arg Constructor Description MAPPrepareSubsequentHandoverRequestEvent(MAPDialog dialog, TcapOperation operation, MAPPrepareSubsequentHO_Arg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareSubsequentHandoverRequestEvent -
Uses of MAPPrepareSubsequentHO_Arg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPrepareSubsequentHO_Arg Modifier and Type Field Description static PersistCodec<MAPPrepareSubsequentHO_Arg,MAPPrepareSubsequentHO_Arg_v3,MAPProto.MAP_MS_DataTypes_PrepareSubsequentHO_Arg_v3>MAPCodecs. MAP_MS_DataTypes_PrepareSubsequentHO_Arg_v3Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PrepareSubsequentHO-Arg-v3static PersistCodec<MAPPrepareSubsequentHO_Arg,MAPPrepareSubsequentHO_Arg,MAPProto.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Arg>MAPCodecs. MAP_MS_DataTypes_R98_PrepareSubsequentHO_ArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareSubsequentHO-Argstatic PersistCodec<MAPPrepareSubsequentHO_Arg,MAPPrepareSubsequentHO_Arg,MAPProto.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Arg>MAPCodecs. MAP_MS_DataTypes_R98_PrepareSubsequentHO_ArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareSubsequentHO-Arg
-