org.jboss.errai.tools.monitoring
Class Dataservice.Record
java.lang.Object
org.jboss.errai.tools.monitoring.Dataservice.Record
- Enclosing class:
- Dataservice
public static class Dataservice.Record
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dataservice.Record
public Dataservice.Record(long time,
int eventId,
int eventType,
int subEventId,
String fromBus,
String toBus,
String service,
Object message)
getEventId
public int getEventId()
getFromBus
public String getFromBus()
getToBus
public String getToBus()
setToBus
public void setToBus(String toBus)
getTime
public long getTime()
setTime
public void setTime(long time)
getSubEventId
public int getSubEventId()
setSubEventId
public void setSubEventId(int subEventId)
getService
public String getService()
getMessage
public Object getMessage()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.