Package de.xima.fc.fs

Class FSClientImpl

    • Constructor Detail

      • FSClientImpl

        public FSClientImpl​(FSConnection fsConnection)
    • Method Detail

      • getHandler

        public <T extends IAPIHandler> T getHandler​(Class<T> handlerInterface)
        Description copied from interface: IFSClient
        Gets the remote instance of the given handler-interface
        Specified by:
        getHandler in interface IFSClient
        Parameters:
        handlerInterface - IAPIHandler-Class-interface for which an remote instance should be returned
        Returns:
        IAPIHandler-instance or null
      • ping

        public boolean ping()
        Description copied from interface: IFSClient
        Method to ping the master-server
        Specified by:
        ping in interface IFSClient
        Returns:
        true if successful, false or Exception otherwise
      • unreferenced

        public void unreferenced()
        Specified by:
        unreferenced in interface de.root1.simon.SimonUnreferenced