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

java.lang.Object
  extended by org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
      extended by org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
          extended by org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
              extended by org.apache.directory.shared.ldap.message.ModifyDnResponseImpl
All Implemented Interfaces:
InternalMessage, InternalModifyDnResponse, InternalResponse, InternalResultResponse

public class ModifyDnResponseImpl
extends InternalAbstractResultResponse
implements InternalModifyDnResponse

Lockable ModifyDnResponse implementation

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

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.internal.InternalModifyDnResponse
TYPE
 
Constructor Summary
ModifyDnResponseImpl(int id)
          Creates a Lockable ModifyDnResponse as a reply to an ModifyDnRequest.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractResultResponse
equals, getLdapResult, toString
 
Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, 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-2011 Apache Software Foundation. All Rights Reserved.