org.jboss.jmx.connector.ejb
Interface EJBConnectorMBean

All Superinterfaces:
javax.management.MBeanServer, javax.management.MBeanServerConnection, RemoteMBeanServer
All Known Implementing Classes:
EJBConnector

public interface EJBConnectorMBean
extends RemoteMBeanServer

MBean interface.


Field Summary
 
Fields inherited from interface org.jboss.jmx.connector.RemoteMBeanServer
NOTIFICATION_TYPE_JMS, NOTIFICATION_TYPE_POLLING, NOTIFICATION_TYPE_RMI
 
Method Summary
 void start(Object pServer)
           
 
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
 

Method Detail

start

public void start(Object pServer)
           throws Exception
Throws:
Exception


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