org.apache.directory.shared.ldap.message
Class AddResponseImpl
java.lang.Object
org.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
org.apache.directory.shared.ldap.message.AbstractResultResponse
org.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: 434411 $
- Author:
- Apache Directory Project
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 |
String |
toString()
Get a String representation of an AddResponse |
AddResponseImpl
public AddResponseImpl(int id)
- Creates a Lockable AddResponse as a reply to an AddRequest.
- Parameters:
id
- the session unique message id
toString
public String toString()
- Get a String representation of an AddResponse
- Overrides:
toString
in class AbstractResultResponse
- Returns:
- An AddResponse String
Copyright © 2004-2012. All Rights Reserved.