All LDAP Classes
Internal LDAP Classes

org.ietf.ldap
Class LDAPExtendedOperation

java.lang.Object
  extended by org.ietf.ldap.LDAPExtendedOperation
All Implemented Interfaces:
java.lang.Cloneable

public class LDAPExtendedOperation
extends java.lang.Object
implements java.lang.Cloneable

Encapsulates an ID which uniquely identifies a particular extended operation.

See Also:
com.novell.ldap.LDAPExtendedOperation

Nested Class Summary
private  class LDAPExtendedOperation.ExOp
           
 
Field Summary
private  LDAPExtendedOperation.ExOp exop
           
 
Constructor Summary
LDAPExtendedOperation(java.lang.String oid, byte[] vals)
          Constructs a new object with the specified object ID and data.
 
Method Summary
 java.lang.Object clone()
          Creates a clone of this object
 java.lang.String getID()
          Returns the unique identifier of the operation.
 byte[] getValue()
          Returns a reference to the operation-specific data.
(package private)  LDAPExtendedOperation getWrappedObject()
          Constructs an object from com.novell.ldap.LDAPExtendedOperation
protected  void setValue(byte[] newVals)
          Sets the value for the operation-specific data.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exop

private LDAPExtendedOperation.ExOp exop
Constructor Detail

LDAPExtendedOperation

public LDAPExtendedOperation(java.lang.String oid,
                             byte[] vals)
Constructs a new object with the specified object ID and data.

See Also:
com.novell.ldap.LDAPExtendedOperation.LDAPExtendedOperation(String, byte[])
Method Detail

getWrappedObject

LDAPExtendedOperation getWrappedObject()
Constructs an object from com.novell.ldap.LDAPExtendedOperation


clone

public java.lang.Object clone()
Creates a clone of this object

Overrides:
clone in class java.lang.Object
Returns:
a clone of this object
See Also:
com.novell.ldap.LDAPExtendedOperation.clone()

getID

public java.lang.String getID()
Returns the unique identifier of the operation.

See Also:
com.novell.ldap.LDAPExtendedOperation.getID()

getValue

public byte[] getValue()
Returns a reference to the operation-specific data.

See Also:
com.novell.ldap.LDAPExtendedOperation.getValue()

setValue

protected void setValue(byte[] newVals)
Sets the value for the operation-specific data.

See Also:
com.novell.ldap.LDAPExtendedOperation.setValue(byte[])

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