|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.pool.BindPassivator
public class BindPassivator
Passivates a connection by performing a bind operation on it.
| Constructor Summary | |
|---|---|
BindPassivator()
Creates a new bind passivator. |
|
BindPassivator(BindRequest br)
Creates a new bind passivator. |
|
| Method Summary | |
|---|---|
BindRequest |
getBindRequest()
Returns the bind request. |
boolean |
passivate(Connection c)
Passivate the supplied object. |
void |
setBindRequest(BindRequest br)
Sets the bind request. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindPassivator()
public BindPassivator(BindRequest br)
br - to use for binds| Method Detail |
|---|
public BindRequest getBindRequest()
public void setBindRequest(BindRequest br)
br - bind requestpublic boolean passivate(Connection c)
passivate in interface Passivator<Connection>c - object
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||