ipsmgw 2.9.0
A B C D E F G H I K L M N O P R S T U V W _ 

S

SEND_MESSAGE_FAILED_INSTRUCTION - Static variable in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Send Message instruction value, used in FailedInstruction.
SEND_MESSAGE_FAILED_INSTRUCTION - Static variable in interface com.opencloud.sentinel.multileg.Leg
Send Message instruction value, used in FailedInstruction.
sendCancel() - Method in interface com.opencloud.sentinel.multileg.Leg
Queues a CANCEL to the initial INVITE on the leg's MessagesToSend queue.
sendClose(boolean) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Close the dialog associated with this leg.
sendDialogTcapMessage(DialogMessageTcapMessage) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Issue a TCAP message on the dialog associated with this leg.
sendError(TCOperationUserErrorTcapComponent<?>) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Issue a user error response for an invoked operation on the dialog associated with this leg.
sendInvoke(TCOperationInvokeTcapComponent) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Issue an operation invoke on the dialog associated with this leg.
sendMessage(SipMessage) - Method in interface com.opencloud.sentinel.multileg.Leg
Queue the SipRequest or SipResponse in the MessagesToSend queue for the leg.
sendResult(TCOperationResultTcapComponent) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Issue a result to an operation on the dialog associated with this leg.
sendUserAbort(DialogUserAbortTcapMessage) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Abort the dialog associated with this leg.
SentinelBaseEncodableContext - Interface in com.opencloud.sentinel.common
 
SentinelByNameSessionState - Interface in com.opencloud.sentinel.common
Defines the interface for populating session state fields by name.
SentinelChargingFeatureEndpoint - Interface in com.opencloud.sentinel.charging
The Sentinel Endpoint for this feature.
SentinelCommonSessionState - Interface in com.opencloud.sentinel.common
Session state interface with the fields most commonly needed by features.
SentinelConfiguration - Interface in com.opencloud.sentinel.config
Properties related to the sentinel installation and common to all Sentinel services.
SentinelEndpoint - Interface in com.opencloud.sentinel.endpoint
 
SentinelFeature - Interface in com.opencloud.sentinel.feature.spi
A Sentinel feature.
SentinelFeatureSbbAccess<SessionStateType> - Interface in com.opencloud.sentinel.feature.spi
Provides access to certain core Sentinel SBB methods required by feature SBBs.
SentinelFeatureSbbLocal - Interface in com.opencloud.sentinel.feature.spi
The SBB Local interface for SBB based features.
SentinelFeatureSbbSupportInvoker - Class in com.opencloud.sentinel.feature.sbb
 
SentinelFeatureSbbSupportInvoker(SentinelFeatureSbbSupport) - Constructor for class com.opencloud.sentinel.feature.sbb.SentinelFeatureSbbSupportInvoker
 
SentinelFeatureStats - Interface in com.opencloud.sentinel.feature.spi
Statistics that are common to all features.
SentinelFireEventException - Exception in com.opencloud.sentinel.common
 
SentinelFireEventException() - Constructor for exception com.opencloud.sentinel.common.SentinelFireEventException
 
SentinelFireEventException(String) - Constructor for exception com.opencloud.sentinel.common.SentinelFireEventException
 
SentinelFireEventException(Throwable) - Constructor for exception com.opencloud.sentinel.common.SentinelFireEventException
 
SentinelFireEventException(String, Throwable) - Constructor for exception com.opencloud.sentinel.common.SentinelFireEventException
 
SentinelLocal - Interface in com.opencloud.sentinel.feature.spi
SBB Local interface that the Sentinel core provides to SBB features
SentinelPlatformConfigurationReader - Interface in com.opencloud.sentinel.config
Provides access to platform level sentinel configuration
SentinelRoamingSessionState - Interface in com.opencloud.sentinel.common
Session state interface for features that care about the roaming status of the subscriber.
SentinelSbbLocalObjectAccess - Interface in com.opencloud.sentinel.feature.spi
 
SentinelSessionState - Interface in com.opencloud.sentinel.common
 
