Interface ServerFactoryManager

    • Method Detail

      • getShellFactory

        ShellFactory getShellFactory()
        Retrieve the ShellFactory object to be used to create shells.
        Returns:
        a valid ShellFactory object or null if shells are not supported on this server
      • getCommandFactory

        CommandFactory getCommandFactory()
        Retrieve the CommandFactory to be used to process commands requests.
        Returns:
        A valid CommandFactory object or null if commands are not supported on this server
      • getSubsystemFactories

        java.util.List<? extends SubsystemFactory> getSubsystemFactories()
        Retrieve the list of named factories for CommandFactory.Command to be used to create subsystems.
        Returns:
        a list of named SubsystemFactory-ies or null/empty if subsystems are not supported on this server