org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
Class SyncStateValueFactory
java.lang.Object
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory
- All Implemented Interfaces:
- ControlFactory<SyncStateValue,SyncStateValueDecorator>
public class SyncStateValueFactory
- extends Object
- implements ControlFactory<SyncStateValue,SyncStateValueDecorator>
A ControlFactory which creates SyncStateValue controls.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncStateValueFactory
public SyncStateValueFactory(LdapApiService codec)
- Creates a new instance of SyncStateValueFactory.
- Parameters:
codec - The codec for this factory.
getOid
public String getOid()
-
- Specified by:
getOid in interface ControlFactory<SyncStateValue,SyncStateValueDecorator>
newCodecControl
public SyncStateValueDecorator newCodecControl()
-
- Specified by:
newCodecControl in interface ControlFactory<SyncStateValue,SyncStateValueDecorator>
newCodecControl
public SyncStateValueDecorator newCodecControl(SyncStateValue control)
-
- Specified by:
newCodecControl in interface ControlFactory<SyncStateValue,SyncStateValueDecorator>
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.