public class CancelResponse extends ExtendedResponseImpl
oid, value
TYPE
Constructor and Description |
---|
CancelResponse(int messageId) |
CancelResponse(int messageId,
ResultCodeEnum rcode)
Create a new CancelResponse object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks to see if an object equals this ExtendedRequest.
|
byte[] |
getResponse()
Gets the response OID specific encoded response values.
|
String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a.
|
getEncodedValue, getID, setOid, setResponse, setResponseName
getLdapResult, toString
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLdapResult
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
public CancelResponse(int messageId, ResultCodeEnum rcode)
messageId
- The messageIdrcode
- the result codepublic CancelResponse(int messageId)
public byte[] getResponse()
getResponse
in interface InternalExtendedResponse
getResponse
in class ExtendedResponseImpl
public String getResponseName()
getResponseName
in interface InternalExtendedResponse
getResponseName
in class ExtendedResponseImpl
public boolean equals(Object obj)
ExtendedResponseImpl
equals
in class ExtendedResponseImpl
obj
- the object to be checked for equalityObject.equals(Object)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.