public class SimulationEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimulationEvent.Builder |
static class |
SimulationEvent.Factory |
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIORITY_SYSTEM |
static String |
TYPE_ACQUIRE_JOB_NOTIFICATION_EVENT
event type used to notify AcquireJobsRunnable monitor to continue in execution
|
static String |
TYPE_BREAK_SIMULATION |
static String |
TYPE_END_SIMULATION |
| Modifier | Constructor and Description |
|---|---|
protected |
SimulationEvent(SimulationEvent.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
Map<String,Object> |
getProperties() |
Object |
getProperty() |
Object |
getProperty(String name) |
long |
getSimulationTime() |
String |
getType() |
boolean |
hasSimulationTime() |
String |
toString() |
public static final String TYPE_ACQUIRE_JOB_NOTIFICATION_EVENT
public static final String TYPE_END_SIMULATION
public static final String TYPE_BREAK_SIMULATION
public static final int PRIORITY_SYSTEM
protected SimulationEvent(SimulationEvent.Builder builder)
Copyright © 2016 Alfresco. All rights reserved.