org.jboss.ejb
Interface ContainerRelectionMBean

All Known Implementing Classes:
ContainerRelection

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.

Version:
$Revision: 1.3 $
Author:
Scott.Stark@jboss.org

Method Summary
 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.
 

Method Detail

inspectEJB

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.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.