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

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

public class ModifyResponseImpl
extends InternalAbstractResultResponse
implements InternalModifyResponse

Lockable ModifyResponse implementation

Version:
$Rev: 764131 $

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.InternalModifyResponse
TYPE
 
Constructor Summary
ModifyResponseImpl(int id)
          Creates a Lockable ModifyResponse as a reply to an ModifyRequest.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.message.InternalAbstractResultResponse
equals, getLdapResult, toString
 
Methods inherited from class org.apache.directory.shared.ldap.message.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.InternalResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Constructor Detail

ModifyResponseImpl

public ModifyResponseImpl(int id)
Creates a Lockable ModifyResponse as a reply to an ModifyRequest.

Parameters:
id - the sequence id for this response


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.