站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

ContainerRelectionMBean (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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.