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 |
---|---|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.copyOf(MAPAnyTimeInterrogationArg 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.
|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.setGsmSCF_Address(AddressString value)
Sets the value of the field gsmSCF-Address.
|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.setRequestedInfo(MAPRequestedInfo value)
Sets the value of the field requestedInfo.
|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.setSubscriberIdentity(MAPSubscriberIdentity value)
Sets the value of the field subscriberIdentity.
|
Modifier and Type | Method and Description |
---|---|
static MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.copyOf(MAPAnyTimeInterrogationArg 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.sendAnyTimeInterrogation(long timeout,
MAPAnyTimeInterrogationArg argument)
Issues an anyTimeInterrogation operation request on the dialog.
|
Constructor and Description |
---|
MAPAnyTimeInterrogationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPAnyTimeInterrogationArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAnyTimeInterrogationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAnyTimeInterrogationArg,MAPAnyTimeInterrogationArg,MAPProto.MAP_MS_DataTypes_AnyTimeInterrogationArg> |
MAPCodecs.MAP_MS_DataTypes_AnyTimeInterrogationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeInterrogationArg
|
static PersistCodec<MAPAnyTimeInterrogationArg,MAPAnyTimeInterrogationArg,MAPProto.MAP_MS_DataTypes_AnyTimeInterrogationArg> |
MAPCodecs.MAP_MS_DataTypes_AnyTimeInterrogationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeInterrogationArg
|