Uses of Interface
org.apache.directory.shared.ldap.message.internal.InternalResultResponse

Packages that use InternalResultResponse
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.extended   
org.apache.directory.shared.ldap.message.internal   
 

Uses of InternalResultResponse in org.apache.directory.shared.ldap.codec
 

Constructors in org.apache.directory.shared.ldap.codec with parameters of type InternalResultResponse
ResponseCarryingException(java.lang.String message, InternalResultResponse response, ResultCodeEnum code, DN matchedDn, java.lang.Throwable cause)
          Creates a DecoderException
 

Uses of InternalResultResponse in org.apache.directory.shared.ldap.message
 

Classes in org.apache.directory.shared.ldap.message that implement InternalResultResponse
 class AddResponseImpl
          AddResponse implementation.
 class BindResponseImpl
          BindResponse implementation.
 class CompareResponseImpl
          CompareResponse implementation.
 class DeleteResponseImpl
          DeleteResponse implementation
 class ExtendedResponseImpl
          Lockable ExtendedResponse implementation
 class IntermediateResponseImpl
          IntermediateResponse implementation
 class ModifyDnResponseImpl
          Lockable ModifyDnResponse implementation
 class ModifyResponseImpl
          Lockable ModifyResponse implementation
 class SearchResponseDoneImpl
          SearchResponseDone implementation
 

Fields in org.apache.directory.shared.ldap.message declared as InternalResultResponse
protected  InternalResultResponse ExtendedRequestImpl.response
           
 

Methods in org.apache.directory.shared.ldap.message that return InternalResultResponse
 InternalResultResponse ExtendedRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse ModifyDnRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse DeleteRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse BindRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse SearchRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse CompareRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse AddRequestImpl.getResultResponse()
          The result containing response for this request.
 InternalResultResponse ModifyRequestImpl.getResultResponse()
          The result containing response for this request.
 

Uses of InternalResultResponse in org.apache.directory.shared.ldap.message.extended
 

Classes in org.apache.directory.shared.ldap.message.extended that implement InternalResultResponse
 class CancelResponse
          The response sent back from the server after the Cancel extended operation is performed.
 class CertGenerationResponse
          The response sent back from the server after the CertGeneration extended operation is performed.
 class GracefulDisconnect
          An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
 class GracefulShutdownResponse
          The response sent back from the server when a GracefulShutdownRequest extended operation is sent.
 class LaunchDiagnosticUiResponse
          The response sent back from the server with a LaunchDiagnosticUiRequest extended operation.
 class NoticeOfDisconnect
          An extended operation intended for notifying clients of upcoming disconnection.
 class StoredProcedureResponse
           
 

Methods in org.apache.directory.shared.ldap.message.extended that return InternalResultResponse
 InternalResultResponse CertGenerationRequest.getResultResponse()
           
 InternalResultResponse CancelRequest.getResultResponse()
           
 InternalResultResponse StoredProcedureRequest.getResultResponse()
           
 InternalResultResponse GracefulShutdownRequest.getResultResponse()
           
 

Uses of InternalResultResponse in org.apache.directory.shared.ldap.message.internal
 

Subinterfaces of InternalResultResponse in org.apache.directory.shared.ldap.message.internal
 interface InternalAddResponse
          Add protocol response message used to confirm the results of a add request message.
 interface InternalBindResponse
          Bind protocol response message used to confirm the results of a bind request message.
 interface InternalCompareResponse
          Compare protocol response message used to confirm the results of a compare request message.
 interface InternalDeleteResponse
          Delete protocol response message used to confirm the results of a delete request message.
 interface InternalExtendedResponse
          Extended protocol response message used to confirm the results of a extended request message.
 interface InternalModifyDnResponse
          Modify DN protocol response message used to confirm the results of a modify DN request message.
 interface InternalModifyResponse
          Modify protocol response message used to confirm the results of a modify request message.
 interface InternalSearchResponseDone
          Search done protocol response message used to indicate the completion of a search request message.
 

Classes in org.apache.directory.shared.ldap.message.internal that implement InternalResultResponse
 class InternalAbstractResultResponse
          Abstract base for a Lockable ResultResponse message.
 

Methods in org.apache.directory.shared.ldap.message.internal that return InternalResultResponse
 InternalResultResponse InternalResultResponseRequest.getResultResponse()
          If called for the first time, this methohd creates a result containing response object for this request.
 



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