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

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.AddResponseImpl
All Implemented Interfaces:
AddResponse, Message, Response, ResultResponse

public class AddResponseImpl
extends AbstractResultResponse
implements AddResponse

Lockable AddResponse implementation.

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

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.AddResponse
TYPE
 
Constructor Summary
AddResponseImpl(int id)
          Creates a Lockable AddResponse as a reply to an AddRequest.
 
Method Summary
 java.lang.String toString()
          Get a String representation of an AddResponse
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractResultResponse
equals, getLdapResult
 
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

AddResponseImpl

public AddResponseImpl(int id)
Creates a Lockable AddResponse as a reply to an AddRequest.

Parameters:
id - the session unique message id
Method Detail

toString

public java.lang.String toString()
Get a String representation of an AddResponse

Overrides:
toString in class AbstractResultResponse
Returns:
An AddResponse String


Copyright © 2003-2006 . All Rights Reserved.