Errai 3.0.1-SNAPSHOT

org.jboss.errai.tools.monitoring
Class Dataservice.Record

java.lang.Object
  extended by org.jboss.errai.tools.monitoring.Dataservice.Record
Enclosing class:
Dataservice

public static class Dataservice.Record
extends Object


Constructor Summary
Dataservice.Record(long time, int eventId, int eventType, int subEventId, String fromBus, String toBus, String service, Object message)
           
 
Method Summary
 int getEventId()
           
 String getFromBus()
           
 Object getMessage()
           
 String getService()
           
 int getSubEventId()
           
 long getTime()
           
 String getToBus()
           
 void setSubEventId(int subEventId)
           
 void setTime(long time)
           
 void setToBus(String toBus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dataservice.Record

public Dataservice.Record(long time,
                          int eventId,
                          int eventType,
                          int subEventId,
                          String fromBus,
                          String toBus,
                          String service,
                          Object message)
Method Detail

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()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.