Package com.artenum.jyconsole.command

Interface Summary
CommandRunner Project ref : JyConsole project Copyright and license : See relevant sections Status : under development Creation : 23/06/2006 Modification : Description : A runner for Jython commands that abstracts away the threading model.
 

Class Summary
Command Project ref : JyConsole project Copyright and license : See relevant sections Status : under development Creation : 23/06/2006 Modification : Description : A command is either a single line of Jython or a file of commands.
SingleThreadCommandRunner Project ref : JyConsole project Copyright and license : See relevant sections Status : under development Creation : 23/06/2006 Modification : Description : A CommandRunner that sends all commands to a single thread.
ThreadPerCommandRunner Project ref : JyConsole project Copyright and license : See relevant sections Status : under development Creation : 23/06/2006 Modification : Description : A CommandRunner that runs each command on a different thread.
 



 (c) Copyright: Artenum SARL, 101-103 Boulevard Mac Donald, 
                75019, Paris, France 2005.
                http://www.artenum.com
 
 License:

  This program is free software; you can redistribute it 
  and/or modify it under the terms of the Q Public License; 
  either version 1 of the License.

  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  PURPOSE. See the Q Public License for more details.

  You should have received a copy of the Q Public License 
  License along with this program; 
  if not, write to:
    Artenum SARL, 101-103 Boulevard Mac Donald,
    75019, PARIS, FRANCE, e-mail: contact@artenum.com