Package | Description |
---|---|
org.jboss.errai.tools.monitoring |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerLogPanel.addMessage(long time,
EventType eventType,
SubEventType subEventType,
String subject,
Object message) |
void |
ServerLogPanel.ServerLogModel.addMessage(long time,
EventType eventType,
SubEventType subEventType,
String subject,
Object message) |
List<Dataservice.Record> |
Dataservice.getAllMessages(EventType type,
String busId,
String service) |
void |
ActivityProcessor.notifyEvent(long time,
EventType type,
SubEventType subType,
String fromBus,
String toBus,
String subject,
Message message,
Throwable error,
boolean replay) |
ActivityProcessor.Handle |
ActivityProcessor.registerEvent(EventType type,
MessageMonitor monitor) |
Constructor and Description |
---|
ActivityProcessor.Handle(ActivityProcessor processor,
EventType type,
MessageMonitor monitor) |
ServerLogPanel.ServerLogEntry(long time,
EventType eventType,
SubEventType subEventType,
String subject,
ServerLogPanel.LogMessage message) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.