- getCommand() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the command that was being executed or had just finished executing.
- getCommandParameters() - Method in class org.freehep.record.loop.LoopEvent
-
Returns a reference to the array containing parameters of the command that
was being executed or had just finished executing.
- getConsumed() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the number of records consumed by listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getConsumed() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the number of records consumed by listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getConsumed() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the number of records consumed by listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getCountableConsumed() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the number of countable records consumed by listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getCountableConsumed() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the number of countable records consumed by listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getCountableConsumed() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the number of countable records consumed by listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getCurrentIndex() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns the index of the current record.
- getCurrentIndex() - Method in interface org.freehep.record.source.RecordSource
-
Returns the index of the current record.
- getCurrentIndex() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns the index of the current record.
- getCurrentRecord() - Method in interface org.freehep.record.source.RecordSource
-
Returns the current record.
- getCurrentRecord() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns the current record.
- getCurrentTag() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns the tag of the current record.
- getCurrentTag() - Method in interface org.freehep.record.source.RecordSource
-
Returns the tag of the current record.
- getCurrentTag() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns the tag of the current record.
- getEstimatedSize() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns the estimated number of records in this source.
- getEstimatedSize() - Method in interface org.freehep.record.source.RecordSource
-
Returns the estimated number of records in this source.
- getEventType() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the type of this event.
- getException() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the exception thrown while executing the last command.
- getLastRecord() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the last record successfully fetched by this loop from the record source.
- getLastRecord() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the last record fetched by this loop from the record source.
- getLoopListeners() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns a list of listeners receiving
LoopEvent
s fired by this loop.
- getLoopListeners() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns an unmodifiable list of listeners receiving
LoopEvent
s fired by this loop.
- getName() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns the name of this source.
- getName() - Method in interface org.freehep.record.source.RecordSource
-
Returns the name of this source.
- getProgress() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Creates and returns
PROGRESS
event describing the current state
of this record loop.
- getProgress() - Method in interface org.freehep.record.loop.RecordLoop
-
Creates and returns
PROGRESS
event describing the current state
of this record loop.
- getRecord() - Method in class org.freehep.record.loop.RecordEvent
-
Returns the record associated with this event.
- getRecordClass() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns the Class object that is guaranteed to be a superclass of all records in this source.
- getRecordClass() - Method in interface org.freehep.record.source.RecordSource
-
Returns the Class object that is guaranteed to be a superclass of all records in this source.
- getRecordListeners() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns a list of listeners processing records supplied by this loop.
- getRecordListeners() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns an unmodifiable list of listeners processing records supplied by this loop.
- getRecordSource() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns RecordSource used by this loop.
- getRecordSource() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns RecordSource used by this loop.
- getSource() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the record loop that fired this event.
- getSource() - Method in class org.freehep.record.loop.RecordEvent
-
Return RecordLoop that fired this event.
- getState() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the current state of this loop.
- getState() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the state of the loop when this event was fired.
- getState() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the current state of this loop.
- getSupplied() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the number of records supplied to listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getSupplied() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the number of records supplied to listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getSupplied() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the number of records supplied to listeners in the latest
LOOPING
phase, or zero the loop moved through
IDLE
state since then.
- getTags() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns a list of tags for events in this source.
- getTags() - Method in interface org.freehep.record.source.RecordSource
-
Returns a list of tags for events in this source.
- getTags() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns a list of tags for events in this source.
- getTimeInLoop() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the duration of the latest
LOOPING
phase, in milliseconds.
- getTotalConsumed() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the number of records consumed by listeners since the last
START
event.
- getTotalConsumed() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the number of records consumed by listeners since the last
START
event.
- getTotalConsumed() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the number of records consumed by listeners since the last
START
event.
- getTotalCountableConsumed() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the number of countable records consumed by listeners since the last
START
event.
- getTotalCountableConsumed() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the number of countable records consumed by listeners since the last
START
event.
- getTotalCountableConsumed() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the number of countable records consumed by listeners since the last
START
event.
- getTotalSupplied() - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Returns the number of records supplied to listeners since the last
START
event.
- getTotalSupplied() - Method in class org.freehep.record.loop.LoopEvent
-
Returns the number of records supplied to listeners since the last
START
event.
- getTotalSupplied() - Method in interface org.freehep.record.loop.RecordLoop
-
Returns the number of records supplied to listeners since the last
START
event.
- hasCurrent() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source can reload the current record.
- hasCurrent() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source can reload the current record.
- hasCurrent() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source can reload the current record.
- hashCode() - Method in class org.freehep.record.source.DefaultRecordTag
-
- hasIndex(long) - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source has a record with the specified index.
- hasIndex(long) - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source has a record with the specified index.
- hasIndex(long) - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source has a record with the specified index.
- hasNext() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source can load the next record.
- hasNext() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source can load the next record.
- hasNext() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source can load the next record.
- hasPrevious() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source can load the previous record.
- hasPrevious() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source can load the previous record.
- hasPrevious() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source can load the previous record.
- hasRewind() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source in its current state can be rewound.
- hasRewind() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source in its current state can be rewound.
- hasRewind() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source in its current state can be rewound.
- hasShift(long) - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source can shift by numberOfRecords records.
- hasShift(long) - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source can shift numberOfRecords records.
- hasShift(long) - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source can shift numberOfRecords records.
- hasTag(RecordTag) - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source has a record with the specified tag.
- hasTag(RecordTag) - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source has a record with the specified tag.
- hasTag(RecordTag) - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source has a record with the specified tag.
- humanReadableName() - Method in class org.freehep.record.source.DefaultRecordTag
-
Returns the name of this tag.
- humanReadableName() - Method in interface org.freehep.record.source.RecordTag
-
Returns a human-readable name for the record corresponding to this tag.
- setConfiguration(Object) - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Supplies an object used to configure this loop.
- setConfiguration(Object) - Method in interface org.freehep.record.loop.RecordLoop
-
Supplies an object used to configure this loop.
- setEventList(List<?>) - Method in class org.freehep.record.source.TagListRecordSource
-
Sets the list of records in this source.
- setExtendable(boolean) - Method in class org.freehep.record.source.TagListRecordSource
-
- setName(String) - Method in class org.freehep.record.source.AbstractRecordSource
-
- setNonBlocking(boolean) - Method in interface org.freehep.record.source.AsynchronousRecordSource
-
Sets non-blocking mode.
- setNumberOfThreads(int) - Method in class org.freehep.record.loop.ConcurrentRecordLoop
-
Sets the number of worker threads used by this record loop.
- setProgressByRecords(long) - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Sets progress reporting interval.
- setProgressByRecords(long) - Method in interface org.freehep.record.loop.RecordLoop
-
Sets progress reporting interval.
- setProgressByTime(long) - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Sets progress reporting interval.
- setProgressByTime(long) - Method in interface org.freehep.record.loop.RecordLoop
-
Sets progress reporting interval.
- setRecordSource(RecordSource) - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Sets RecordSource used by this loop.
- setRecordSource(RecordSource) - Method in interface org.freehep.record.loop.RecordLoop
-
Sets RecordSource used by this loop.
- setStopOnEOF(boolean) - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Sets "stop on end-of-source" flag.
- setStopOnRewind(boolean) - Method in class org.freehep.record.loop.DefaultRecordLoop
-
Sets "stop on rewind" flag.
- shift(long) - Method in class org.freehep.record.source.AbstractRecordSource
-
Loads the record specified by the offset with respect to the current cursor position.
- shift(long) - Method in interface org.freehep.record.source.RecordSource
-
Loads the record specified by the offset with respect to the current cursor position.
- shift(long) - Method in class org.freehep.record.source.TagListRecordSource
-
Loads the record specified by the offset with respect to the current cursor position.
- size() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns the number of records in this source.
- size() - Method in interface org.freehep.record.source.RecordSource
-
Returns the number of records in this source.
- size() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns the number of records in this source.
- supportsCurrent() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports reloading current record.
- supportsCurrent() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports reloading current record.
- supportsCurrent() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports reloading current record.
- supportsIndex() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports selecting records by index.
- supportsIndex() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports selecting records by index.
- supportsIndex() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports selecting records by index.
- supportsNext() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports loading next record.
- supportsNext() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports loading next record.
- supportsNext() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports loading next record.
- supportsPrevious() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports loading previous record.
- supportsPrevious() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports loading previous record.
- supportsPrevious() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports loading previous record.
- supportsRewind() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports rewind operation.
- supportsRewind() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports rewind operation.
- supportsRewind() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports rewind operation.
- supportsShift() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports selecting records by offset with respect to the current record.
- supportsShift() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports selecting records by offset with respect to the current record.
- supportsShift() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports selecting records by offset with respect to the current record.
- supportsTag() - Method in class org.freehep.record.source.AbstractRecordSource
-
Returns true if this source supports selecting records by tag.
- supportsTag() - Method in interface org.freehep.record.source.RecordSource
-
Returns true if this source supports selecting records by tag.
- supportsTag() - Method in class org.freehep.record.source.TagListRecordSource
-
Returns true if this source supports selecting records by tag.