SentinelSipAVPs - Enum in com.opencloud.sentinel.charging
When adding a new AVP here, you will also need to add it to the config in sentinel-core: sentinel-core/sentinel-diameter-ra-deploy/config/profiles/DiameterExtension-AVP.yaml sentinel-core/sentinel-diameter-ra-deploy/config/profiles/DiameterExtensions.yaml And remember to update the docs in sentinel-documentation: sentinel-documentation/sentinel-documentation/sentinel-administration-guide/resources/charging-information/charging-content-avps/opencloud-avp-table.txt sentinel-documentation/sentinel-documentation/sentinel-administration-guide/resources/charging-information/charging-content-avps/sentinel-avp-definitions-resource.txt
SentinelSipEncodableContext - Interface in com.opencloud.sentinel.common
 
SentinelSipMultiLegFeatureEndpoint - Interface in com.opencloud.sentinel.feature.spi
 
SentinelSipSessionState - Interface in com.opencloud.sentinel.common
 
SentinelSipStatsAccess - Interface in com.opencloud.sentinel.stats
For components to access sentinel-sip core stats
SentinelSipUsage - Interface in com.opencloud.sentinel.stats
Usage statistics collected by the Sentinel Sip service.
ServiceTimerAlreadyExistsException - Exception in com.opencloud.sentinel.providers
Exception thrown if a TimerID is already registered in a ServiceTimerProvider.
ServiceTimerAlreadyExistsException() - Constructor for exception com.opencloud.sentinel.providers.ServiceTimerAlreadyExistsException
Create a ServiceTimerAlreadyExistsException.
ServiceTimerAlreadyExistsException(String, Throwable) - Constructor for exception com.opencloud.sentinel.providers.ServiceTimerAlreadyExistsException
Create a ServiceTimerAlreadyExistsException with a detail message and cause.
ServiceTimerAlreadyExistsException(String) - Constructor for exception com.opencloud.sentinel.providers.ServiceTimerAlreadyExistsException
Create a ServiceTimerAlreadyExistsException with a detail message.
ServiceTimerAlreadyExistsException(Throwable) - Constructor for exception com.opencloud.sentinel.providers.ServiceTimerAlreadyExistsException
Create a ServiceTimerAlreadyExistsException with a cause.
ServiceTimerProvider - Interface in com.opencloud.sentinel.providers
An interface for a provider that can be used by features to raise timers.
SessionCounter - Interface in com.opencloud.sentinel.charging.sessioncounters
SessionCounter contains the charging counters related to a unique SessionCounterAddress set of key/value pairs and provide methods for incrementing the various charging counters and getting the current values.
SessionCounterAddress - Interface in com.opencloud.sentinel.charging.sessioncounters
SessionCounterAddress contains the set of key/value pairs which uniquely identify a SessionCounter.
SessionCounterAddressNotFound - Exception in com.opencloud.sentinel.charging.sessioncounters
Exception thrown if no SessionCounter exists for a SessionCounterAddress when queried on SessionCounters access.
SessionCounterAddressNotFound(String, Throwable) - Constructor for exception com.opencloud.sentinel.charging.sessioncounters.SessionCounterAddressNotFound
Create a SessionCounterAddressNotFound with a detail message and cause.
SessionCounterAddressNotFound(String) - Constructor for exception com.opencloud.sentinel.charging.sessioncounters.SessionCounterAddressNotFound
Create a SessionCounterAddressNotFound with a detail message.
SessionCounters - Interface in com.opencloud.sentinel.charging.sessioncounters
SessionCounters provides access to the various SessionCounters which are current active for this set of charging sessions in a Sentinel session.
SessionCountersSessionState - Interface in com.opencloud.sentinel.common
For features, such as promotion features, that need access to SessionCounters
SessionReplicationMode - Enum in com.opencloud.sentinel.multileg
 
SessionStartPhase - Static variable in enum com.opencloud.sentinel.feature.ExecutionPhase
 
SessionStateParameterException - Exception in com.opencloud.sentinel.common
Exception that represents a failure updating a session state field by name.
SessionStateParameterException() - Constructor for exception com.opencloud.sentinel.common.SessionStateParameterException
 
SessionStateParameterException(String) - Constructor for exception com.opencloud.sentinel.common.SessionStateParameterException
 
SessionStateParameterException(Throwable) - Constructor for exception com.opencloud.sentinel.common.SessionStateParameterException
 
SessionStateParameterException(String, Throwable) - Constructor for exception com.opencloud.sentinel.common.SessionStateParameterException
 
