| This example shows how to setup a JSR 160 connector server.
The client counterpart of this example will register a remote NotificationListener
and receive notifications over the wire.
Nothing special is needed in the server side, if not registering an MBean
that implements
javax.management.NotificationEmitter .
Every JMX implementation already has such an MBean registered, the MBeanServerDelegate.
The client will register a NotificationListener to the MBeanServerDelegate MBean,
that emits notifications when other MBeans are registered or unregistered.
version: $Revision: 1.1 $ See Also: Client |