org.jboss.ejb
Interface ContainerRelectionMBean
- All Known Implementing Classes:
- ContainerRelection (src)
- public interface ContainerRelectionMBean
A sample mbean that looks up the Container MBean for the jndiName passed
to the inspectEJB method and retrieves its Home and Remote interfaces and
lists all of their methods.
|
Method Summary |
java.lang.String |
inspectEJB(java.lang.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 java.lang.String inspectEJB(java.lang.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.