[jboss-jira] [JBoss JIRA] Created: (JBBOOT-53) Fire JMX Startup/Shutdown Events
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Apr 24 23:24:46 EDT 2009
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
More information about the jboss-jira
mailing list