public class Dataservice extends Object implements Attachable
Modifier and Type | Class and Description |
---|---|
static class |
Dataservice.Record |
Constructor and Description |
---|
Dataservice() |
Modifier and Type | Method and Description |
---|---|
void |
attach(ActivityProcessor proc) |
List<Dataservice.Record> |
getAllMessages(EventType type,
String busId,
String service) |
void |
storeBusEvent(long time,
SubEventType subEventType,
String fromBus,
String toBus,
String service,
Object message) |
void |
storeError(long time,
String busId,
String service,
Throwable error) |
void |
storeRecord(long time,
String fromBus,
String toBus,
String service,
Message message) |
public void storeRecord(long time, String fromBus, String toBus, String service, Message message)
public void storeBusEvent(long time, SubEventType subEventType, String fromBus, String toBus, String service, Object message)
public List<Dataservice.Record> getAllMessages(EventType type, String busId, String service)
public void attach(ActivityProcessor proc)
attach
in interface Attachable
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.