[jboss-jira] [JBoss JIRA] (WFCORE-1157) Managmement and JMX notifications when ControlledProcessState changes
Brian Stansberry (JIRA)
issues at jboss.org
Mon Nov 23 18:19:00 EST 2015
[ https://issues.jboss.org/browse/WFCORE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132954#comment-13132954 ]
Brian Stansberry edited comment on WFCORE-1157 at 11/23/15 6:18 PM:
--------------------------------------------------------------------
I think to do this the ControlledProcessStateService needs to share a ref to the NotificationSupport with the AbstractControllerService.
That's off the top of my head; haven't thought hard. We don't have a mechanism for emitting kernel notifications outside of management op calls (i.e. other than OperationContext.emit). Making a NotificationSupport widely available (e.g. as a service) feels dangerous, but passing around a ref everywhere isn't great either. Can work for this particular use case though.
was (Author: brian.stansberry):
I think to do this the ControlledProcessStateService needs to share a ref to the NotificationSupport with the AbstractControllerService.
That's off the top of my head; haven't thought hard. We don't have a mechanism for emitting kernel notifications outside of management op calls (i.e. other than OperationContext.emit). Making a NotificationSupport widely feels dangerous, but passing around a ref everywhere isn't great either. Can work for this particular use case though.
> Managmement and JMX notifications when ControlledProcessState changes
> ---------------------------------------------------------------------
>
> Key: WFCORE-1157
> URL: https://issues.jboss.org/browse/WFCORE-1157
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Domain Management, JMX
> Reporter: Brian Stansberry
> Assignee: Kabir Khan
> Fix For: 3.0.0.Alpha1
>
>
> When Jeff Mesnil added the core management notification stuff an obvious thing to do was to emit notifications around ControlledProcessState changes. But I forgot. :( So lets do it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list