org.jboss.test.jmx.invoker |
|
Java Source File Name | Type | Comment |
BadListener.java | Class | An RMI callback implementation used to receive remote JMX notifications
that blocks in the handleNotification callback to validate that poorly
behaving clients do not affect the server side service sending the
nofication. |
CustomClass.java | Class | Used in JMX invoker adaptor test. |
InvokerTest.java | Class | Used in JMX invoker adaptor test. |
InvokerTestMBean.java | Interface | MBean interface. |
Listener.java | Class | |
NonserializableClass.java | Class | A non-Serializable class to test how remote access to mbeans with
such types is affected. |