public interface IFSClient
| Modifier and Type | Method and Description |
|---|---|
<T extends IAPIHandler> |
getHandler(Class<T> handlerInterface)
Gets the remote instance of the given handler-interface
|
boolean |
ping()
Method to ping the master-server
|
<T extends IAPIHandler> T getHandler(Class<T> handlerInterface)
handlerInterface - IAPIHandler-Class-interface for which an remote instance should be returnedIAPIHandler-instance or nullboolean ping()
true if successful, false or Exception otherwiseCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.