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 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 or null
      • ping

        boolean ping()
        Method to ping the master-server
        Returns:
        true if successful, false or Exception otherwise