[jboss-user] [Microcontainer] - Re: BeanMetaData and management

bob.mcwhirter do-not-reply at jboss.com
Mon Nov 24 09:43:09 EST 2008


Excellent explanation, Ales, thanks!  

I'm happy to live for jboss.pojo for now.

I like the @ManagementObjectID (assuming I'm understanding it correctly).  Or some way to mark a method as "call this to figure out the JMX ObjectName string".

ie.

@JMXObjectName
public String myFancyObjectNameGeneratorOnMyMBean() {
  return "cheese:name=" + simpleName;
}

Bob

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191769#4191769

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191769



More information about the jboss-user mailing list