|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.AbstractMutableControlImpl
public abstract class AbstractMutableControlImpl
Control implementation.
Field Summary |
---|
Fields inherited from interface javax.naming.ldap.Control |
---|
CRITICAL, NONCRITICAL |
Constructor Summary | |
---|---|
AbstractMutableControlImpl()
|
Method Summary | |
---|---|
java.lang.String |
getID()
Retrieves the object identifier assigned for the LDAP control. |
boolean |
isCritical()
Determines whether or not this control is critical for the correct operation of a request or response message. |
void |
setCritical(boolean isCritical)
Sets the criticil flag which determines whether or not this control is critical for the correct operation of a request or response message. |
void |
setID(java.lang.String oid)
Sets the OID of the Control to identify the control type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.naming.ldap.Control |
---|
getEncodedValue |
Constructor Detail |
---|
public AbstractMutableControlImpl()
Method Detail |
---|
public boolean isCritical()
isCritical
in interface javax.naming.ldap.Control
public void setCritical(boolean isCritical)
setCritical
in interface MutableControl
isCritical
- true if the control is critical false otherwise.public void setID(java.lang.String oid)
setID
in interface MutableControl
oid
- the OID of this Control.public java.lang.String getID()
getID
in interface javax.naming.ldap.Control
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |