LDAP Classes
Implements Java LDAP

com.novell.ldap.events.edir.eventdata
Class ReferralAddress

java.lang.Object
  extended bycom.novell.ldap.events.edir.eventdata.ReferralAddress

public class ReferralAddress
extends java.lang.Object

The class represents the Address(IP/IPX/IPV6 etc) datastructure for Edir Events Notification.

The encoding for this class is as follows:- ReferralAddress := SEQUENCE {
  addressType INTEGER,
  address OCTET STRING
  }

Note: Please refer the JLDAP SDK Documentation at http://developer.novell.com/ndk/jldap.htm for details of all the properties.


Constructor Summary
ReferralAddress(ASN1Sequence dseobject)
          Default Constructor
 
Method Summary
 java.lang.String getAddress()
          Returns the Address as String.
 int getAddressType()
          Returns the Address Type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferralAddress

public ReferralAddress(ASN1Sequence dseobject)
Default Constructor

Parameters:
dseobject - ASN1Sequence containing the encoded data.
Method Detail

getAddress

public java.lang.String getAddress()
Returns the Address as String.

Returns:
Address as String.

getAddressType

public int getAddressType()
Returns the Address Type.

Returns:
AddressType as integer.

LDAP Classes
Implements Java LDAP

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