com.bea.wlevs.ede.impl
Class MonitorEvent

java.lang.Object
  |
  +--com.bea.wlevs.ede.impl.MonitorEvent

public class MonitorEvent
extends Object

A Monitoring Event


Constructor Summary
MonitorEvent(long timestamp)
           
 
Method Summary
 Endpoint getEndpoint()
           
 String getId()
           
 String getSourceEventId()
           
 long getTimestamp()
           
static TimeUnit getTimeUnit()
           
 void setEndpoint(Endpoint endpoint)
           
 void setSourceEventId(String sourceEventId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorEvent

public MonitorEvent(long timestamp)
Method Detail

getSourceEventId

public String getSourceEventId()

setSourceEventId

public void setSourceEventId(String sourceEventId)

getTimestamp

public long getTimestamp()

getId

public String getId()

getEndpoint

public Endpoint getEndpoint()

setEndpoint

public void setEndpoint(Endpoint endpoint)

getTimeUnit

public static TimeUnit getTimeUnit()