Hi,
how do I have to get an ObjectInstance of the Timer MBean inside of a session bean? The JBoss documentation explains how to get it by creating another Timer MBean


ObjectInstance lTimer=lServer.createMBean("javax.management.timer.Timer",new ObjectName("DefaultDomain","service","timer") );

but it misses the explanation for getting an existing (started via timer-service.xml) instance of the timer MBean.
How to do it? Should I connect to a remote MBeanServer for clusterconfigurations?
Best regards,
Carsten





------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to