Package com.opencloud.sentinel.stats
Interface SentinelSipUsage
-
- All Superinterfaces:
com.opencloud.sentinel.stats.SentinelCoreUsage,com.opencloud.rhino.facilities.usage.UsageParametersInterface
public interface SentinelSipUsage extends com.opencloud.sentinel.stats.SentinelCoreUsageUsage statistics collected by the Sentinel Sip service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidincrementAcks(long delta)Incremented by Sentinel whenever an ack is received from a call party.voidincrementActivityEndEvent(long delta)Incremented by Sentinel when an ActivityEndEvent occurs.voidincrementAnsweredCalls(long delta)Incremented by Sentinel whenever a call is answered.voidincrementByes(long delta)Incremented by Sentinel whenever a bye is received from a call party.voidincrementCancels(long delta)Incremented by Sentinel whenever a cancel is received from a call party.voidincrementCdrNotWritten(long delta)Incremented by Sentinel when a CDR is not written.voidincrementCdrWritten(long delta)Incremented by Sentinel when a CDR is written.voidincrementCompletedWithinCredit(long delta)Incremented by Sentinel whenever a call is disconnected normally (completed within credit).voidincrementError(long delta)Incremented by Sentinel whenever an error event is received from a call party.voidincrementFeatureTimeout(long delta)Incremented by Sentinel whenever a feature timeout timer even is received.voidincrementHttpDeletes(long delta)Incremented by Sentinel whenever a HTTP DELETE request is received.voidincrementHttpGets(long delta)Incremented by Sentinel whenever a HTTP GET request is received for third party call setup.voidincrementHttpHeads(long delta)Incremented by Sentinel whenever a HTTP HEAD request is received.voidincrementHttpPosts(long delta)Incremented by Sentinel whenever a HTTP POST request is received for third party call setup.voidincrementHttpPuts(long delta)Incremented by Sentinel whenever a HTTP PUT request is received.voidincrementIgnoredExtensionEventAtSessionEnd(long delta)Incremented by Sentinel when an extension event is received, but session management is in the end state.voidincrementInfo(long delta)Incremented by Sentinel whenever an info event is received from a call party.voidincrementInstructionExecutionFailure(long delta)Incremented by Sentinel when an InstructionExecutionFailure occurs.voidincrementInvites(long delta)Incremented by Sentinel whenever an invite is received.voidincrementMessage(long delta)Incremented by Sentinel whenever a message event is received from a call party.voidincrementNoAckReceived(long delta)Incremented by Sentinel whenever a NoAckReceived is received.voidincrementNoPrackReceived(long delta)Incremented by Sentinel whenever a NoPrackReceived is received.voidincrementNotify(long delta)Incremented by Sentinel whenever a notify event is received from a call party.voidincrementOptions(long delta)Incremented by Sentinel whenever an options event is received from a call party.voidincrementPeriodicWorkEvent(long delta)Incremented by Sentinel when a periodic work event is received.voidincrementPlatformConfigurationProfileNotFound(long delta)Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do sovoidincrementPlatformConfigurationTableNotFound(long delta)Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do sovoidincrementPrack(long delta)Incremented by Sentinel whenever a prack event is received from a call party.voidincrementProvisional(long delta)Incremented by Sentinel whenever a provisional event is received from a call party.voidincrementPublish(long delta)Incremented by Sentinel whenever a publish event is received from a call party.voidincrementRedirect(long delta)Incremented by Sentinel whenever a redirect event is received from a call party.voidincrementRefer(long delta)Incremented by Sentinel whenever a refer event is received from a call party.voidincrementRegister(long delta)Incremented by Sentinel whenever a register event is receivedvoidincrementServiceCompleted(long delta)Incremented by Sentinel whenever a session is released.voidincrementServiceTimerEvent(long delta)Incremented by Sentinel when a service timer event is received for execution point delivery.voidincrementServiceTimerExtensionEvent(long delta)Incremented by Sentinel when a service timer event is received for extension event delivery.voidincrementServiceTriggered(long delta)Incremented by Sentinel whenever a call of any type is attempted.voidincrementSubscribe(long delta)Incremented by Sentinel whenever a subscribe event is received from a call party.voidincrementSuccess(long delta)Incremented by Sentinel whenever a success event is received from a call party.voidincrementUnknownTimer(long delta)Incremented by Sentinel whenever an unknown timer event is dropped.voidincrementUpdate(long delta)Incremented by Sentinel whenever an update event is received from a call party.-
Methods inherited from interface com.opencloud.sentinel.stats.SentinelCoreUsage
incrementAbortSessionLocalAnswer, incrementCompletedOnExhaustingCredit, incrementCreditControlFailure, incrementCreditControlNotApplicable, incrementEndedByCCFailure, incrementInsufficientCredit, incrementReAuthLocalAnswer, incrementReAuthRequest, incrementTccExpiry, incrementValidityTimeExpiry
-
-
-
-
Method Detail
-
incrementServiceTriggered
void incrementServiceTriggered(long delta)
Incremented by Sentinel whenever a call of any type is attempted.- Parameters:
delta- the increment
-
incrementServiceCompleted
void incrementServiceCompleted(long delta)
Incremented by Sentinel whenever a session is released.- Parameters:
delta- the increment
-
incrementHttpDeletes
void incrementHttpDeletes(long delta)
Incremented by Sentinel whenever a HTTP DELETE request is received.- Parameters:
delta- the increment
-
incrementHttpGets
void incrementHttpGets(long delta)
Incremented by Sentinel whenever a HTTP GET request is received for third party call setup.- Parameters:
delta- the increment
-
incrementHttpHeads
void incrementHttpHeads(long delta)
Incremented by Sentinel whenever a HTTP HEAD request is received.- Parameters:
delta- the increment
-
incrementHttpPosts
void incrementHttpPosts(long delta)
Incremented by Sentinel whenever a HTTP POST request is received for third party call setup.- Parameters:
delta- the increment
-
incrementHttpPuts
void incrementHttpPuts(long delta)
Incremented by Sentinel whenever a HTTP PUT request is received.- Parameters:
delta- the increment
-
incrementInvites
void incrementInvites(long delta)
Incremented by Sentinel whenever an invite is received.- Parameters:
delta- the increment
-
incrementAcks
void incrementAcks(long delta)
Incremented by Sentinel whenever an ack is received from a call party.- Parameters:
delta- the increment
-
incrementByes
void incrementByes(long delta)
Incremented by Sentinel whenever a bye is received from a call party.- Parameters:
delta- the increment
-
incrementCancels
void incrementCancels(long delta)
Incremented by Sentinel whenever a cancel is received from a call party. during initial call setup.- Parameters:
delta- the increment
-
incrementInfo
void incrementInfo(long delta)
Incremented by Sentinel whenever an info event is received from a call party.- Parameters:
delta- the increment
-
incrementPrack
void incrementPrack(long delta)
Incremented by Sentinel whenever a prack event is received from a call party.- Parameters:
delta- the increment
-
incrementUpdate
void incrementUpdate(long delta)
Incremented by Sentinel whenever an update event is received from a call party.- Parameters:
delta- the increment
-
incrementNotify
void incrementNotify(long delta)
Incremented by Sentinel whenever a notify event is received from a call party.- Parameters:
delta- the increment
-
incrementMessage
void incrementMessage(long delta)
Incremented by Sentinel whenever a message event is received from a call party.- Parameters:
delta- the increment
-
incrementSubscribe
void incrementSubscribe(long delta)
Incremented by Sentinel whenever a subscribe event is received from a call party.- Parameters:
delta- the increment
-
incrementOptions
void incrementOptions(long delta)
Incremented by Sentinel whenever an options event is received from a call party.- Parameters:
delta- the increment
-
incrementRefer
void incrementRefer(long delta)
Incremented by Sentinel whenever a refer event is received from a call party.- Parameters:
delta- the increment
-
incrementRegister
void incrementRegister(long delta)
Incremented by Sentinel whenever a register event is received- Parameters:
delta- the increment
-
incrementPublish
void incrementPublish(long delta)
Incremented by Sentinel whenever a publish event is received from a call party.- Parameters:
delta- the increment
-
incrementSuccess
void incrementSuccess(long delta)
Incremented by Sentinel whenever a success event is received from a call party.- Parameters:
delta- the increment
-
incrementError
void incrementError(long delta)
Incremented by Sentinel whenever an error event is received from a call party.- Parameters:
delta- the increment
-
incrementRedirect
void incrementRedirect(long delta)
Incremented by Sentinel whenever a redirect event is received from a call party.- Parameters:
delta- the increment
-
incrementProvisional
void incrementProvisional(long delta)
Incremented by Sentinel whenever a provisional event is received from a call party.- Parameters:
delta- the increment
-
incrementAnsweredCalls
void incrementAnsweredCalls(long delta)
Incremented by Sentinel whenever a call is answered.- Parameters:
delta- the increment
-
incrementNoAckReceived
void incrementNoAckReceived(long delta)
Incremented by Sentinel whenever a NoAckReceived is received.- Parameters:
delta- the increment
-
incrementNoPrackReceived
void incrementNoPrackReceived(long delta)
Incremented by Sentinel whenever a NoPrackReceived is received.- Parameters:
delta- the increment
-
incrementCompletedWithinCredit
void incrementCompletedWithinCredit(long delta)
Incremented by Sentinel whenever a call is disconnected normally (completed within credit).- Parameters:
delta- the increment
-
incrementCdrWritten
void incrementCdrWritten(long delta)
Incremented by Sentinel when a CDR is written.- Parameters:
delta-
-
incrementCdrNotWritten
void incrementCdrNotWritten(long delta)
Incremented by Sentinel when a CDR is not written.- Parameters:
delta-
-
incrementActivityEndEvent
void incrementActivityEndEvent(long delta)
Incremented by Sentinel when an ActivityEndEvent occurs.- Parameters:
delta-
-
incrementInstructionExecutionFailure
void incrementInstructionExecutionFailure(long delta)
Incremented by Sentinel when an InstructionExecutionFailure occurs.- Parameters:
delta-
-
incrementIgnoredExtensionEventAtSessionEnd
void incrementIgnoredExtensionEventAtSessionEnd(long delta)
Incremented by Sentinel when an extension event is received, but session management is in the end state.- Parameters:
delta-
-
incrementServiceTimerEvent
void incrementServiceTimerEvent(long delta)
Incremented by Sentinel when a service timer event is received for execution point delivery.- Parameters:
delta-
-
incrementServiceTimerExtensionEvent
void incrementServiceTimerExtensionEvent(long delta)
Incremented by Sentinel when a service timer event is received for extension event delivery.- Parameters:
delta-
-
incrementFeatureTimeout
void incrementFeatureTimeout(long delta)
Incremented by Sentinel whenever a feature timeout timer even is received.- Parameters:
delta-
-
incrementUnknownTimer
void incrementUnknownTimer(long delta)
Incremented by Sentinel whenever an unknown timer event is dropped.- Parameters:
delta-
-
incrementPlatformConfigurationProfileNotFound
void incrementPlatformConfigurationProfileNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do so- Parameters:
delta- the increment
-
incrementPlatformConfigurationTableNotFound
void incrementPlatformConfigurationTableNotFound(long delta)
Incremented by Sentinel whenever it tries to access platform level configuration, but cannot do so- Parameters:
delta- the increment
-
incrementPeriodicWorkEvent
void incrementPeriodicWorkEvent(long delta)
Incremented by Sentinel when a periodic work event is received.- Parameters:
delta-
-
-