org.apache.directory.api.ldap.model.message
Class ModifyResponseImpl

java.lang.Object
  extended by org.apache.directory.api.ldap.model.message.AbstractMessage
      extended by org.apache.directory.api.ldap.model.message.AbstractResponse
          extended by org.apache.directory.api.ldap.model.message.AbstractResultResponse
              extended by org.apache.directory.api.ldap.model.message.ModifyResponseImpl
All Implemented Interfaces:
Message, ModifyResponse, Response, ResultResponse
Direct Known Subclasses:
ModifyNoDResponse

public class ModifyResponseImpl
extends AbstractResultResponse
implements ModifyResponse

ModifyResponse implementation


Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse
ldapResult
 
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage
controls
 
Fields inherited from interface org.apache.directory.api.ldap.model.message.ModifyResponse
TYPE
 
Constructor Summary
ModifyResponseImpl()
          Creates a ModifyResponse as a reply to an ModifyRequest.
ModifyResponseImpl(int id)
          Creates a ModifyResponse as a reply to an ModifyRequest.
 
Method Summary
 String toString()
          Get a String representation of a ModifyResponse
 
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse
equals, getLdapResult, hashCode
 
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Constructor Detail

ModifyResponseImpl

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


ModifyResponseImpl

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

Parameters:
id - the sequence id for this response
Method Detail

toString

public String toString()
Get a String representation of a ModifyResponse

Overrides:
toString in class AbstractResultResponse
Returns:
A ModifyResponse String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.