Package | Description |
---|---|
org.freehep.record.loop |
Classes that handle fetching records from sources and serving them to consumers.
|
Modifier and Type | Method and Description |
---|---|
RecordLoop.State |
RecordLoop.getState()
Returns the current state of this loop.
|
RecordLoop.State |
LoopEvent.getState()
Returns the state of the loop when this event was fired.
|
RecordLoop.State |
DefaultRecordLoop.getState()
Returns the current state of this loop.
|
static RecordLoop.State |
RecordLoop.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordLoop.State[] |
RecordLoop.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
Copyright © 2000-2012 FreeHEP. All Rights Reserved.