BEA Systems, Inc.

BEA WebLogic SIP Server 3.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 © 2006 BEA Systems, Inc. All Rights Reserved.

Method Summary
 long getActiveAppSessionCount()
          Deprecated.  
 long getActiveSipSessionCount()
          Deprecated.  
 java.lang.String getApplicationName()
          Deprecated. use ApplicationRuntimeMBean#getApplicationName
 java.lang.String getApplicationVersion()
          Deprecated. use ApplicationRuntimeMBean#getApplicationVersion
 long getAppSessionCount()
          Return the application session count
 long getDestroyedAppSessionCount()
          Return the destroyed application session count
 long getDestroyedSipSessionCount()
          Return the destroyed SIP session count
 java.lang.String getEngine()
           
 long getSipSessionCount()
          Return the total SIP session count
 
Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, preDeregister, removePropertyChangeListener
 
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()
Deprecated.  

Return the active application session count

Returns:
active application session count

getActiveSipSessionCount

public long getActiveSipSessionCount()
Deprecated.  

Return the active SIP session count

Returns:
active SIP session count

getApplicationName

public java.lang.String getApplicationName()
Deprecated. use ApplicationRuntimeMBean#getApplicationName

Return the name of this appplication

Returns:
The application name

getApplicationVersion

public java.lang.String getApplicationVersion()
Deprecated. use ApplicationRuntimeMBean#getApplicationVersion

The Enterprise application's version identifier.

This is particularly useful, when using the side-by-side deployment feature, to differentiate between two different versions of the same application that are deployed at the same time.

Returns:
The applicationVersion value

getAppSessionCount

public long getAppSessionCount()
Return the application session count

Returns:
application session count

getDestroyedAppSessionCount

public long getDestroyedAppSessionCount()
Return the destroyed application session count

Returns:
destroyed application session count

getDestroyedSipSessionCount

public long getDestroyedSipSessionCount()
Return the destroyed SIP session count

Returns:
destroyed SIP session count

getEngine

public java.lang.String getEngine()

getSipSessionCount

public long getSipSessionCount()
Return the total SIP session count

Returns:
SIP session count

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