Create your own mbean that simply invokes methods on the EJB through its remote or local interfaces. If you want untyped invocations call the EJB container mbean.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Michael Stanley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 7:24 AM Subject: Re: [JBoss-user] MBean interfaces to EJBs > > All EJBs are all ready DynamicMBeans. See the org.jboss.ejb.Container class. > > I see.. > > How can I (or where should I) override the implementation of some of > these methods like preRegister? > > How should I add more attributes and operations? > > Mike > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
