SimpleJndiManager

    The SimpleJndiManager really shows of the functionality of the RemoteFetcher as well as the ObjectIntrospector. This applications takes no arguments, instead it uses your jndi.properties file to locate your JNDI registry.

    java org.jmx4odp.dynamicManagent.SimpleJndiManager (http adaptor port)

    If you have not altered the j4o_html_port setting in the properties file, then after starting the SimpleEjbManager you should just be able to open a web browser to:
    http://localhost:7000

    Each object registered with the JNDI directory will have a corresponding ModelMBean in the JMX agent. The RemoteFetcher can tell if a remote object conforms to the EJB home interface pattern. If it does it will invoke the create method and create a ModelMBean based on the remote interface and not the home interface.