|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
public class SyncStateValueFactory
A ControlFactory which creates SyncStateValue controls.
| Constructor Summary | |
|---|---|
SyncStateValueFactory(LdapCodecService codec)
Creates a new instance of SyncStateValueFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
SyncStateValueDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
SyncStateValueDecorator |
newCodecControl(SyncStateValue control)
Decorates an existing control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyncStateValueFactory(LdapCodecService codec)
codec - The codec for this factory.| Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<SyncStateValue,SyncStateValueDecorator>public SyncStateValueDecorator newCodecControl()
newCodecControl in interface ControlFactory<SyncStateValue,SyncStateValueDecorator>CodecControl decorated version of the Control.public SyncStateValueDecorator newCodecControl(SyncStateValue control)
newCodecControl in interface ControlFactory<SyncStateValue,SyncStateValueDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||