|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetscape.ldap.client.opers.JDAPBaseDNRequest
public abstract class JDAPBaseDNRequest
This is the base class for all the request that has a base dn component. The existence of this class is due to the JDAPReferralThread.
| Constructor Summary | |
|---|---|
JDAPBaseDNRequest()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getBaseDN()
Gets the base dn component in the request. |
abstract void |
setBaseDN(java.lang.String basedn)
Sets the base dn component in the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDAPBaseDNRequest()
| Method Detail |
|---|
public abstract void setBaseDN(java.lang.String basedn)
basedn - base DNpublic abstract java.lang.String getBaseDN()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||