| org.jboss.ejb.ContainerRelection
ContainerRelection | public class ContainerRelection extends ServiceMBeanSupport implements ContainerRelectionMBean(Code) | | The ContainerRelectionMBean implementation.
author: Scott.Stark@jboss.org version: $Revision: 57209 $ version: Revisions: version: 2001030 Marc Fleury: version: version: - I wonder if this class is needed now that we are moving to an MBean per EJB.
version: - In the new design the target EJB (interceptors are detached) should do this logic.
version: FIXME: integrate this logic in the target MBean per EJB version:
|
Method Summary | |
public String | getName() | public String | inspectEJB(String jndiName) Lookup the mbean located under the object name ":service=Container,jndiName="
and invoke the getHome and getRemote interfaces and dump the methods for each
in an html pre block. |
inspectEJB | public String inspectEJB(String jndiName)(Code) | | Lookup the mbean located under the object name ":service=Container,jndiName="
and invoke the getHome and getRemote interfaces and dump the methods for each
in an html pre block.
|
|
|