public interface SipServerRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean
Modifier and Type | Method and Description |
---|---|
void |
activateBackup(byte site)
Activates the backup records for the specified site.
|
void |
deleteBackup(byte site)
Deletes the backup records for the specified site.
|
long |
getActiveServerAppSessionCount()
Deprecated.
|
long |
getActiveServerSipSessionCount()
Deprecated.
|
long |
getClusterId()
Returns a hash value of the cluster this
server belongs to.
|
String |
getClusterIdHexString()
Same as
getClusterId but returns a string. |
long |
getDestroyedServerAppSessionCount()
Returns the destroyed application session count.
|
long |
getDestroyedServerSipSessionCount()
Returns the destroyed SIP session count.
|
long |
getMessagesProcessed()
Returns the total number of messages that have been processed since the
server was started.
|
long |
getMessagesReceived()
Returns the total number of messages received since the server was started.
|
long |
getMessagesRejected()
Returns the total number of messages rejected since the server was started.
|
long |
getPeriodCountFailedSipTransactions() |
long |
getPeriodCountSipThroughput() |
long |
getPeriodCountSucceededSipTransactions() |
long |
getServerAppSessionCount()
Return the total application session count
|
long |
getServerSipSessionCount()
Returns the total SIP session count.
|
SipPerformanceRuntimeMBean |
getSipPerformanceRuntime() |
SipServletSnmpTrapRuntimeMBean |
getSipServletSnmpTrapRuntime() |
long |
getStartTime()
Returns the absolute time when the SIP server was started.
|
void |
sipSessionCreated() |
void |
sipTransactionCreated()
Increments the total SIP transactions counter.
|
void |
sipTransactionFailed()
Increments the failed SIP transactions counter.
|
void |
sipTransactionSucceeded()
Increments the succeeded SIP transactions counter.
|
addPropertyChangeListener, preDeregister, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
void sipSessionCreated()
long getStartTime()
long getServerAppSessionCount()
long getServerSipSessionCount()
long getActiveServerAppSessionCount()
long getActiveServerSipSessionCount()
long getDestroyedServerAppSessionCount()
long getDestroyedServerSipSessionCount()
long getMessagesReceived()
long getMessagesRejected()
long getMessagesProcessed()
public long getMessagesPending(SipPerformanceRuntimeMBean perf) {
return perf.getMessagesReceived() - perf.getMessagesRejected() -
perf.getMessagesProcessed();
}
SipPerformanceRuntimeMBean getSipPerformanceRuntime()
long getClusterId()
SidewaysTransport
for more information.String getClusterIdHexString()
getClusterId
but returns a string.SipServletSnmpTrapRuntimeMBean getSipServletSnmpTrapRuntime()
void activateBackup(byte site)
site
- void deleteBackup(byte site)
site
- void sipTransactionSucceeded()
long getPeriodCountSucceededSipTransactions()
void sipTransactionFailed()
long getPeriodCountFailedSipTransactions()
void sipTransactionCreated()
long getPeriodCountSipThroughput()