public class TransactionSpecificationImpl extends org.apache.directory.api.ldap.model.message.controls.AbstractControl implements TransactionSpecification
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
identifier
The Transaction Specification identifier
|
OID| Constructor and Description |
|---|
TransactionSpecificationImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getIdentifier() |
int |
hashCode() |
void |
setIdentifier(byte[] identifier)
Set the transaction ID
|
String |
toString() |
getOid, isCritical, setCriticalpublic TransactionSpecificationImpl()
public byte[] getIdentifier()
getIdentifier in interface TransactionSpecificationpublic void setIdentifier(byte[] identifier)
setIdentifier in interface TransactionSpecificationidentifier - The transaction identifier, an opaque byte arraypublic int hashCode()
hashCode in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.equals(Object)public String toString()
toString in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.toString()Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.