org.crsh
Class ProcessorIOHandler

java.lang.Object
  extended by org.crsh.plugin.CRaSHPlugin<TermIOHandler>
      extended by org.crsh.ProcessorIOHandler
All Implemented Interfaces:
TermIOHandler

public class ProcessorIOHandler
extends CRaSHPlugin<TermIOHandler>
implements TermIOHandler

Author:
Julien Viet

Field Summary
private  ExecutorService executor
          .
 
Fields inherited from class org.crsh.plugin.CRaSHPlugin
log
 
Constructor Summary
ProcessorIOHandler()
           
 
Method Summary
 void destroy()
           
 TermIOHandler getImplementation()
          Returns the implementation.
 void handle(TermIO io)
           
 void init()
           
 
Methods inherited from class org.crsh.plugin.CRaSHPlugin
getContext, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

executor

private ExecutorService executor
.

Constructor Detail

ProcessorIOHandler

public ProcessorIOHandler()
Method Detail

getImplementation

public TermIOHandler getImplementation()
Description copied from class: CRaSHPlugin
Returns the implementation.

Specified by:
getImplementation in class CRaSHPlugin<TermIOHandler>
Returns:
the implementation

init

public void init()
Overrides:
init in class CRaSHPlugin<TermIOHandler>

destroy

public void destroy()
Overrides:
destroy in class CRaSHPlugin<TermIOHandler>

handle

public void handle(TermIO io)
Specified by:
handle in interface TermIOHandler


Copyright © 2011 eXo Platform SAS. All Rights Reserved.