Package de.xima.fc.fs

Class FSConnectionManager


  • public final class FSConnectionManager
    extends Object
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getConnection

        public static FSConnection getConnection​(long fsConnectionID)
      • connect

        public static boolean connect​(FrontendServer fServerEntity)
      • disconnect

        public static boolean disconnect​(FrontendServer fServerEntity)
      • disconnectAll

        public static Boolean disconnectAll()
      • stopReconnect

        public static void stopReconnect​(FrontendServer fs)
      • startConnectThreads

        public static Boolean startConnectThreads()
      • stopConnectThreads

        public static void stopConnectThreads()
      • testLookup

        public static Boolean testLookup​(FrontendServer fs)
        Method to test the connection to an frontend-server (lookup only)
        Parameters:
        fs - the fontend-server to test the lookup
        Returns:
        Boolean if the server can be reached
      • testConnection

        public static boolean testConnection​(FrontendServer fs)
      • testConnection

        public static boolean testConnection​(long fsConnectionID)