|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of ldap objectpublic interface LdapFactory<T extends BaseLdap>
LdapFactory provides an interface for creating, activating,
validating, and destroying ldap objects.
| Method Summary | |
|---|---|
boolean |
activate(T t)
Prepare the supplied object for placement in the pool. |
T |
create()
Create a new ldap object. |
void |
destroy(T t)
Destroy an ldap object. |
boolean |
passivate(T t)
Prepare the supplied object for removal from the pool. |
boolean |
validate(T t)
Verify an ldap object is still viable for use in the pool. |
| Method Detail |
|---|
T create()
void destroy(T t)
t - ldap objectboolean activate(T t)
t - ldap object
boolean passivate(T t)
t - ldap object
boolean validate(T t)
t - ldap object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||