|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.jmx.client.DirectInvocationClientFactory<T>
T
- public class DirectInvocationClientFactory<T>
A ClientInterfaceHandlerFactory
that creates a client handler
that passes all method invocations straight to the MBean.
Constructor Summary | |
---|---|
DirectInvocationClientFactory(Class<T> type)
|
Method Summary | |
---|---|
T |
createClientHandler(T ignored,
ClientSideToolkit toolkit)
Create a thing that handles communication with the server for an Interface.. |
HandlerVersion |
getVersion()
The version of this handler. |
Class<T> |
interfaceClass()
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, wait |
Constructor Detail |
---|
public DirectInvocationClientFactory(Class<T> type)
Method Detail |
---|
public HandlerVersion getVersion()
ClientInterfaceHandlerFactory
getVersion
in interface ClientInterfaceHandlerFactory<T>
public T createClientHandler(T ignored, ClientSideToolkit toolkit)
ClientInterfaceHandlerFactory
createClientHandler
in interface ClientInterfaceHandlerFactory<T>
ignored
- 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.
public Class<T> interfaceClass()
ClientInterfaceHandlerFactory
interfaceClass
in interface ClientInterfaceHandlerFactory<T>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |