|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimx.services.dirpool.mozilla.DirPoolStatus
public class DirPoolStatus
The DirPoolStatus data object contains the status data associated to a specific pool.
Field Summary | |
---|---|
java.lang.String |
_host
The hostname of the directory server used by the pool. |
int |
_maxSize
The maximum size of the connection pool. |
int |
_minSize
The initial minimum size of the connection pool. |
java.lang.String |
_name
The pool's name. |
int |
_obtained
The number of connections that has been obtained by the application. |
int |
_port
The port of the directory server used by the pool. |
int |
_reserved
The number of connections that has been reserved by the application. |
int |
_throttle
|
int |
_timeLimit
The time limit of the pool. |
long |
_timestamp
The timestamp when the connection pool will expired. |
Constructor Summary | |
---|---|
DirPoolStatus(java.lang.String name,
java.lang.String host,
int port,
long timestamp,
int timeLimit,
int reserved,
int obtained,
int minSize,
int maxSize,
int throttle)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String _name
public final java.lang.String _host
public final int _port
public final long _timestamp
public final int _timeLimit
public final int _reserved
public final int _obtained
public final int _minSize
public final int _maxSize
public final int _throttle
Constructor Detail |
---|
public DirPoolStatus(java.lang.String name, java.lang.String host, int port, long timestamp, int timeLimit, int reserved, int obtained, int minSize, int maxSize, int throttle)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.