org.gridbus.broker.event
Class BrokerEvent
java.lang.Object
|
+--org.gridbus.broker.event.BrokerEvent
- public class BrokerEvent
- extends java.lang.Object
- Author:
- krishna
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerEvent
public BrokerEvent()
getDatestamp
public java.util.Date getDatestamp()
- Returns:
- Returns the datestamp.
setDatestamp
public void setDatestamp(java.util.Date datestamp)
- Parameters:
datestamp - The datestamp to set.
setDatestamp
public void setDatestamp(long millis)
- Parameters:
millis -
getEventID
public long getEventID()
- Returns:
- Returns the eventID.
setEventID
public void setEventID(long eventID)
- Parameters:
eventID - The eventID to set.
getSource
public java.lang.Object getSource()
- Returns:
- Returns the source.
setSource
public void setSource(java.lang.Object source)
- Parameters:
source - The source to set.