Errai 3.0.1-SNAPSHOT

org.jboss.errai.tools.monitoring
Class Dataservice

java.lang.Object
  extended by org.jboss.errai.tools.monitoring.Dataservice
All Implemented Interfaces:
Attachable

public class Dataservice
extends Object
implements Attachable


Nested Class Summary
static class Dataservice.Record
           
 
Constructor Summary
Dataservice()
           
 
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
 

Constructor Detail

Dataservice

public Dataservice()
Method Detail

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

Errai 3.0.1-SNAPSHOT

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