protected static class ExecutionMonitorPanel.ActorInfo extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Date |
end
The timestamp that execution end.
|
int |
firing
The current firing number of the actor.
|
java.lang.String |
message
An optional execution message
|
java.lang.String |
name
The fully-qualified name of the actor (with no leading period.)
|
java.util.Date |
start
The timestamp that execution started.
|
org.kepler.profiling.gui.ExecutionMonitorPanel.ActorStatus |
status
The execution status.
|
boolean |
useCurrentTimeForElapsed
If true, the current time can be used to calculate the elapsed
execution time of an actor.
|
Constructor and Description |
---|
ActorInfo(java.lang.String name)
Create a new ActorInfo with an actor's name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getColumn(int index)
Get the object for a column in the execution table.
|
java.lang.String |
toString() |
public java.util.Date start
public java.util.Date end
public int firing
public org.kepler.profiling.gui.ExecutionMonitorPanel.ActorStatus status
public java.lang.String message
public boolean useCurrentTimeForElapsed
public java.lang.String name
public ActorInfo(java.lang.String name)