Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

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


Method Summary
 long getActiveAppSessionCount()
          Deprecated.  
 long getActiveSipSessionCount()
          Deprecated.  
 int getActiveVersionState()
          Deprecated. use ApplicationRuntimeMBean#getActiveVersionState
 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

getEngine

java.lang.String getEngine()

getAppSessionCount

long getAppSessionCount()
Return the application session count

Returns:
application session count

getSipSessionCount

long getSipSessionCount()
Return the total SIP session count

Returns:
SIP session count

getActiveAppSessionCount

long getActiveAppSessionCount()
Deprecated. 

Return the active application session count

Returns:
active application session count

getActiveSipSessionCount

long getActiveSipSessionCount()
Deprecated. 

Return the active SIP session count

Returns:
active SIP session count

getDestroyedAppSessionCount

long getDestroyedAppSessionCount()
Return the destroyed application session count

Returns:
destroyed application session count

getDestroyedSipSessionCount

long getDestroyedSipSessionCount()
Return the destroyed SIP session count

Returns:
destroyed SIP session count

getApplicationName

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

Return the name of this appplication

Returns:
The application name

getApplicationVersion

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

getActiveVersionState

int getActiveVersionState()
Deprecated. use ApplicationRuntimeMBean#getActiveVersionState

Specifies whether this application version is the currently active version.

An application can be the only version currently deployed, or it can have more than one version currently deployed, using the side-by-side deployment feature. If more than one version is deployed, only one version can be active. This attribute specifies the state in which the current application version is in.

An application can be in an INACTIVE state, which means that it has not been activated yet, or that there is more than one version of the application deployed (using side-by-side deployment) and this one is retiring.

An application can be in ACTIVE_ADMIN state, which means that it is the currently active version for administrative channel requests.

An application can be in ACTIVE state, which means that it is the currently active version for normal (non-administrative) channel requests.

Returns:
The application version state
See Also:
for state values.

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02