public interface StateMachineManagementMBean
| Modifier and Type | Method and Description |
|---|---|
void |
fireEvent(String event,
String context) |
float |
getAverageTranstionConsumedTime() |
String |
getCurrentState() |
String |
getIdentifier() |
String |
getLastErrorMessage() |
String |
getPerfStatDetails() |
long |
getTotalTransitionDeclinedTimes() |
long |
getTotalTransitionFailedTimes() |
long |
getTotalTransitionInvokedTimes() |
String |
toggleLogging() |
String |
togglePerfMon() |
String getIdentifier()
String getCurrentState()
String getPerfStatDetails()
long getTotalTransitionInvokedTimes()
long getTotalTransitionFailedTimes()
long getTotalTransitionDeclinedTimes()
float getAverageTranstionConsumedTime()
String getLastErrorMessage()
String toggleLogging()
String togglePerfMon()
Copyright © 2013–2016. All rights reserved.