Package | Description |
---|---|
org.jboss.errai.tools.monitoring |
Modifier and Type | Method and Description |
---|---|
SubEventType |
MessageEvent.getSubType() |
static SubEventType |
SubEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubEventType[] |
SubEventType.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) |
void |
ActivityProcessor.notifyEvent(long time,
EventType type,
SubEventType subType,
String fromBus,
String toBus,
String subject,
Message message,
Throwable error,
boolean replay) |
void |
Dataservice.storeBusEvent(long time,
SubEventType subEventType,
String fromBus,
String toBus,
String service,
Object message) |
Constructor and Description |
---|
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.