nextgrid.api.pem
Class ProcessEvent

java.lang.Object
  extended by nextgrid.api.pem.POMEvent
      extended by nextgrid.api.pem.ProcessEvent

public final class ProcessEvent
extends POMEvent

Process related event.

Author:
Rodrigo Ruiz

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

ProcessEvent

public ProcessEvent(Process process)
Creates an instance.

Parameters:
process - The process this event relates to
Method Detail

getException

public ProcessException getException()
Gets the event exception.

Returns:
Exception

setException

public void setException(ProcessException ex)
Sets the event exception.

Parameters:
ex - Exception


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.