org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
Class SyncDoneValueFactory

java.lang.Object
  extended by org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory
All Implemented Interfaces:
ControlFactory<SyncDoneValue,SyncDoneValueDecorator>

public class SyncDoneValueFactory
extends Object
implements ControlFactory<SyncDoneValue,SyncDoneValueDecorator>

A ControlFactory which creates SyncDoneValue controls.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
SyncDoneValueFactory(LdapApiService codec)
          Creates a new instance of SyncDoneValueFactory.
 
Method Summary
 String getOid()
          
 SyncDoneValueDecorator newCodecControl()
          
 SyncDoneValueDecorator newCodecControl(SyncDoneValue control)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncDoneValueFactory

public SyncDoneValueFactory(LdapApiService codec)
Creates a new instance of SyncDoneValueFactory.

Parameters:
codec - The codec for this factory.
Method Detail

getOid

public String getOid()

Specified by:
getOid in interface ControlFactory<SyncDoneValue,SyncDoneValueDecorator>

newCodecControl

public SyncDoneValueDecorator newCodecControl()

Specified by:
newCodecControl in interface ControlFactory<SyncDoneValue,SyncDoneValueDecorator>

newCodecControl

public SyncDoneValueDecorator newCodecControl(SyncDoneValue control)

Specified by:
newCodecControl in interface ControlFactory<SyncDoneValue,SyncDoneValueDecorator>


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.