| org.jboss.ejb.ContainerRelectionMBean
All known Subclasses: org.jboss.ejb.ContainerRelection,
ContainerRelectionMBean | public interface ContainerRelectionMBean (Code) | | 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.
author: Scott.Stark@jboss.org version: $Revision: 57209 $ |
Method Summary | |
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.
|
|
|