org.jboss.errai.tools.monitoring
Class Dataservice
java.lang.Object
org.jboss.errai.tools.monitoring.Dataservice
- All Implemented Interfaces:
- Attachable
public class Dataservice
- extends Object
- implements Attachable
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dataservice
public Dataservice()
storeRecord
public void storeRecord(long time,
String fromBus,
String toBus,
String service,
Message message)
storeBusEvent
public void storeBusEvent(long time,
SubEventType subEventType,
String fromBus,
String toBus,
String service,
Object message)
storeError
public void storeError(long time,
String busId,
String service,
Throwable error)
getAllMessages
public List<Dataservice.Record> getAllMessages(EventType type,
String busId,
String service)
attach
public void attach(ActivityProcessor proc)
- Specified by:
attach
in interface Attachable
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.