org.jboss.test.jmx.invoker
Class InvokerTest

java.lang.Object
  extended byorg.jboss.mx.util.JBossNotificationBroadcasterSupport (src) 
      extended byorg.jboss.mx.notification.AsynchNotificationBroadcasterSupport (src) 
          extended byorg.jboss.test.jmx.invoker.InvokerTest
All Implemented Interfaces:
NotificationBroadcaster (src) , NotificationEmitter (src)

public class InvokerTest
extends AsynchNotificationBroadcasterSupport (src)

Used in JMX invoker adaptor test.


Nested Class Summary
 
Nested classes inherited from class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport (src)
AsynchNotificationBroadcasterSupport.AsynchNotifier (src)
 
Constructor Summary
InvokerTest()
           
 
Method Summary
 void addNotificationListener(NotificationListener (src)  listener, NotificationFilter (src)  filter, java.lang.Object handback)
          Add a listener to an MBean.
 CustomClass (src) doSomething()
           
 CustomClass (src) doSomething(CustomClass (src)  custom)
           
 CustomClass (src) getCustom()
           
 NonserializableClass (src) getNonserializableClass()
           
 java.lang.String getSomething()
           
 org.w3c.dom.Element getXml()
           
 void removeNotificationListener(NotificationListener (src)  listener)
          Removes a listener from an MBean.
 void setCustom(CustomClass (src)  custom)
           
 void setNonserializableClass(NonserializableClass (src)  custom)
           
 void setXml(org.w3c.dom.Element xml)
           
 void stop()
           
 
Methods inherited from class org.jboss.mx.notification.AsynchNotificationBroadcasterSupport (src)
getDefaultNotificationTimeout, getNotificationTimeout, getThreadPool, handleNotification, setDefaultNotificationTimeout, setDefaultThreadPool, setNotificationTimeout, setThreadPool, stopThreadPool
 
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport (src)
getNotificationInfo, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerTest

public InvokerTest()
Method Detail

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()