org.crsh
Class Processor

java.lang.Object
  extended by org.crsh.Processor
All Implemented Interfaces:
Runnable

public class Processor
extends Object
implements Runnable

Version:
$Revision$
Author:
Julien Viet

Nested Class Summary
static interface Processor.Result
           
static class Processor.State
           
static class Processor.Status
           
 
Constructor Summary
Processor(Term term, Shell shell)
           
 
Method Summary
 void addListener(ProcessorListener listener)
           
 Processor.Result execute()
           
 Processor.State getState()
           
 boolean isAvailable()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor(Term term,
                 Shell shell)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

isAvailable

public boolean isAvailable()

getState

public Processor.State getState()

execute

public Processor.Result execute()

addListener

public void addListener(ProcessorListener listener)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.