|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.util.ChangeRecordEntry
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public abstract class ChangeRecordEntryThis abstract class defines methods for a change record entry. It includes operations to get the DN, as well as methods to decode the entry.
| Constructor Summary | |
|---|---|
protected |
ChangeRecordEntry(DN dn)
Creates a new change record entry with the provided information. |
| Method Summary | |
|---|---|
abstract ChangeOperationType |
getChangeOperationType()
Retrieves the name of the change operation type. |
DN |
getDN()
Retrieves the distinguished name for this entry. |
abstract java.lang.String |
toString()
Retrieves a string representation of this change record entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ChangeRecordEntry(DN dn)
dn - The distinguished name for this change record entry. It must
not be null.| Method Detail |
|---|
public final DN getDN()
public abstract ChangeOperationType getChangeOperationType()
public abstract java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||