|
All LDAP Classes Internal LDAP Classes |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ietf.ldap.LDAPExtendedOperation
Encapsulates an ID which uniquely identifies a particular extended operation.
| 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 |
private LDAPExtendedOperation.ExOp exop
| Constructor Detail |
public LDAPExtendedOperation(java.lang.String oid,
byte[] vals)
| Method Detail |
LDAPExtendedOperation getWrappedObject()
public java.lang.Object clone()
public java.lang.String getID()
public byte[] getValue()
protected void setValue(byte[] newVals)
|
All LDAP Classes Internal LDAP Classes |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||