Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPerformHandoverArg
-
Packages that use MAPPerformHandoverArg 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 MAPPerformHandoverArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPPerformHandoverArg Modifier and Type Method Description MAPPerformHandoverArg
MAPPerformHandoverArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPPerformHandoverArg
MAPPerformHandoverArg. copyOf(MAPPerformHandoverArg 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.MAPPerformHandoverArg
MAPPerformHandoverArg. setChannelType(byte[] value)
Sets the value of the field channelType.MAPPerformHandoverArg
MAPPerformHandoverArg. setClassmarkInformation(byte[] value)
Sets the value of the field classmarkInformation.MAPPerformHandoverArg
MAPPerformHandoverArg. setHandoverPriority(byte[] value)
Sets the value of the field handoverPriority.MAPPerformHandoverArg
MAPPerformHandoverArg. setKc(byte[] value)
Sets the value of the field kc.MAPPerformHandoverArg
MAPPerformHandoverArg. setServingCellId(CellGlobalId value)
Sets the value of the field servingCellId.MAPPerformHandoverArg
MAPPerformHandoverArg. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPerformHandoverArg Modifier and Type Method Description static MAPPerformHandoverArg
MAPPerformHandoverArg. copyOf(MAPPerformHandoverArg 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. sendPerformHandover(long timeout, MAPPerformHandoverArg argument)
Issues a performHandover_v1 operation request on the dialog. -
Uses of MAPPerformHandoverArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPPerformHandoverArg Constructor Description MAPPerformHandoverRequestEvent(MAPDialog dialog, TcapOperation operation, MAPPerformHandoverArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPerformHandoverRequestEvent -
Uses of MAPPerformHandoverArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPerformHandoverArg Modifier and Type Field Description static PersistCodec<MAPPerformHandoverArg,MAPPerformHandoverArg,MAPProto.MAP_MS_DataTypes_ph1_PerformHandoverArg>
MAPCodecs. MAP_MS_DataTypes_ph1_PerformHandoverArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.PerformHandoverArgstatic PersistCodec<MAPPerformHandoverArg,MAPPerformHandoverArg,MAPProto.MAP_MS_DataTypes_ph1_PerformHandoverArg>
MAPCodecs. MAP_MS_DataTypes_ph1_PerformHandoverArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.PerformHandoverArg
-