org.jboss.jmx.connector.rmi
Interface RMIConnectorImplMBean

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

public interface RMIConnectorImplMBean
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)
           
 void stop()
           
 
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

stop

public void stop()


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