public static class BeanDirectoryHandlerFactory.ClientBeanDirectoryHandlerFactory extends Object implements ClientInterfaceHandlerFactory<RemoteDirectoryOwner>
Constructor and Description |
---|
BeanDirectoryHandlerFactory.ClientBeanDirectoryHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
RemoteDirectoryOwner |
createClientHandler(RemoteDirectoryOwner ignored,
ClientSideToolkit toolkit)
Create a thing that handles communication
with the server for an Interface..
|
HandlerVersion |
getVersion()
The version of this handler.
|
Class<RemoteDirectoryOwner> |
interfaceClass()
Provide the interface class this is the information
about.
|
public BeanDirectoryHandlerFactory.ClientBeanDirectoryHandlerFactory()
public Class<RemoteDirectoryOwner> interfaceClass()
ClientInterfaceHandlerFactory
interfaceClass
in interface ClientInterfaceHandlerFactory<RemoteDirectoryOwner>
public HandlerVersion getVersion()
ClientInterfaceHandlerFactory
getVersion
in interface ClientInterfaceHandlerFactory<RemoteDirectoryOwner>
public RemoteDirectoryOwner createClientHandler(RemoteDirectoryOwner ignored, ClientSideToolkit toolkit)
ClientInterfaceHandlerFactory
createClientHandler
in interface ClientInterfaceHandlerFactory<RemoteDirectoryOwner>
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.