All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.servlet.weblogic.SessionPoolAdmin

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

public class SessionPoolAdmin
extends Object
This class reports the statistics gathered by a session pool. It exposes admininstration properties using a bean to wrap the ServletSessionPool. There is also an associated class SessionPoolAdminBeanInfo.java that provides more detailed property information about this class.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.
See Also:
SessionPoolAdminBeanInfo, ServletSessionPool

Method Index

 o equals(Object)
Compares for equality by using the underlying pool objects.
 o getConnectionInfo()
Property: connectionInfo
 o getIcon()
Property: icon
 o getId()
Property: id
 o getName()
Property: name
 o getNumConnections()
Property: numConnections
 o getSessionPoolState()
Property: sessionPoolState
 o hashCode()
Provides the hashcode of the contained session pool.

Methods

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

Returns:
Hashcode of the session pool this bean represents
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object o)
Compares for equality by using the underlying pool objects.

Parameters:
o - Object to be compared with this
Overrides:
equals in class Object
 o getName
 public String getName()
Property: name

Returns:
Name of this pool
 o getIcon
 public String getIcon()
Property: icon

Returns:
Path for icon gif file
 o getId
 public String getId()
Property: id

Returns:
Identifier for this pool
 o getNumConnections
 public int getNumConnections()
Property: numConnections

Returns:
Maximum number of connections for this pool
 o getSessionPoolState
 public String getSessionPoolState()
Property: sessionPoolState

Returns:
"Suspended" or "Active"
 o getConnectionInfo
 public String[][] getConnectionInfo()
Property: connectionInfo

Returns:
A two dimensional string array for tabular display

All Packages  Class Hierarchy  This Package  Previous  Next  Index