org.jboss.jmx.adaptor.rmi
Interface RMIAdaptorExt

All Superinterfaces:
javax.management.MBeanServerConnection, Remote

public interface RMIAdaptorExt
extends Remote, javax.management.MBeanServerConnection

An RMI interface extension of the standard MBeanServerConnection

Version:
$Revision: 1.2.6.1 $
Author:
Scott.Stark@jboss.org
See Also:
MBeanServerConnection

Method Summary
 void addNotificationListener(javax.management.ObjectName name, RMINotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void removeNotificationListener(javax.management.ObjectName name, RMINotificationListener listener)
           
 
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
 

Method Detail

addNotificationListener

void addNotificationListener(javax.management.ObjectName name,
                             RMINotificationListener listener,
                             javax.management.NotificationFilter filter,
                             Object handback)
                             throws javax.management.InstanceNotFoundException,
                                    RemoteException
Parameters:
name -
listener -
filter -
handback -
Throws:
javax.management.InstanceNotFoundException
RemoteException

removeNotificationListener

void removeNotificationListener(javax.management.ObjectName name,
                                RMINotificationListener listener)
                                throws javax.management.InstanceNotFoundException,
                                       javax.management.ListenerNotFoundException,
                                       RemoteException
Parameters:
name -
listener -
Throws:
javax.management.InstanceNotFoundException
javax.management.ListenerNotFoundException
RemoteException


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