|
All LDAP Classes Internal LDAP Classes |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.ldap.client.ReferralInfo
This class encapsulates the combination of LDAPReferral URL and the connection opened to service this URL
| Field Summary | |
private LDAPConnection |
conn
|
private java.lang.String[] |
referralList
|
private LDAPUrl |
referralUrl
|
| Constructor Summary | |
ReferralInfo(LDAPConnection lc,
java.lang.String[] refList,
LDAPUrl refUrl)
Construct the ReferralInfo class |
|
| Method Summary | |
LDAPConnection |
getReferralConnection()
Returns the referral Connection |
java.lang.String[] |
getReferralList()
Returns the referral list |
LDAPUrl |
getReferralUrl()
Returns the referral URL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private LDAPConnection conn
private LDAPUrl referralUrl
private java.lang.String[] referralList
| Constructor Detail |
public ReferralInfo(LDAPConnection lc,
java.lang.String[] refList,
LDAPUrl refUrl)
lc - The LDAPConnection opened to process this referralrefUrl - The URL string associated with this connection| Method Detail |
public final LDAPUrl getReferralUrl()
public final LDAPConnection getReferralConnection()
public final java.lang.String[] getReferralList()
|
All LDAP Classes Internal LDAP Classes |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||