|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextgrid.api.pem.POMEvent nextgrid.api.pem.ProcessEvent
public final class ProcessEvent
Process related event.
Constructor Summary | |
---|---|
ProcessEvent(Process process)
Creates an instance. |
Method Summary | |
---|---|
ProcessException |
getException()
Gets the event exception. |
void |
setException(ProcessException ex)
Sets the event exception. |
Methods inherited from class nextgrid.api.pem.POMEvent |
---|
getProcess, getTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessEvent(Process process)
process
- The process this event relates toMethod Detail |
---|
public ProcessException getException()
public void setException(ProcessException ex)
ex
- Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |