Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSS_InvocationNotificationRes
-
Packages that use MAPSS_InvocationNotificationRes 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 MAPSS_InvocationNotificationRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSS_InvocationNotificationRes Modifier and Type Method Description MAPSS_InvocationNotificationRes
MAPSS_InvocationNotificationRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_InvocationNotificationRes
MAPSS_InvocationNotificationRes. copyOf(MAPSS_InvocationNotificationRes 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.MAPSS_InvocationNotificationRes
MAPSS_InvocationNotificationRes. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSS_InvocationNotificationRes Modifier and Type Method Description static MAPSS_InvocationNotificationRes
MAPSS_InvocationNotificationRes. copyOf(MAPSS_InvocationNotificationRes 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. sendSs_InvocationNotificationResponse(int invokeId, MAPSS_InvocationNotificationRes result)
Issues a (last) response to a ss_InvocationNotification operation on the dialog.void
MAPDialog. sendSs_InvocationNotificationResponse(int invokeId, MAPSS_InvocationNotificationRes result, boolean isLast)
Issues a response to a ss_InvocationNotification operation on the dialog. -
Uses of MAPSS_InvocationNotificationRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSS_InvocationNotificationRes Constructor Description MAPSs_InvocationNotificationResultEvent(MAPDialog dialog, TcapOperation operation, MAPSS_InvocationNotificationRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSs_InvocationNotificationResultEvent -
Uses of MAPSS_InvocationNotificationRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSS_InvocationNotificationRes Modifier and Type Field Description static PersistCodec<MAPSS_InvocationNotificationRes,MAPSS_InvocationNotificationRes,MAPProto.MAP_SS_DataTypes_SS_InvocationNotificationRes>
MAPCodecs. MAP_SS_DataTypes_SS_InvocationNotificationRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-InvocationNotificationResstatic PersistCodec<MAPSS_InvocationNotificationRes,MAPSS_InvocationNotificationRes,MAPProto.MAP_SS_DataTypes_SS_InvocationNotificationRes>
MAPCodecs. MAP_SS_DataTypes_SS_InvocationNotificationRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-InvocationNotificationRes
-