org.apache.directory.shared.ldap.message.extended
Class LaunchDiagnosticUiResponse
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.ExtendedResponseImpl
org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse
- All Implemented Interfaces:
- ExtendedResponse, javax.naming.ldap.ExtendedResponse, Message, Response, ResultResponse, java.io.Serializable
- public class LaunchDiagnosticUiResponse
- extends ExtendedResponseImpl
The response sent back from the server with a LaunchDiagnosticUiRequest
extended operation.
- Version:
- $Rev: 379008 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object obj)
Checks to see if an object equals this ExtendedRequest. |
byte[] |
getResponse()
Gets the reponse OID specific encoded response values. |
java.lang.String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a. |
void |
setResponse(byte[] value)
Sets the reponse OID specific encoded response values. |
void |
setResponseName(java.lang.String oid)
Sets the OID uniquely identifying this extended response (a.k.a. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXTENSION_OID
public static final java.lang.String EXTENSION_OID
- See Also:
- Constant Field Values
LaunchDiagnosticUiResponse
public LaunchDiagnosticUiResponse(int messageId,
ResultCodeEnum rcode)
LaunchDiagnosticUiResponse
public LaunchDiagnosticUiResponse(int messageId)
getResponse
public byte[] getResponse()
- Gets the reponse OID specific encoded response values.
- Specified by:
getResponse
in interface ExtendedResponse
- Overrides:
getResponse
in class ExtendedResponseImpl
- Returns:
- the response specific encoded response values.
setResponse
public void setResponse(byte[] value)
- Sets the reponse OID specific encoded response values.
- Specified by:
setResponse
in interface ExtendedResponse
- Overrides:
setResponse
in class ExtendedResponseImpl
- Parameters:
value
- the response specific encoded response values.
getResponseName
public java.lang.String getResponseName()
- Gets the OID uniquely identifying this extended response (a.k.a. its
name).
- Specified by:
getResponseName
in interface ExtendedResponse
- Overrides:
getResponseName
in class ExtendedResponseImpl
- Returns:
- the OID of the extended response type.
setResponseName
public void setResponseName(java.lang.String oid)
- Sets the OID uniquely identifying this extended response (a.k.a. its
name).
- Specified by:
setResponseName
in interface ExtendedResponse
- Overrides:
setResponseName
in class ExtendedResponseImpl
- Parameters:
oid
- the OID of the extended response type.
equals
public boolean equals(java.lang.Object obj)
- Description copied from class:
ExtendedResponseImpl
- Checks to see if an object equals this ExtendedRequest.
- Overrides:
equals
in class ExtendedResponseImpl
- Parameters:
obj
- the object to be checked for equality
- Returns:
- true if the obj equals this ExtendedRequest, false otherwise
Copyright © 2003-2006 . All Rights Reserved.