nextgrid.api.pem
Class POMEvent

java.lang.Object
  extended by nextgrid.api.pem.POMEvent
Direct Known Subclasses:
DiscoveryEvent, ProcessEvent

public abstract class POMEvent
extends java.lang.Object

Encapsulates the information common to all POM events.

Author:
Rodrigo Ruiz

Constructor Summary
POMEvent(Process process)
          Creates an instance.
 
Method Summary
 Process getProcess()
          Gets the value of process.
 long getTimestamp()
          Gets the value of timestamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POMEvent

public POMEvent(Process process)
Creates an instance.

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

getProcess

public final Process getProcess()
Gets the value of process.

Returns:
the process

getTimestamp

public final long getTimestamp()
Gets the value of timestamp.

Returns:
the timestamp


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