当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 management API Documentation 英文版文档
ClientNotificationListener (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档
org.jboss.management.mejb
Class ClientNotificationListener
java.lang.Object
org.jboss.management.mejb.ClientNotificationListener
- Direct Known Subclasses:
- JMSClientNotificationListener, PollingClientNotificationListener, RMIClientNotificationListener, SearchClientNotificationListener
- public abstract class ClientNotificationListener
- extends Object
Basic Local Listener to receive Notification from a remote JMX Agent
- Version:
- $Revision: 1.7 $
- Author:
- ???
mClientListener
protected javax.management.NotificationListener mClientListener
mHandback
protected Object mHandback
log
protected org.jboss.logging.Logger log
ClientNotificationListener
public ClientNotificationListener(javax.management.ObjectName pSender,
javax.management.NotificationListener pClientListener,
Object pHandback)
createListener
public javax.management.ObjectName createListener(MEJB pConnector,
String pClass,
Object[] pParameters,
String[] pSignatures)
throws javax.management.MalformedObjectNameException,
javax.management.ReflectionException,
javax.management.MBeanRegistrationException,
javax.management.MBeanException,
javax.management.NotCompliantMBeanException,
RemoteException
- Throws:
javax.management.MalformedObjectNameException
javax.management.ReflectionException
javax.management.MBeanRegistrationException
javax.management.MBeanException
javax.management.NotCompliantMBeanException
RemoteException
addNotificationListener
public void addNotificationListener(MEJB pConnector,
javax.management.NotificationFilter pFilter)
throws javax.management.InstanceNotFoundException,
RemoteException
- Throws:
javax.management.InstanceNotFoundException
RemoteException
removeNotificationListener
public void removeNotificationListener(MEJB pConnector)
throws javax.management.InstanceNotFoundException,
RemoteException
- Throws:
javax.management.InstanceNotFoundException
RemoteException
getSenderMBean
public javax.management.ObjectName getSenderMBean()
getRemoteListenerName
public javax.management.ObjectName getRemoteListenerName()
equals
public boolean equals(Object pTest)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.