| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Describes a servlet component (servlet context).
| Method Summary | |
|  void | deleteInvalidSessions()Deletes the invalid sessions. | 
|  java.lang.String | getComponentName()Return the component's name. | 
|  java.lang.String | getContextRoot()Returns the context root (context path) for the webapp | 
|  java.lang.String | getName()Return the name of the mbean | 
|  int | getOpenSessionsCurrentCount()Returns the current total number of open sessions in this component. | 
|  int | getOpenSessionsHighCount()Returns the high water mark of the total number of open sessions in this server. | 
|  ServletRuntimeMBean[] | getServlets()Return an array of ServletRuntimeMBeans associated with this component | 
|  ServletSessionRuntimeMBean | getServletSession(java.lang.String sessionID)Returns ServletSessionRuntimeMBean by its session ID | 
|  ServletSessionRuntimeMBean[] | getServletSessions()Return an array of ServletSessionRuntimeMBeans associated with this component. | 
|  int | getSessionsOpenedTotalCount() | 
|  java.lang.String | getSourceInfo()Return an informative string about the component's source. | 
|  java.lang.String | getStatus()Return the component's status. | 
| Methods inherited from interface weblogic.management.WebLogicMBean | 
| getMBeanInfo, 
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, 
preDeregister, 
preRegister | 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
| addNotificationListener, 
getNotificationInfo, 
removeNotificationListener | 
| Method Detail | 
public java.lang.String getName()
public java.lang.String getComponentName()
public java.lang.String getContextRoot()
public java.lang.String getStatus()
public java.lang.String getSourceInfo()
public ServletRuntimeMBean[] getServlets()
public int getOpenSessionsCurrentCount()
public int getOpenSessionsHighCount()
public int getSessionsOpenedTotalCount()
public ServletSessionRuntimeMBean[] getServletSessions()
public ServletSessionRuntimeMBean getServletSession(java.lang.String sessionID)
public void deleteInvalidSessions()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||