Package de.xima.fc.com.interfaces
Interface IFSClient
-
- All Known Implementing Classes:
FSClientImpl
public interface IFSClient
Interface of RMI-methods which are available on the master-server- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract 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-server
-
-
-
Method Detail
-
getHandler
<T extends IAPIHandler> T getHandler(Class<T> handlerInterface)
Gets the remote instance of the given handler-interface- Parameters:
handlerInterface
-IAPIHandler
-Class
-interface for which an remote instance should be returned- Returns:
IAPIHandler
-instance ornull
-
ping
boolean ping()
Method to ping the master-server- Returns:
true
if successful,false
or Exception otherwise
-
-