SessionStatePromotionBucketsSessionState - Interface in com.opencloud.sentinel.common
For promotions that run on session-state-based buckets
SessionType - Enum in com.opencloud.sentinel.common
 
setAccount(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setActivitiesSuspendedForFeatureWaiting(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setActivityTestHasFailed(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setAdditionalTrackedAttributes(Map<String, String>) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the map of additional tracked attributes used for session tracking on this leg.
setAdditionalTrackedAttributes(Map<String, String>) - Method in class com.opencloud.sentinel.multileg.LegState
 
setAdditionalTrackingKeys(Set<String>) - Method in class com.opencloud.sentinel.multileg.LegState
 
setAnnouncementCallIds(String[]) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setAnnouncementID(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setApplicationContext(TcapApplicationContext) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setArgument(AbstractFieldsObject) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationInvokeTcapComponent
 
setCalledPartyAddress(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCalledPartyCallId(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCallEstablished(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCallId(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCallingParty(String) - Method in interface com.opencloud.sentinel.multileg.LegManager
Set the leg name associated with 'CallingParty' for this Sentinel SIP service instance.
setCallingPartyAddress(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCallingPartyCallId(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCallType(CallType) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCauseCodeSessionType(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setChargingResult(int) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupCall(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupDropIfNoGroupMatch(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupEnabled(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupIncomingAccessAllowed(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupList(String[]) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupOutgoingAccessAllowed(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupPreferred(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupSelectedAccessType(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupSelectedGroupName(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupSelectedTariffGroup(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setClosedUserGroupToUse(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedReceivedCalledPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedReceivedCalledPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedReceivedCallingPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedReceivedCallingPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedSDP(SessionDescriptionWrapper) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the committed SDP on this session.
setCommittedSdp(SessionDescriptionWrapper) - Method in class com.opencloud.sentinel.multileg.LegState
 
setCommittedSDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the committed SDP sequence number on this session.
setCommittedSdpSequenceNumber(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setCommittedSentCalledPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedSentCalledPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedSentCallingPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCommittedSentCallingPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setComponents(TcapComponent[]) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogMessageTcapMessage
 
setContent(byte[]) - Method in class com.opencloud.sentinel.util.MessageBody
 
setContentDisposition(String) - Method in class com.opencloud.sentinel.util.MessageBody
 
setContentType(String) - Method in class com.opencloud.sentinel.util.MessageBody
 
setContentType(ContentType) - Method in class com.opencloud.sentinel.util.MessageBody
 
setCumulativeReportedUnits(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setCurrentlyExecutingFeatureSbb(SbbLocalObject) - Method in interface com.opencloud.sentinel.feature.sbb.FeatureSbbFacade.FeatureSbbInvoker
 
setCurrentlyExecutingFeatureSbb(SbbLocalObject) - Method in class com.opencloud.sentinel.feature.sbb.SentinelFeatureSbbSupportInvoker
 
setCurrentSipFeatureExecutionPoint(SipFeatureScriptExecutionPoint) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setDestAddr(SccpAddress) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setDestL3PointCode(int) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setDiameterCauseCode(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setDiameterMediationInteractionEnabled(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setDiameterServiceContextId(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setDiscoveredAccessNetworkInformation(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setEndSessionCause(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setEndTime(long) - Method in interface com.opencloud.sentinel.charging.sessioncounters.SessionCounter
The end time is recorded when the session ceases consuming units.
setError(TcapError) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationUserErrorTcapComponent
 
setEventId(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setEventNotificationUACLegReplicationTrigger(SubscriptionReplicationTrigger) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setEventNotificationUASLegReplicationTrigger(SubscriptionReplicationTrigger) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setFriendsAndFamilyEnabled(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setFriendsAndFamilyList(String[]) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setGrantedUnitsSeconds(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setGrantedUnitsValidityExpiry(long) - Method in interface com.opencloud.sentinel.charging.sessioncounters.SessionCounter
Unit validity expiry is the time until which the latest granted units are valid.
setHasDestL3PointCode(boolean) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setHasLinkedId(boolean) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationInvokeTcapComponent
 
setHasOrigL3PointCode(boolean) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setHasOutstandingSDPOffer(boolean) - Method in interface com.opencloud.sentinel.multileg.Leg
Set whether there is an outstanding SDP offer on this leg
setHasOutstandingSdpOffer(boolean) - Method in class com.opencloud.sentinel.multileg.LegState
 
setHeaderForLeg(String, String, String) - Method in class com.opencloud.sentinel.multileg.HeadersByLeg
Set the header value for a particular leg.
setHeadersByLeg(HeadersByLeg) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setHeadersForLeg(String, String, Iterable<String>) - Method in class com.opencloud.sentinel.multileg.HeadersByLeg
Set multiple header values for a particular leg.
setIMEI(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setImsiMccMnc(MccMnc) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setImsInformation(ImsInformation) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
32.299 §7.2.77 IMS-Information AVP The IMS-Information AVP (AVP code 876) is of type Grouped.
setIncomingHistoryInfoIndex(HiIndex) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setInitialSubscribe(SipRequest) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the initial SUBSCRIBE SIP request sent/received on this leg/session.
setInviteRequest(SipRequest) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the initial INVITE SIP request sent/received on this leg/session.
setInvokeId(int) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationTcapComponent
 
setInvokeTimeout(long) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Sets the Invoke Timeout value to be used for all messages on this leg.
setIsFriendsAndFamilyCall(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setIsInitialTriggerEvent(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setIsMidSessionSipSubTXNOngoing(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setIsoCountryCode(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLanguage(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setLanguageConfig(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLastResult(boolean) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationResultTcapComponent
 
setLastTrackingDataChangeTime(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLastUsedHistoryInfoIndexValue(int) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestMessageTimestamp(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLatestReceivedCalledPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestReceivedCalledPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestReceivedCallingPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestReceivedCallingPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestReceivedSDP(SessionDescriptionWrapper) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the latest SDP received on this session.
setLatestReceivedSdp(SessionDescriptionWrapper) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLatestReceivedSDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the latest received SDP sequence number on this session.
setLatestReceivedSdpSequenceNumber(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLatestRequest(SipRequest) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the latest SIP request sent/received on this leg/session.
setLatestSentCalledPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestSentCalledPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestSentCallingPartySDP(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestSentCallingPartySDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLatestSentSDP(SessionDescriptionWrapper) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the latest SDP sent on this session.
setLatestSentSdp(SessionDescriptionWrapper) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLatestSentSDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the latest sent SDP sequence number on this session.
setLatestSentSdpSequenceNumber(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLegForCdrs(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLegName(String) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLegNamesForSDPComparison(Collection<String>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLegStateMap(LegStateMap) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setLegType(SipLegType) - Method in class com.opencloud.sentinel.multileg.LegState
 
setLinkedId(int) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationInvokeTcapComponent
 
setMonitorCallOnly(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setMSISDN(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setOcsEntityId(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setOCSHost(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setOCSId(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setOCSRealm(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setOcsSessionTerminationCause(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
set the OCS session termination cause
setOrigAddr(SccpAddress) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setOrigL3PointCode(int) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogOpenRequestTcapMessage
 
setOutstandingActivityTestReinviteResponseCount(int) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setOutstandingTransactionsByMethodSet(<any>) - Method in class com.opencloud.sentinel.multileg.LegState
 
setOwner(String) - Method in interface com.opencloud.sentinel.charging.ReservationChargingInstance
Sets the URI string of the node that currently owns this instance.
setOwner(String) - Method in interface com.opencloud.sentinel.multileg.Leg
Sets the URI string of the node that currently owns this leg.
setOwner(String) - Method in class com.opencloud.sentinel.multileg.LegState
 
setPaniMccsMncs(List<MccMnc>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setParameter(ParamType) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationUserErrorTcapComponent
 
setPendingRequested(long) - Method in interface com.opencloud.sentinel.charging.sessioncounters.SessionCounter
Sets the value of the 'pendingRequested' field.
setPeriodicTimer(long, long, int) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new periodic service feature timer.
setPeriodicTimer(long, long, int, TimerOptions) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new periodic service feature timer.
setPeriodicTimer(String, long, long, int) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new periodic service feature timer.
setPeriodicTimer(String, long, long, int, TimerOptions) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new periodic service feature timer.
setPerLegCalledPartyAddress(Map<String, String>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegCallingPartyAddresses(<any>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegCauseCode(Map<String, Integer>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegEarlyMediaDescriptions(<any>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegEventType(Map<String, EventType>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegInitialEventType(Map<String, EventType>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegInitialRequests(InitialRequestMap) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegInitialTimeStamps(Map<String, TimeStamps>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegRequestedPartyAddress(Map<String, String>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegSdpMediaComponents(<any>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPerLegTimeStamps(Map<String, TimeStamps>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setPlayedAnnouncementIDs(int[]) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setPreviousCommittedSDP(SessionDescriptionWrapper) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the previous committed SDP on this session.
setPreviousCommittedSdp(SessionDescriptionWrapper) - Method in class com.opencloud.sentinel.multileg.LegState
 
setPreviousReceivedSDP(SessionDescriptionWrapper) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the previous SDP received on this session.
setPreviousReceivedSdp(SessionDescriptionWrapper) - Method in class com.opencloud.sentinel.multileg.LegState
 
setPreviousReceivedSDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the previously received SDP sequence number on this session.
setPreviousReceivedSdpSequenceNumber(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setPreviousSentSDP(SessionDescriptionWrapper) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the previous SDP sent on this session.
setPreviousSentSdp(SessionDescriptionWrapper) - Method in class com.opencloud.sentinel.multileg.LegState
 
setPreviousSentSDPSequenceNumber(Long) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the previous sent SDP sequence number on this session.
setPreviousSentSdpSequenceNumber(Long) - Method in class com.opencloud.sentinel.multileg.LegState
 
setProtocol(SentinelProtocol) - Method in interface com.opencloud.sentinel.common.SentinelCommonSessionState
Sets the current protocol in use by the service.
setPvniMccMnc(MccMnc) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setRatingGroup(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setReason(ProviderErrorReason) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationProviderErrorTcapComponent
 
setReauthorisationReportingReason(Integer) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setReauthorizeCreditAfterInitialCreditCheck(boolean) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setRegistrationRecords(List<RegistrationRecord>) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setRejectProblem(RejectProblem) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationProviderErrorTcapComponent
 
setReportedUsed(long) - Method in interface com.opencloud.sentinel.charging.sessioncounters.SessionCounter
Sets the value of the 'reportedUsed' field.
setResult(Object) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TCOperationResultTcapComponent
 
setRoamingIndicator(Boolean) - Method in interface com.opencloud.sentinel.common.SentinelRoamingSessionState
 
setRouteHeaderURI(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSasEndpoint(SasEndpointType) - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Sets the SAS endpoint type to be used for all protocol events on this leg
setSavedHistoryInfo(HistoryInfo) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSDPBody(SipMessage, String, Tracer) - Static method in class com.opencloud.sentinel.util.SIPUtil
Sets SDP content in a message.
setSdpRewriterMap(SdpRewriterMap) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSentinelSelectionKey(SentinelSelectionKey) - Method in interface com.opencloud.sentinel.common.SentinelCommonSessionState
Set the current sentinel selection key associated with this session.
setServiceIdentifier(Long) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSessionCounters(SessionCounters) - Method in interface com.opencloud.sentinel.common.SessionCountersSessionState
update the session counters for this session
setSessionEnded(long) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
Set the Session ended date and time in (ms).
setSessionEstablished(long) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
set the Session established date and time (ms)
setSessionHasEnded(boolean) - Method in interface com.opencloud.sentinel.common.SentinelCommonSessionState
Record that the session has ended.
setSessionInitiated(long) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
set the Session initiated date and time (ms)
setSessionStatePromotionBuckets(SessionStateBuckets) - Method in interface com.opencloud.sentinel.common.SessionStatePromotionBucketsSessionState
 
setSessionType(SessionType) - Method in interface com.opencloud.sentinel.common.SentinelCommonSessionState
Set the session type
setSessionUACLegReplicationTrigger(InviteReplicationTrigger) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSessionUASLegReplicationTrigger(InviteReplicationTrigger) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSipRegistrationStatus(SipRegistrationStatus) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setSipServiceType(SipServiceType) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setStartTime(long) - Method in interface com.opencloud.sentinel.charging.sessioncounters.SessionCounter
The start time is recorded when the session starts consuming units For instance, when the session is established.
setSubscriber(String) - Method in interface com.opencloud.sentinel.common.SentinelCommonSessionState
set the Subscriber for this session
setSubscriptionType(String) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
 
setSuspended(Boolean) - Method in class com.opencloud.sentinel.multileg.LegState
 
setThirdPartyCallOutcome(SipThirdPartyCallOutcomes) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setTimer(long) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new service feature timer.
setTimer(long, TimerOptions) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new service feature timer.
setTimer(String, long) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new service feature timer.
setTimer(String, long, TimerOptions) - Method in interface com.opencloud.sentinel.providers.ServiceTimerProvider
Raise a new service feature timer.
setTrackingEnabled(boolean) - Method in interface com.opencloud.sentinel.multileg.Leg
Sets whether session tracking should be enabled for this leg.
setTrackingEnabled(Boolean) - Method in class com.opencloud.sentinel.multileg.LegState
 
setUseGtAsCallingParty(boolean) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.DialogMessageTcapMessage
 
setUserEquipmentInfo(UserEquipmentInfo) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setUserInformation(Object[]) - Method in class com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.BaseDialogTcapMessage
 
setUserSessionId(String) - Method in interface com.opencloud.sentinel.common.SentinelSipSessionState
 
setValidityEnd(long) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
set the end date of subscription validity (ms)
setValidityStart(long) - Method in interface com.opencloud.sentinel.common.SentinelSessionState
set the start date of subscription validity (ms)
setWaitForTrackingResultEnabled(boolean) - Method in interface com.opencloud.sentinel.multileg.Leg
Set the value of the wait for tracking result enabled flag, which indicates whether session tracking should pause session processing while session ownership operations for this leg are in progress.
setWaitForTrackingResultEnabled(Boolean) - Method in class com.opencloud.sentinel.multileg.LegState
 
SharedCoreSasEvent - Enum in com.opencloud.sentinel.common
Java enum to represent the SharedCoreSasEvent event types.
SipAddressString - Class in com.opencloud.sentinel.util
A sip address string
SipAddressString(String, boolean) - Constructor for class com.opencloud.sentinel.util.SipAddressString
 
SipAddressStringNormalizer - Class in com.opencloud.sentinel.util
 
SipAddressStringNormalizer() - Constructor for class com.opencloud.sentinel.util.SipAddressStringNormalizer
 
SipAddressUtil - Class in com.opencloud.sentinel.util
 
SipAddressUtil() - Constructor for class com.opencloud.sentinel.util.SipAddressUtil
 
SipFeature - Interface in com.opencloud.sentinel.feature.spi
Interface implemented by SIP features which need to expose a ToFeatureEndpoint interface.
SipFeatureScriptExecutionPoint - Enum in com.opencloud.sentinel.feature
Sentinel-SIP Supported execution points.
SipFeatureScriptExecutionPointCodec - Class in com.opencloud.sentinel.feature
 
SipFeatureScriptExecutionPointCodec() - Constructor for class com.opencloud.sentinel.feature.SipFeatureScriptExecutionPointCodec
 
SipLegType - Enum in com.opencloud.sentinel.multileg
Describes how a particular Leg is going to be used, based on the initial request seen on that leg.
SipMappingPoint - Enum in com.opencloud.sentinel.mapper
Points in session where mapping may be required.
SipMessageCodec - Class in com.opencloud.sentinel.multileg
A DatatypeCodec for SipMessages.
SipMessageCodec() - Constructor for class com.opencloud.sentinel.multileg.SipMessageCodec
 
SipMessageQueue - Interface in com.opencloud.sentinel.multileg
SipMessageQueue provides a collection for holding SipMessage elements in a Queue (FIFO) order.
SipProfileVerifier - Class in com.opencloud.sentinel.util
 
SipProfileVerifier() - Constructor for class com.opencloud.sentinel.util.SipProfileVerifier
 
SipRegistrationStatus - Enum in com.opencloud.sentinel.common
 
SipSentinelFeatureSbbLocal - Interface in com.opencloud.sentinel.feature.spi
For SIP Features implemented as SBBs that have a ToFeatureEndpoint implementation.
SipServiceType - Enum in com.opencloud.sentinel.common
 
SipSessionPhase - Static variable in enum com.opencloud.sentinel.feature.ExecutionPhase
 
SipStatusUtil - Class in com.opencloud.sentinel.util
Utility class for SIP response status codes.
SipStatusUtil.SipStatusType - Enum in com.opencloud.sentinel.util
Represents the Response SipStatusType.
SipSupportedTransport - Enum in com.opencloud.sentinel.common
Enumeration of SIP transports supported by Sip Sentinel.
SipThirdPartyCallOutcomes - Enum in com.opencloud.sentinel.common
Available result codes for third party call setup request
SipThirdPartyCallOutcomeToHttpResponseMapperInterface - Interface in com.opencloud.sentinel.mapper
 
SIPUtil - Class in com.opencloud.sentinel.util
Utility class for SIP Messages.
SIPUtil() - Constructor for class com.opencloud.sentinel.util.SIPUtil
 
size() - Method in interface com.opencloud.sentinel.multileg.MessageQueue
Returns the number of elements in this collection.
SS7InitialTriggerPhase - Static variable in enum com.opencloud.sentinel.feature.ExecutionPhase
 
startFeature(Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in class com.opencloud.sentinel.feature.impl.BaseFeature
kick off the feature
startFeature(Object, Object, ActivityContextInterface) - Method in class com.opencloud.sentinel.feature.impl.NullSentinelFeature
Responds with featureCannotStart to inform core that an unknown feature was requested.
startFeature(Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in class com.opencloud.sentinel.feature.sbb.BaseFeatureSbbImpl
Start the actual feature implementation.
startFeature(SbbLocalObject, Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in interface com.opencloud.sentinel.feature.sbb.FeatureSbbFacade.FeatureSbbInvoker
 
startFeature(SbbLocalObject, Object, Object, ActivityContextInterface) - Method in interface com.opencloud.sentinel.feature.sbb.FeatureSbbFacade.FeatureSbbInvoker
 
startFeature(Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in class com.opencloud.sentinel.feature.sbb.FeatureSbbFacade
kick off the feature
startFeature(Object, Object, ActivityContextInterface) - Method in class com.opencloud.sentinel.feature.sbb.FeatureSbbFacade
kick off the feature
startFeature(SbbLocalObject, Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in class com.opencloud.sentinel.feature.sbb.SentinelFeatureSbbSupportInvoker
 
startFeature(SbbLocalObject, Object, Object, ActivityContextInterface) - Method in class com.opencloud.sentinel.feature.sbb.SentinelFeatureSbbSupportInvoker
 
startFeature(Object, Object, ActivityContextInterface) - Method in interface com.opencloud.sentinel.feature.spi.SentinelFeature
kick off the feature
startFeature(Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in interface com.opencloud.sentinel.feature.spi.SentinelFeature
kick off the feature
startFeature(SentinelLocal, Object, Object, ActivityContextInterface) - Method in interface com.opencloud.sentinel.feature.spi.SentinelFeatureSbbLocal
kick off the feature
startFeature(SentinelLocal, Object, Object, ActivityContextInterface, Map<String, ParameterValue>) - Method in interface com.opencloud.sentinel.feature.spi.SentinelFeatureSbbLocal
kick off the feature
startReplicatingIfEnabled() - Method in interface com.opencloud.sentinel.charging.ChargingManager
Start replicating any charging instances that connected to an OCS since replication was enabled
SubscribedEventID - Class in com.opencloud.sentinel.util
A value object representing a subscribed SIP event and optional ID parameter.
SubscribedEventID(String, String) - Constructor for class com.opencloud.sentinel.util.SubscribedEventID
Create a new SubscribedEventID
SubscribedEventID(DataInput) - Constructor for class com.opencloud.sentinel.util.SubscribedEventID
Constructs a new SubscribedEventID object by deserializing data from a stream that was written by toStream(DataOutput).
SubscriptionReplicationTrigger - Enum in com.opencloud.sentinel.common
Indicates the point at which a subscription leg should trigger the start of session replication.
suspend() - Method in interface com.opencloud.sentinel.charging.ChargingInstance
The SuspensionStartTime field for all counters in this instance will be set to the current time.
suspend() - Method in interface com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
Suspend sending messages.
suspend() - Method in interface com.opencloud.sentinel.multileg.Leg
Suspend sending messages from the message queue.
A B C D E F G H I K L M N O P R S T U V W _ 
ipsmgw 2.9.0

Copyright © OpenCloud. All Rights Reserved.