|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPSessionPoolException | |
---|---|
com.verisign.epp.pool |
Uses of EPPSessionPoolException in com.verisign.epp.pool |
---|
Methods in com.verisign.epp.pool that throw EPPSessionPoolException | |
---|---|
EPPSession |
EPPSystemSessionPool.borrowObject()
Borrows a session from the pool. |
EPPSession |
EPPSessionPool.borrowObject()
Borrows a session from the pool. |
EPPSession |
EPPSessionPool.borrowObject(java.lang.String aSystem)
Borrows a session from the pool. |
org.apache.commons.pool.impl.GenericObjectPool |
EPPSessionPool.getGenericObjectPool(java.lang.String aSystem)
Gets the contained GenericObjectPool for a system. |
EPPSystemSessionPool |
EPPSessionPool.getSystemSessionPool(java.lang.String aSystem)
Gets the contained EPPSystemSessionPool for a system. |
void |
EPPSystemSessionPool.init()
Initialize the pool using configuration values defined by Environment class. |
void |
EPPSessionPool.init()
|
void |
EPPSystemSessionPool.invalidateObject(EPPSession aSession)
Remove a borrowed session from the pool based on a known issue with it. |
void |
EPPSessionPool.invalidateObject(EPPSession aSession)
Remove a borrowed session from the pool based on a known issue with it. |
void |
EPPSessionPool.invalidateObject(java.lang.String aSystem,
EPPSession aSession)
Remove a borrowed session from the system session pool based on a known issue with it. |
void |
EPPSystemSessionPool.returnObject(EPPSession aSession)
Returned a borrowed session to the pool. |
void |
EPPSessionPool.returnObject(EPPSession aSession)
Returned a borrowed session to the pool. |
void |
EPPSessionPool.returnObject(java.lang.String aSystem,
EPPSession aSession)
Returned a borrowed session to a system session pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |