|
||||||||||
| 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.SyncInfoValueFactory
public class SyncInfoValueFactory
A ControlFactory which creates SyncInfoValue controls.
| Constructor Summary | |
|---|---|
SyncInfoValueFactory(LdapCodecService codec)
Creates a new instance of SyncInfoValueFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
SyncInfoValueDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
SyncInfoValueDecorator |
newCodecControl(SyncInfoValue 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 SyncInfoValueFactory(LdapCodecService codec)
codec - The codec for this factory.| Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<SyncInfoValue,SyncInfoValueDecorator>public SyncInfoValueDecorator newCodecControl()
newCodecControl in interface ControlFactory<SyncInfoValue,SyncInfoValueDecorator>CodecControl decorated version of the Control.public SyncInfoValueDecorator newCodecControl(SyncInfoValue control)
newCodecControl in interface ControlFactory<SyncInfoValue,SyncInfoValueDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||