Class FSClientImpl
java.lang.Object
de.xima.fc.fs.FSClientImpl
- All Implemented Interfaces:
de.root1.simon.SimonUnreferenced, IFSClient, Serializable
public class FSClientImpl
extends Object
implements IFSClient, Serializable, de.root1.simon.SimonUnreferenced
Implementation of the client-side of the FS communication.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends IAPIHandler>
TgetHandler(Class<T> handlerInterface) Gets the remote instance of the given handler-interface<THandler extends RpcHandler>
THandlergetRpcHandler(Class<THandler> handlerInterface) Gets the remote instance of the given handler-interfacebooleanping()Method to ping the master-servervoid
-
Constructor Details
-
FSClientImpl
-
-
Method Details
-
getHandler
Description copied from interface:IFSClientGets the remote instance of the given handler-interface- Specified by:
getHandlerin interfaceIFSClient- Parameters:
handlerInterface-IAPIHandler-Class-interface for which an remote instance should be returned- Returns:
IAPIHandler-instance ornull
-
getRpcHandler
Description copied from interface:IFSClientGets the remote instance of the given handler-interface- Specified by:
getRpcHandlerin interfaceIFSClient- Parameters:
handlerInterface-RpcHandler-Class-interface for which the remote instance should be returned- Returns:
RpcHandler-instance ornull
-
ping
-
unreferenced
public void unreferenced()- Specified by:
unreferencedin interfacede.root1.simon.SimonUnreferenced
-