|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHttpConnFactory
Maintains a pool of connections to to a Remote Authority. Utilized by the IHttpConnector interface. Multiple threads use this interface to utilize and release the Ldap connection resources. This factory will maintain a list of Http type connections to the remote host.
Method Summary | |
---|---|
IHttpConnection |
getConn()
Request access to a Ldap connection from the pool. |
void |
returnConn(IHttpConnection conn)
Return connection to the factory. |
Method Detail |
---|
IHttpConnection getConn() throws EBaseException
EBaseException
- if any error occurs, such as avoid returnConn(IHttpConnection conn) throws EBaseException
conn
- Ldap connection object to be returned to the free list of the pool.
EBaseException
- On any failure to return the connection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |