Re: [JBoss-user] Method not found in ServiceMBean

2002-08-30 Thread Andreas Mecky
it is a getter for a readonly attribute (suppose you do not have the corresponding "set" method). WBR Andreas - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 2:46 PM Subject: Re: [JBoss-user] Method

Re: [JBoss-user] Method not found in ServiceMBean

2002-08-30 Thread Bruno
Quoting Bruno <[EMAIL PROTECTED]>: > Hello, > > I have written an MBean that extends ServiceMBeanSupport > and the corresponding interface that extends ServiceMBean. > > In the interface I have 2 methods: > > public ArrayList getRegisteredJndiNames(); > public void logRegisteredJndiNames(); >

[JBoss-user] Method not found in ServiceMBean

2002-08-30 Thread Bruno
Hello, I have written an MBean that extends ServiceMBeanSupport and the corresponding interface that extends ServiceMBean. In the interface I have 2 methods: public ArrayList getRegisteredJndiNames(); public void logRegisteredJndiNames(); They are implemented in the MBean: public ArrayList ge