Package org.oddjob.jmx.handlers
Class StatefulHandlerFactory.ClientFactory
java.lang.Object
org.oddjob.jmx.handlers.StatefulHandlerFactory.ClientFactory
- All Implemented Interfaces:
ClientInterfaceHandlerFactory<Stateful>
- Enclosing class:
StatefulHandlerFactory
public static class StatefulHandlerFactory.ClientFactory
extends Object
implements ClientInterfaceHandlerFactory<Stateful>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClientHandler(Stateful proxy, ClientSideToolkit toolkit) Create a thing that handles communication with the server for an Interface..The version of this handler.Provide the interface class this is the information about.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oddjob.jmx.client.ClientInterfaceHandlerFactory
createClientHandler
-
Constructor Details
-
ClientFactory
public ClientFactory()
-
-
Method Details
-
interfaceClass
Description copied from interface:ClientInterfaceHandlerFactoryProvide the interface class this is the information about.- Specified by:
interfaceClassin interfaceClientInterfaceHandlerFactory<Stateful>- Returns:
- The class.
-
getVersion
Description copied from interface:ClientInterfaceHandlerFactoryThe version of this handler.- Specified by:
getVersionin interfaceClientInterfaceHandlerFactory<Stateful>- Returns:
-
createClientHandler
Description copied from interface:ClientInterfaceHandlerFactoryCreate a thing that handles communication with the server for an Interface..- Specified by:
createClientHandlerin interfaceClientInterfaceHandlerFactory<Stateful>- 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.toolkit- Tools to help the handler do it's job.- Returns:
- An Handler object. Never null.
-