|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogItem
Interface 'LogItem' This interface is to be used to access position and extension information about log-anchored items. Implementing classes can represent log items spread over multiple sub-items, and as such the start- and end-getter methods are expected to return the respective boundary values. Intented for visualizing log-anchored items from an abstract view.
Method Summary | |
---|---|
java.util.Date |
getLeftBoundaryTimestamp()
Start and end position are expected to represent sub-item boundaries of compound log items. |
long |
getPosition()
The return value represents the logical position of this log item within the sequence of events (starting from zero and ascending). |
java.util.Date |
getRightBoundaryTimestamp()
Start and end position are expected to represent sub-item boundaries of compound log items. |
boolean |
isAtomic()
Determines, whether this log event is atomic or durable; Atomic, in this context, is interpreted as tStart == tEnd, in contrast to durable, where tStart < tEnd. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.util.Date getLeftBoundaryTimestamp()
java.util.Date getRightBoundaryTimestamp()
long getPosition()
boolean isAtomic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |