|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crsh.plugin.CRaSHPlugin<TermIOHandler>
org.crsh.term.processor.ProcessorIOHandler
public class ProcessorIOHandler
Field Summary | |
---|---|
private CRaSH |
crash
. |
private ExecutorService |
executor
. |
Fields inherited from class org.crsh.plugin.CRaSHPlugin |
---|
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log |
Constructor Summary | |
---|---|
ProcessorIOHandler()
|
Method Summary | |
---|---|
void |
destroy()
Implement this method to know about destroy life cycle callback. |
TermIOHandler |
getImplementation()
Returns the implementation. |
void |
handle(TermIO io,
Principal user)
Handle an IO for the specified termi IO and user principal. |
void |
init()
Implement this method to know about init life cycle callback. |
Methods inherited from class org.crsh.plugin.CRaSHPlugin |
---|
createConfigurationCapabilities, getConfigurationCapabilities, getContext, getStatus, getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private ExecutorService executor
private CRaSH crash
Constructor Detail |
---|
public ProcessorIOHandler()
Method Detail |
---|
public TermIOHandler getImplementation()
CRaSHPlugin
getImplementation
in class CRaSHPlugin<TermIOHandler>
public void init()
CRaSHPlugin
init
in class CRaSHPlugin<TermIOHandler>
public void destroy()
CRaSHPlugin
destroy
in class CRaSHPlugin<TermIOHandler>
public void handle(TermIO io, Principal user)
TermIOHandler
handle
in interface TermIOHandler
io
- the iouser
- the principal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |