Package de.xima.fc.fs
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
Klasse mit der Implementierung der RMI-Mehtoden- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FSClientImpl(FSConnection fsConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends IAPIHandler>
TgetHandler(Class<T> handlerInterface)
Gets the remote instance of the given handler-interfaceboolean
ping()
Method to ping the master-servervoid
unreferenced()
-
-
-
Constructor Detail
-
FSClientImpl
public FSClientImpl(FSConnection fsConnection)
-
-
Method Detail
-
getHandler
public <T extends IAPIHandler> T getHandler(Class<T> handlerInterface)
Description copied from interface:IFSClient
Gets the remote instance of the given handler-interface- Specified by:
getHandler
in interfaceIFSClient
- Parameters:
handlerInterface
-IAPIHandler
-Class
-interface for which an remote instance should be returned- Returns:
IAPIHandler
-instance ornull
-
ping
public boolean ping()
Description copied from interface:IFSClient
Method to ping the master-server
-
unreferenced
public void unreferenced()
- Specified by:
unreferenced
in interfacede.root1.simon.SimonUnreferenced
-
-