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
Implementation of the client-side of the FS communication.- 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-interfacebooleanping()Method to ping the master-servervoidunreferenced() 
 - 
 
- 
- 
Constructor Detail
- 
FSClientImpl
public FSClientImpl(FSConnection fsConnection)
 
 - 
 
- 
Method Detail
- 
getHandler
public <T extends IAPIHandler> T getHandler(Class<T> handlerInterface)
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
 
- 
ping
public boolean ping()
Description copied from interface:IFSClientMethod to ping the master-server 
- 
unreferenced
public void unreferenced()
- Specified by:
 unreferencedin interfacede.root1.simon.SimonUnreferenced
 
 - 
 
 -