Jolt 1.1 User Guides
isSuspended
boolean isSuspended()
Usage Check if this session pool is suspended. A suspended session pool does not accept any
new requests. This method is part of the administrative class library.
Connection Class
java.lang.Object
|
+----bea.web.Connection
This class represents a connection (session) to a Jolt server and provides simple methods for
service invocations and transaction demarcation. This class is a part of the administrative class
library.
Connection Methods
The following methods are used in conjunction with the Connection class:
getAccessTime●
getAddr●
getErrorCount●
getUseCount●
inTransaction●
isAlive●
getAccessTime
final Date getAccessTime()
Usage Get the last access time of this object.
getAddr
final String getAddr()
Usage Get the server address.