public static class Dataservice.Record extends Object
Constructor and Description |
---|
Dataservice.Record(long time,
int eventId,
int eventType,
int subEventId,
String fromBus,
String toBus,
String service,
Object message) |
Modifier and Type | Method and Description |
---|---|
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) |
public int getEventId()
public String getFromBus()
public String getToBus()
public void setToBus(String toBus)
public long getTime()
public void setTime(long time)
public int getSubEventId()
public void setSubEventId(int subEventId)
public String getService()
public Object getMessage()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.