org.apache.directory.server.ldap.support
Class ModifyDnHandler

java.lang.Object
  extended by org.apache.directory.server.ldap.support.ModifyDnHandler
All Implemented Interfaces:
LdapMessageHandler

public class ModifyDnHandler
extends java.lang.Object
implements LdapMessageHandler

A single reply handler for org.apache.directory.shared.ldap.message.ModifyDnRequests.

Version:
$Rev: 437287 $
Author:
Apache Directory Project

Constructor Summary
ModifyDnHandler()
           
 
Method Summary
 void init(StartupConfiguration cfg)
           
 void messageReceived(IoSession session, java.lang.Object request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyDnHandler

public ModifyDnHandler()
Method Detail

messageReceived

public void messageReceived(IoSession session,
                            java.lang.Object request)

init

public void init(StartupConfiguration cfg)
Specified by:
init in interface LdapMessageHandler