BEA Systems, Inc.

BEA WebLogic Sip Server 2.1 API Reference


com.bea.wcp.sip.management.runtime
Interface SipApplicationRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, weblogic.management.WebLogicMBean

public interface SipApplicationRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 long getActiveAppSessionCount()
          Return the active application session count
 long getActiveSipSessionCount()
          Return the active SIP session count
 long getAppSessionCount()
          Return the application session count
 long getSipSessionCount()
          Return the total SIP session count
 
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

getActiveAppSessionCount

public long getActiveAppSessionCount()
Return the active application session count

Returns:
active application session count

getActiveSipSessionCount

public long getActiveSipSessionCount()
Return the active SIP session count

Returns:
active SIP session count

getAppSessionCount

public long getAppSessionCount()
Return the application session count

Returns:
application session count

getSipSessionCount

public long getSipSessionCount()
Return the total SIP session count

Returns:
SIP session count

Documentation is available at
http://e-docs.bea.com/wlcp/wlss21/
Copyright 2005 BEA Systems Inc.