| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.demac.event.Event
org.demac.event.MulticastEvent
org.demac.process.core.event.ProcessEvent
org.demac.process.base.event.RequestProcessEvent
public class RequestProcessEvent
An Event to request a subprocess. Dispatched by the Process Service to request a subprocess.
| Field Summary | 
|---|
| Fields inherited from class org.demac.event.MulticastEvent | 
|---|
ALL, PERIPHERY | 
| Fields inherited from class org.demac.event.Event | 
|---|
GLOBAL_SCOPE, LOCAL_EVENT, LOCAL_SCOPE, PERIPERY_SCOPE, REMOTE_EVENT | 
| Constructor Summary | |
|---|---|
RequestProcessEvent(java.lang.String id)
Constructor to create a new org.demac.process.base.event.RequestProcessEvent  | 
|
| Method Summary | |
|---|---|
 EventHandle | 
getEventHandle()
Method to get the type of the event.  | 
 java.lang.Object | 
getPayload()
Method to get the payload of the event.  | 
| Methods inherited from class org.demac.process.core.event.ProcessEvent | 
|---|
getMulticastScope, getOriginHandle, getPriority, getScope, setOriginHandle | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RequestProcessEvent(java.lang.String id)
id - the id of the requested org.demac.process.core.dpdl.Process| Method Detail | 
|---|
public EventHandle getEventHandle()
Event
getEventHandle in class ProcessEventEvent.getEventHandle()public java.lang.Object getPayload()
Event
getPayload in class ProcessEventEvent.getPayload()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||