All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.servlet.weblogic.SessionPoolManagerAdmin

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

public class SessionPoolManagerAdmin
extends 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.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.
See Also:
SessionPoolManagerAdminBeanInfo, ServletSessionPoolManager, SessionPoolAdmin

Method Index

 o getIcon()
Property: icon
 o getName()
Property: name
 o getSessionPools()
Property: sessionPools
 o hashCode()
Provides the hashcode of the contained session pool manager.

Methods

 o hashCode
 public int hashCode()
Provides the hashcode of the contained session pool manager.

Returns:
Hashcode of the session pool manager represented by this bean
Overrides:
hashCode in class Object
 o getName
 public String getName()
Property: name

 o getIcon
 public String getIcon()
Property: icon

 o getSessionPools
 public Enumeration getSessionPools()
Property: sessionPools


All Packages  Class Hierarchy  This Package  Previous  Next  Index