public static interface MRuleExecutionSetManagementBean.JMXRecorder
Modifier and Type | Method and Description |
---|---|
void |
failure()
Will notify success at current nano time
|
void |
failure(long nano)
Will notify success at provided nano time
|
void |
success()
Will notify success at current nano time
|
void |
success(long nano)
Will notify success at provided nano time
|