[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Exposing management operations
bytor99999
do-not-reply at jboss.com
Thu Aug 2 11:39:41 EDT 2007
Not that I have any brilliant ideas (I steal them anyway), but it seems you need.
1. The definition of the Operations by what type of managed object it is, this will need to be referenced by the Managed Object Type. This is going to be needed to define not only the operation name, but also if it takes any parameters, and also if it returns any values.
2. So the actual Managed Object instance will have a reference to the Managed Object Type to get to the definitions.
I can easily be overlooking something here.
Wouldn't the Managed Object have the mbean name, so if there was say one method that invokes any operation, you pass the operation definition and the Managed object (with the MBean Name) to that method that would fire it off. Is there any other pieces of information that would also be needed?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070163#4070163
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070163
More information about the jboss-dev-forums
mailing list