Package | Description |
---|---|
org.freehep.record.loop |
Classes that handle fetching records from sources and serving them to consumers.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentRecordLoop
Implementation of
RecordLoop capable of processing records in multiple threads. |
class |
DefaultRecordLoop
Default implementation of
RecordLoop . |
Modifier and Type | Method and Description |
---|---|
RecordLoop |
RecordEvent.getSource()
Return RecordLoop that fired this event.
|
RecordLoop |
LoopEvent.getSource()
Returns the record loop that fired this event.
|
Constructor and Description |
---|
LoopEvent(RecordLoop loop,
RecordLoop.Event type,
RecordLoop.State state,
RecordLoop.Command command,
Object[] commandParameters,
Throwable exception,
boolean pauseRequested,
boolean stopRequested,
long supplied,
long totalSupplied,
long consumed,
long totalConsumed,
long countableConsumed,
long totalCountableConsumed,
long timeInLoop) |
RecordEvent(RecordLoop loop,
Object record) |
Copyright © 2000-2012 FreeHEP. All Rights Reserved.