org.apache.directory.shared.ldap.message
Class ModifyDnResponseImpl

java.lang.Object
  extended byorg.apache.directory.shared.ldap.message.AbstractMessage
      extended byorg.apache.directory.shared.ldap.message.AbstractResponse
          extended byorg.apache.directory.shared.ldap.message.AbstractResultResponse
              extended byorg.apache.directory.shared.ldap.message.ModifyDnResponseImpl
All Implemented Interfaces:
Message, ModifyDnResponse, Response, ResultResponse

public class ModifyDnResponseImpl
extends AbstractResultResponse
implements ModifyDnResponse

Lockable ModifyDnResponse implementation

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

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.ModifyDnResponse
TYPE
 
Constructor Summary
ModifyDnResponseImpl(int id)
          Creates a Lockable ModifyDnResponse as a reply to an ModifyDnRequest.
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractResultResponse
equals, getLdapResult, toString
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage
add, get, getControls, getMessageId, getType, put, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Constructor Detail

ModifyDnResponseImpl

public ModifyDnResponseImpl(int id)
Creates a Lockable ModifyDnResponse as a reply to an ModifyDnRequest.

Parameters:
id - the sequence if of this response


Copyright © 2003-2006 . All Rights Reserved.