Fire JMX Startup/Shutdown Events
--------------------------------
Key: JBBOOT-53
URL:
https://jira.jboss.org/jira/browse/JBBOOT-53
Project: JBoss Bootstrap
Issue Type: Feature Request
Components: impl-base
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 0.1.2
A requirement from the legacy implementation:
// Send a notification that the startup is complete
Notification msg = new Notification(START_NOTIFICATION_TYPE, this, 1);
msg.setUserData(new Long(watch.getLapTime()));
sendNotification(msg);
Do this via the event mechanism supplied by JBBOOT-32
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira