Package de.xima.fc.com.interfaces
Interface IFSClient
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FSClientImpl
Interface of RMI-methods which are available on the master-server
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription<T extends IAPIHandler>
TgetHandler(Class<T> handlerInterface) Gets the remote instance of the given handler-interfacebooleanping()Method to ping the master-server
-
Method Details
-
getHandler
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:
trueif successful,falseor Exception otherwise
-