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

java.lang.Object
  extended by org.apache.directory.shared.ldap.message.AbstractMessage
      extended by org.apache.directory.shared.ldap.message.AbstractResponse
          extended by org.apache.directory.shared.ldap.message.AbstractResultResponse
              extended by org.apache.directory.shared.ldap.message.DeleteResponseImpl
All Implemented Interfaces:
DeleteResponse, Message, Response, ResultResponse

public class DeleteResponseImpl
extends AbstractResultResponse
implements DeleteResponse

DeleteResponse implementation

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

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.DeleteResponse
TYPE
 
Constructor Summary
DeleteResponseImpl(int id)
          Creates a DeleteResponse as a reply to an DeleteRequest.
 
Method Summary
 
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, 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.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Constructor Detail

DeleteResponseImpl

public DeleteResponseImpl(int id)
Creates a DeleteResponse as a reply to an DeleteRequest.

Parameters:
id - the session unique message id


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