Errai 3.0.1-SNAPSHOT

org.jboss.errai.tools.monitoring
Class ActivityProcessor

java.lang.Object
  extended by org.jboss.errai.tools.monitoring.ActivityProcessor

public class ActivityProcessor
extends Object


Nested Class Summary
 class ActivityProcessor.Handle
           
 
Constructor Summary
ActivityProcessor()
           
 
Method Summary
 void notifyEvent(long time, EventType type, SubEventType subType, String fromBus, String toBus, String subject, Message message, Throwable error, boolean replay)
           
 ActivityProcessor.Handle registerEvent(EventType type, MessageMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityProcessor

public ActivityProcessor()
Method Detail

registerEvent

public ActivityProcessor.Handle registerEvent(EventType type,
                                              MessageMonitor monitor)

notifyEvent

public void notifyEvent(long time,
                        EventType type,
                        SubEventType subType,
                        String fromBus,
                        String toBus,
                        String subject,
                        Message message,
                        Throwable error,
                        boolean replay)

Errai 3.0.1-SNAPSHOT

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