Package de.uplanet.lucy.server.scheduler
Class ProcessStartEvent
java.lang.Object
de.uplanet.lucy.server.scheduler.ProcessStartEvent
- All Implemented Interfaces:
- IServerEvent,- IProcessStartEvent,- de.uplanet.lucy.server.scheduler.ISchedulerEvent,- Serializable
@Scriptable
public final class ProcessStartEvent
extends Object
implements IProcessStartEvent, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ProcessStartEvent@ConstructorProperties({"definitionGuid","executionGuid"}) public ProcessStartEvent(String p_strJobGuid, String p_strProcessGuid) 
 
- 
- 
Method Details- 
getDefinitionGuid- Specified by:
- getDefinitionGuidin interface- IProcessStartEvent
 
- 
getExecutionGuid- Specified by:
- getExecutionGuidin interface- IProcessStartEvent
 
- 
toString
 
-