|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISessionPoolBrowser
Interface class for obtaining information about session pools defined on a VHI server. Use the ServerConfig.newSessionPoolBrowser() methods to create instances of this interface.
Method Summary | |
---|---|
SessionPool |
getSessionPool(java.lang.String sessionPoolName)
Return information about a specific session pool. |
java.util.List |
getSessionPoolNames()
Return a list of the names of session pools defined on a VHI server, obtained from a call to the readConfiguration() method. |
java.util.List |
readConfiguration()
Read session pool information from a VHI server. |
Method Detail |
---|
java.util.List readConfiguration()
java.util.List getSessionPoolNames()
SessionPool getSessionPool(java.lang.String sessionPoolName)
sessionPoolName
- Name of the session pool for which
information is to be obtained.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |