bea.jolt.pool.servlet.weblogic
Class SessionPoolManagerAdmin

java.lang.Object
  |
  +--bea.jolt.pool.servlet.weblogic.SessionPoolManagerAdmin

public class SessionPoolManagerAdmin
extends java.lang.Object

This class reports the administrative aspects of a session pool manager. It exposes admininstration properties using a bean to wrap the ServletSessionPoolManager. It also contains child beans (SessionPoolAdmin) that wrap the ServletSessionPool instances. There is also an associated class SessionPoolManagerAdminBeanInfo.java that provides more detailed property information about this class.

See Also:
SessionPoolManagerAdminBeanInfo, ServletSessionPoolManager, bea.jolt.pool.servlet.SessionPoolAdmin

Method Summary
 java.lang.String getIcon()
          Property: icon
 java.lang.String getName()
          Property: name
 java.util.Enumeration getSessionPools()
          Property: sessionPools
 int hashCode()
          Provides the hashcode of the contained session pool manager.
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Provides the hashcode of the contained session pool manager.
Overrides:
hashCode in class java.lang.Object
Returns:
Hashcode of the session pool manager represented by this bean

getName

public java.lang.String getName()
Property: name

getIcon

public java.lang.String getIcon()
Property: icon

getSessionPools

public java.util.Enumeration getSessionPools()
Property: sessionPools