|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationJournal.JournalNode | |
---|---|
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
Uses of OperationJournal.JournalNode in com.sun.jini.outrigger |
---|
Fields in com.sun.jini.outrigger declared as OperationJournal.JournalNode | |
---|---|
private OperationJournal.JournalNode |
OperationJournal.TransitionIterator.current
Our current position in the journal |
private OperationJournal.JournalNode |
OperationJournal.TransitionIterator.end
The place to end, null if
watcherRegistered has not yet
been called. |
private OperationJournal.JournalNode |
OperationJournal.lastProcessed
The JournalNode we are currently processing or if
none are in process the last one we processed. |
private OperationJournal.JournalNode |
OperationJournal.JournalNode.next
The next node in the journal |
private OperationJournal.JournalNode |
OperationJournal.tail
The current tail of the transitions list. |
Methods in com.sun.jini.outrigger that return OperationJournal.JournalNode | |
---|---|
private OperationJournal.JournalNode |
OperationJournal.JournalNode.getNext()
Get the next element in the journal. |
private OperationJournal.JournalNode |
OperationJournal.lastProcessed(OperationJournal.JournalNode noEarlierThan)
Return the node currently being processed, or if no entry is currently being processed the last one that was processed. |
Methods in com.sun.jini.outrigger with parameters of type OperationJournal.JournalNode | |
---|---|
private OperationJournal.JournalNode |
OperationJournal.lastProcessed(OperationJournal.JournalNode noEarlierThan)
Return the node currently being processed, or if no entry is currently being processed the last one that was processed. |
private void |
OperationJournal.post(OperationJournal.JournalNode node)
Post a JournalNode |
private void |
OperationJournal.JournalNode.setNext(OperationJournal.JournalNode n)
Set the next element in the list. |
Constructors in com.sun.jini.outrigger with parameters of type OperationJournal.JournalNode | |
---|---|
OperationJournal.TransitionIterator(OperationJournal.JournalNode node)
Create a new TransitionIterator that will
start with the first EntryTransition that
appears in the journal after the passed
JournalNode . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |