Suspendsessionpool, Stopsessionpool, Removesessionpool – HP NonStop G-Series User Manual
Page 295: Getsessionpool

suspendSessionPool
suspendSessionPool(String id, boolean action)
id
Reserved for future use. Must be null.
action
true to suspend the session pool; false to resume it.
Usage Suspend this session pool so it will not accept any new requests. It allows the
administrator to shut down the session pool gracefully. The ID must be null for this release.
This method is part of the administrative object library.
stopSessionPool
stopSessionPool(String id)
id
Reserved for future use. Must be null.
Usage Shut down a session pool; all active connections in the session are also terminated
immediately. The ID must be null for this release. This method is part of the administrative
class library.
removeSessionPool
removeSessionPool(String id)
id
Reserved for future use. Must be null.
Usage Shut down and remove the session pool; all active connections in this session pool are
terminated immediately. The ID must be null for this release. This method is part of the
administrative class library.
getSessionPool
SessionPool getSessionPool(String id)
id
Reserved for future use. Must be null.