Package org.oddjob.jmx.server


package org.oddjob.jmx.server

Classes for the JMX server side.

The server side must provide information about the remote components. The client sees a component as something that implements a number of interfaces. The server side implementation behaviour of an interface is handled by a ServerInterfaceHandler. A ServerInterfaceHandler is provided by a ServerInterfaceHandlerFactory. A ServerInterfaceManager collects together a number of ServerInterfaceHandlerFactory objects for a given target. A ServerInterfaceManagerFactory creates a

invalid reference
ServerInterfaceMananger
for a given server side component.