WebObjects 5.4.2

com.webobjects.appserver
Interface WOApplicationMBean

All Known Implementing Classes:
WOApplication

public interface WOApplicationMBean

Register this Mbean with the JMX MBean server to monitor a WOApplication instance.

Since:
5.4

Method Summary
 boolean getAdaptorsDispatchRequestsConcurrently()
           
 ArrayList getAdditionalAdaptors()
           
 boolean getAllowsConcurrentRequestHandling()
           
 String getApplicationBaseURL()
           
 String getBaseURL()
           
 String getCGIAdaptorURL()
           
 ArrayList getClassPaths()
           
 int getDefaultUndoStackLimit()
           
 String getDirectConnectURL()
           
 String getHost()
           
 String getHostAddress()
           
 boolean getIncludeCommentsInResponses()
           
 boolean getIsCachingEnabled()
           
 boolean getIsMonitorEnabled()
           
 boolean getIsPageRefreshOnBacktrackEnabled()
           
 boolean getIsRefusingNewSessions()
           
 boolean getIsTerminating()
           
 String getJMXDomain()
           
 int getLifebeatDestinationPort()
           
 int getLifebeatInterval()
           
 int getListenQueueSize()
           
 int getMaxSocketIdleTime()
           
 int getMinimumActiveSessionsCount()
           
 String getName()
           
 String getOutputPath()
           
 int getPageCacheSize()
           
 int getPort()
           
 String getServletConnectURL()
           
 int getSessionTimeOut()
           
 double getTimeOut()
           
 String getWebObjectsVersion()
           
 String getWebserverConnectURL()
           
 int getWorkerThreadCountMax()
           
 int getWorkerThreadCountMin()
           
 

Method Detail

getApplicationBaseURL

String getApplicationBaseURL()
Since:
5.4

getAdaptorsDispatchRequestsConcurrently

boolean getAdaptorsDispatchRequestsConcurrently()
Since:
5.4

getAdditionalAdaptors

ArrayList getAdditionalAdaptors()
Since:

getAllowsConcurrentRequestHandling

boolean getAllowsConcurrentRequestHandling()
Since:
5.4

getBaseURL

String getBaseURL()
Since:
5.4

getCGIAdaptorURL

String getCGIAdaptorURL()
Since:
5.4

getDefaultUndoStackLimit

int getDefaultUndoStackLimit()
Since:
5.4

getDirectConnectURL

String getDirectConnectURL()
Since:
5.4

getHost

String getHost()
Since:
5.4

getHostAddress

String getHostAddress()
Since:
5.4

getIncludeCommentsInResponses

boolean getIncludeCommentsInResponses()
Since:
5.4

getIsCachingEnabled

boolean getIsCachingEnabled()
Since:
5.4

getIsMonitorEnabled

boolean getIsMonitorEnabled()
Since:
5.4

getIsPageRefreshOnBacktrackEnabled

boolean getIsPageRefreshOnBacktrackEnabled()
Since:
5.4

getIsRefusingNewSessions

boolean getIsRefusingNewSessions()
Since:
5.4

getIsTerminating

boolean getIsTerminating()
Since:
5.4

getJMXDomain

String getJMXDomain()
Since:
5.4

getLifebeatDestinationPort

int getLifebeatDestinationPort()
Since:
5.4

getLifebeatInterval

int getLifebeatInterval()
Since:
5.4

getListenQueueSize

int getListenQueueSize()
Since:
5.4

getMaxSocketIdleTime

int getMaxSocketIdleTime()
Since:
5.4

getMinimumActiveSessionsCount

int getMinimumActiveSessionsCount()
Since:
5.4

getName

String getName()
Since:
5.4

getOutputPath

String getOutputPath()
Since:
5.4

getPageCacheSize

int getPageCacheSize()
Since:
5.4

getPort

int getPort()
Since:
5.4

getServletConnectURL

String getServletConnectURL()
Since:
5.4

getSessionTimeOut

int getSessionTimeOut()
Since:
5.4

getTimeOut

double getTimeOut()
Since:
5.4

getWebserverConnectURL

String getWebserverConnectURL()
Since:
5.4

getWorkerThreadCountMax

int getWorkerThreadCountMax()
Since:
5.4

getWorkerThreadCountMin

int getWorkerThreadCountMin()
Since:
5.4

getWebObjectsVersion

String getWebObjectsVersion()
Since:
5.4

getClassPaths

ArrayList getClassPaths()
Since:
5.4

Last updated June 2008

Copyright © 2000-2008 Apple Inc.