All LDAP Classes
Internal LDAP Classes

com.novell.ldap.client
Class ReferralInfo

java.lang.Object
  extended by com.novell.ldap.client.ReferralInfo

public class ReferralInfo
extends java.lang.Object

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

conn

private LDAPConnection conn

referralUrl

private LDAPUrl referralUrl

referralList

private java.lang.String[] referralList
Constructor Detail

ReferralInfo

public ReferralInfo(LDAPConnection lc,
                    java.lang.String[] refList,
                    LDAPUrl refUrl)
Construct the ReferralInfo class

Parameters:
lc - The LDAPConnection opened to process this referral
refUrl - The URL string associated with this connection
Method Detail

getReferralUrl

public final LDAPUrl getReferralUrl()
Returns the referral URL

Returns:
the Referral URL

getReferralConnection

public final LDAPConnection getReferralConnection()
Returns the referral Connection

Returns:
the Referral Connection

getReferralList

public final java.lang.String[] getReferralList()
Returns the referral list

Returns:
the Referral list

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000