org.gridbus.broker.event
Class BrokerEvent

java.lang.Object
  extended by org.gridbus.broker.event.BrokerEvent

public class BrokerEvent
extends java.lang.Object

Author:
krishna

Constructor Summary
BrokerEvent(java.lang.String applicationId)
           
 
Method Summary
 java.lang.String getApplicationId()
           
 long getDatestamp()
           
 long getEventID()
           
 java.lang.String getEventInfo()
           
 int getEventType()
           
 java.lang.String getSource()
           
 void setEventInfo(java.lang.String eventInfo)
           
 void setEventType(int eventType)
           
 void setSource(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerEvent

public BrokerEvent(java.lang.String applicationId)
Method Detail

getDatestamp

public long getDatestamp()
Returns:
Returns the datestamp.

getEventID

public long getEventID()
Returns:
Returns the eventID.

getSource

public java.lang.String getSource()
Returns:
Returns the source.

setSource

public void setSource(java.lang.String source)
Parameters:
source - The source to set.

getEventInfo

public java.lang.String getEventInfo()

setEventInfo

public void setEventInfo(java.lang.String eventInfo)

getEventType

public int getEventType()

setEventType

public void setEventType(int eventType)

getApplicationId

public java.lang.String getApplicationId()

Copyright © The University of Melbourne. 2006