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 null
boolean ping()
true
if successful, false
or Exception otherwiseCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.