|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SIP ServerRuntime MBean
Method Summary | |
long |
getActiveServerAppSessionCount()
Return the active application session count |
long |
getActiveServerSipSessionCount()
Return the active SIP session count |
long |
getClusterId()
Returns hash value of the cluster this server belongs to. |
java.lang.String |
getClusterIdHexString()
Same as getClusterId but returns a string |
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 |
getServerAppSessionCount()
Return the total application session count |
long |
getServerSipSessionCount()
Return the total SIP session count |
SipServletSnmpTrapRuntimeMBean |
getSipServletSnmpTrapRuntime()
|
long |
getStartTime()
Returns the absolute time when the SIP server was started. |
Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
preDeregister |
Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
Method Detail |
public long getActiveServerAppSessionCount()
public long getActiveServerSipSessionCount()
public long getClusterId()
SidewaysTransport
for more information.
public java.lang.String getClusterIdHexString()
getClusterId
but returns a string
public long getMessagesProcessed()
public long getMessagesPending(SipPerformanceRuntimeMBean perf) {
return perf.getMessagesReceived() - perf.getMessagesRejected() -
perf.getMessagesProcessed();
}
public long getMessagesReceived()
public long getMessagesRejected()
public long getServerAppSessionCount()
public long getServerSipSessionCount()
public SipServletSnmpTrapRuntimeMBean getSipServletSnmpTrapRuntime()
public long getStartTime()
|
Documentation is available at http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/ Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |