[JBoss-user] [Management, JMX/JBoss] - Re: where do all mbean attributes come from. Not all are def

2005-05-24 Thread efhajg0
please disregard and see the next post. thank you

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878921#3878921

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878921


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: where do all mbean attributes come from. Not all are def

2005-05-24 Thread [EMAIL PROTECTED]
In the jboss-service.xml descriptors we simply inject values to any number of 
setable attributes, we don't declare the attributes there.

If we are talking about standard mbeans, attributes are derived from the MBean 
interface implemented by the class (using reflection), by those methods that 
follow the java bean pattern:

public some-type getAttrName();
public void setAttrName(some-type);

(read the jmx spec).

In jboss we also have xmbean (when an xmbean descriptor is provided, where we 
can explicitly specify the attributes there).

See for example the descriptors in server/default/conf/xmdesc directory.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878922#3878922

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878922


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user