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 |
---|---|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.copyOf(MAPPrepareGroupCallArg 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.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setAsciCallReference(byte[] value)
Sets the value of the field asciCallReference.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setCipheringAlgorithm(byte[] value)
Sets the value of the field cipheringAlgorithm.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setCodec_Info(byte[] value)
Sets the value of the field codec-Info.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setGroupKey(byte[] value)
Sets the value of the field groupKey.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setGroupKeyNumber_Vk_Id(int value)
Sets the value of the field groupKeyNumber-Vk-Id and marks the field as present.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setGroupKeyNumber_Vk_IdPresent(boolean flag)
Sets the presence or absence of the optional field groupKeyNumber-Vk-Id.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setPriority(int value)
Sets the value of the field priority and marks the field as present.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setPriorityPresent(boolean flag)
Sets the presence or absence of the optional field priority.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setTalkerChannelParameterPresent(boolean flag)
Sets the presence or absence of the optional field talkerChannelParameter.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setTeleservice(byte[] value)
Sets the value of the field teleservice.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setUplinkFreePresent(boolean flag)
Sets the presence or absence of the optional field uplinkFree.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setUplinkReplyIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReplyIndicator.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setVstk_rand(byte[] value)
Sets the value of the field vstk-rand.
|
MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.setVstk(byte[] value)
Sets the value of the field vstk.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrepareGroupCallArg |
MAPPrepareGroupCallArg.copyOf(MAPPrepareGroupCallArg 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.sendPrepareGroupCall(long timeout,
MAPPrepareGroupCallArg argument)
Issues a prepareGroupCall operation request on the dialog.
|
Constructor and Description |
---|
MAPPrepareGroupCallRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPPrepareGroupCallArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareGroupCallRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPrepareGroupCallArg,MAPPrepareGroupCallArg,MAPProto.MAP_GR_DataTypes_PrepareGroupCallArg> |
MAPCodecs.MAP_GR_DataTypes_PrepareGroupCallArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.PrepareGroupCallArg
|
static PersistCodec<MAPPrepareGroupCallArg,MAPPrepareGroupCallArg,MAPProto.MAP_GR_DataTypes_PrepareGroupCallArg> |
MAPCodecs.MAP_GR_DataTypes_PrepareGroupCallArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.PrepareGroupCallArg
|