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.Command |
LoopEvent.getCommand()
Returns the command that was being executed or had just finished executing.
|
static RecordLoop.Command |
RecordLoop.Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordLoop.Command[] |
RecordLoop.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordLoop.execute(RecordLoop.Command command,
Object... parameters)
Executes the specified command on this loop.
|
void |
DefaultRecordLoop.execute(RecordLoop.Command command,
Object... parameters)
Executes the specified command on this loop.
|
boolean |
RecordLoop.isEnabled(RecordLoop.Command command,
Object... parameters)
Returns true if the specified command is enabled in the current state of this
loop, and a call to execute(command, parameters) might succeed.
|
boolean |
DefaultRecordLoop.isEnabled(RecordLoop.Command command,
Object... parameters)
Returns true if the specified command is enabled in the current state of this
loop, and a call to execute(command, parameters) might succeed.
|
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.