Re: Question about developing Gbeans

2010-04-16 Thread Ivan
For those methods with primitive or non-return values, they should work well. IIRC, GEP use JMX to interact with those GBeans running in the Kernel. Hi, David : I just checked a little about the current GBeanInfoBuilder codes, it seems that it add all the methods in the extends tree. Its beha

Re: Question about developing Gbeans

2010-04-16 Thread Jenson283
thats pity. But thank you for the help. -- View this message in context: http://n3.nabble.com/Question-about-developing-Gbeans-tp720975p723352.html Sent from the Users mailing list archive at Nabble.com.

Re: Question about developing Gbeans

2010-04-16 Thread David Jencks
On Apr 15, 2010, at 11:53 PM, Jenson283 wrote: > > the gbean were exposed as an mbean, the problem is that all my public methods > were exposed in the method, although i got only a part of them added to my > gbeaninfo. > > Yes my goal is it to prevent people from calling certain methods throug