|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubEventType | |
|---|---|
| org.jboss.errai.tools.monitoring | |
| Uses of SubEventType in org.jboss.errai.tools.monitoring |
|---|
| Methods in org.jboss.errai.tools.monitoring that return SubEventType | |
|---|---|
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. |
| Methods in org.jboss.errai.tools.monitoring with parameters of type SubEventType | |
|---|---|
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)
|
| Constructors in org.jboss.errai.tools.monitoring with parameters of type SubEventType | |
|---|---|
ServerLogPanel.ServerLogEntry(long time,
EventType eventType,
SubEventType subEventType,
String subject,
ServerLogPanel.LogMessage message)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||