public class ShowRecycledControl extends AbstractControl implements RequestControl
| Modifier and Type | Field and Description |
|---|---|
private static int |
HASH_CODE_SEED
hash code seed.
|
static String |
OID
OID of this control.
|
logger| Constructor and Description |
|---|
ShowRecycledControl()
Default constructor.
|
ShowRecycledControl(boolean critical)
Creates a new show recycled control.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode()
Provides the BER encoding of this control.
|
boolean |
equals(Object o) |
int |
hashCode()
Returns the hash code for this object.
|
String |
toString() |
getCriticality, getOIDclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCriticality, getOIDpublic static final String OID
private static final int HASH_CODE_SEED
public ShowRecycledControl()
public ShowRecycledControl(boolean critical)
critical - whether this control is criticalpublic boolean equals(Object o)
equals in class AbstractControlpublic int hashCode()
AbstractControlhashCode in class AbstractControlpublic byte[] encode()
RequestControlencode in interface RequestControlCopyright © 2003-2019 Virginia Tech. All Rights Reserved.