Class ProcessManager

    • Constructor Detail

      • ProcessManager

        public ProcessManager​(SessionManager manager,
                              SecuritySystem sec,
                              Executor executor,
                              Processor... procs)
        main constructor which takes a non-null array of Processor instances as its only argument. This array is copied, so modifications will not be noticed.
        Parameters:
        manager - Reference to the session manager.
        sec - Reference to the security manager
        executor - The executor.
        procs - Array of Processors. Not null.