org.apache.directory.shared.ldap.message.internal
Class InternalAbstractResponse

java.lang.Object
  extended by org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
      extended by org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
All Implemented Interfaces:
InternalMessage, InternalResponse
Direct Known Subclasses:
InternalAbstractResultResponse, SearchResponseEntryImpl, SearchResponseReferenceImpl

public abstract class InternalAbstractResponse
extends InternalAbstractMessage
implements InternalResponse

Abstract base for a Lockable Response message.

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

Constructor Summary
protected InternalAbstractResponse(int id, MessageTypeEnum type)
          Allows subclasses based on the abstract type to create a response to a request.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
add, addAll, equals, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Constructor Detail

InternalAbstractResponse

protected InternalAbstractResponse(int id,
                                   MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a request.

Parameters:
id - the response eliciting this Request
type - the message type of the response


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