Interface IFSClient

All Superinterfaces:
Serializable
All Known Implementing Classes:
FSClientImpl

public interface IFSClient extends Serializable
Interface of RMI-methods which are available on the master-server
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends IAPIHandler>
    T
    getHandler(Class<T> handlerInterface)
    Gets the remote instance of the given handler-interface
    boolean
    Method to ping the master-server
  • Method Details

    • 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