org.oddjob.jmx.handlers
Class StructuralHandlerFactory.ClientStructuralHandlerFactory
java.lang.Object
org.oddjob.jmx.handlers.StructuralHandlerFactory.ClientStructuralHandlerFactory
- All Implemented Interfaces:
- ClientInterfaceHandlerFactory<Structural>
- Enclosing class:
- StructuralHandlerFactory
public static class StructuralHandlerFactory.ClientStructuralHandlerFactory
- extends Object
- implements ClientInterfaceHandlerFactory<Structural>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuralHandlerFactory.ClientStructuralHandlerFactory
public StructuralHandlerFactory.ClientStructuralHandlerFactory()
interfaceClass
public Class<Structural> interfaceClass()
- Description copied from interface:
ClientInterfaceHandlerFactory
- Provide the interface class this is the information
about.
- Specified by:
interfaceClass
in interface ClientInterfaceHandlerFactory<Structural>
- Returns:
- The class.
getVersion
public HandlerVersion getVersion()
- Description copied from interface:
ClientInterfaceHandlerFactory
- The version of this handler.
- Specified by:
getVersion
in interface ClientInterfaceHandlerFactory<Structural>
- Returns:
createClientHandler
public Structural createClientHandler(Structural proxy,
ClientSideToolkit toolkit)
- Description copied from interface:
ClientInterfaceHandlerFactory
- Create a thing that handles communication
with the server for an Interface..
- Specified by:
createClientHandler
in interface ClientInterfaceHandlerFactory<Structural>
- Parameters:
proxy
- The client side proxy the invocations are coming from. Most of the
time this will be ignored but it's useful as the source for events.
- Returns:
- An Handler object. Never null.