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

java.lang.Object
  extended by org.apache.directory.server.ldap.support.ModifyDnHandler
All Implemented Interfaces:
LdapMessageHandler, org.apache.mina.handler.demux.MessageHandler

public class ModifyDnHandler
extends java.lang.Object
implements LdapMessageHandler

A single reply handler for ModifyDnRequests.

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

Field Summary
 
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler
NOOP
 
Constructor Summary
ModifyDnHandler()
           
 
Method Summary
 void init(StartupConfiguration cfg)
           
 void messageReceived(org.apache.mina.common.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(org.apache.mina.common.IoSession session,
                            java.lang.Object request)
Specified by:
messageReceived in interface org.apache.mina.handler.demux.MessageHandler

init

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


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.