org.jboss.test.jmx.invoker
Class InvokerTest
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport (src)
org.jboss.mx.notification.AsynchNotificationBroadcasterSupport (src)
org.jboss.test.jmx.invoker.InvokerTest
- All Implemented Interfaces:
- NotificationBroadcaster (src) , NotificationEmitter (src)
- public class InvokerTest
- extends AsynchNotificationBroadcasterSupport (src)
Used in JMX invoker adaptor test.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokerTest
public InvokerTest()
getSomething
public java.lang.String getSomething()
addNotificationListener
public void addNotificationListener(NotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
- Description copied from interface:
NotificationBroadcaster (src)
- Add a listener to an MBean.
- Specified by:
addNotificationListener
in interface NotificationBroadcaster (src)
- Overrides:
addNotificationListener
in class JBossNotificationBroadcasterSupport (src)
removeNotificationListener
public void removeNotificationListener(NotificationListener (src) listener)
throws ListenerNotFoundException (src)
- Description copied from interface:
NotificationBroadcaster (src)
- Removes a listener from an MBean.
- Specified by:
removeNotificationListener
in interface NotificationBroadcaster (src)
- Overrides:
removeNotificationListener
in class JBossNotificationBroadcasterSupport (src)
- Throws:
ListenerNotFoundException (src)
getCustom
public CustomClass (src) getCustom()
setCustom
public void setCustom(CustomClass (src) custom)
getNonserializableClass
public NonserializableClass (src) getNonserializableClass()
setNonserializableClass
public void setNonserializableClass(NonserializableClass (src) custom)
getXml
public org.w3c.dom.Element getXml()
setXml
public void setXml(org.w3c.dom.Element xml)
doSomething
public CustomClass (src) doSomething(CustomClass (src) custom)
doSomething
public CustomClass (src) doSomething()
stop
public void stop()