org.jboss.jmx.adaptor.rmi
Interface RMIAdaptor
- All Superinterfaces:
- MBeanServerConnection, Remote
public interface RMIAdaptor
- extends Remote, MBeanServerConnection
RMI Interface for the server side Connector which
is nearly the same as the MBeanServer Interface but
has an additional RemoteException.
- Version:
- $Revision: 81030 $
- Author:
- Rickard Oberg, Andreas Schaefer, Jason Dillon
Methods inherited from interface javax.management.MBeanServerConnection |
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, getAttribute, getAttributes, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean |
addNotificationListener
void addNotificationListener(ObjectName name,
RMINotificationListener listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
RemoteException
- Parameters:
name
- listener
- filter
- handback
-
- Throws:
InstanceNotFoundException
RemoteException
removeNotificationListener
void removeNotificationListener(ObjectName name,
RMINotificationListener listener)
throws InstanceNotFoundException,
ListenerNotFoundException,
RemoteException
- Parameters:
name
- listener
-
- Throws:
InstanceNotFoundException
ListenerNotFoundException
RemoteException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.