Package | Description |
---|---|
com.verisign.epp.pool |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © VeriSign Inc. All Rights Reserved.