org.crsh.shell.impl.command
Class CRaSHResponseProcess

java.lang.Object
  extended by org.crsh.shell.impl.command.CRaSHProcess
      extended by org.crsh.shell.impl.command.CRaSHResponseProcess
All Implemented Interfaces:
ShellProcess

 class CRaSHResponseProcess
extends CRaSHProcess

Author:
Julien Viet

Field Summary
private  StringBuilder msg
          .
private  ShellResponse response
          .
 
Fields inherited from class org.crsh.shell.impl.command.CRaSHProcess
crash, request
 
Constructor Summary
CRaSHResponseProcess(CRaSHSession session, String request, StringBuilder msg, ShellResponse response)
           
 
Method Summary
(package private)  ShellResponse doInvoke(ShellProcessContext context)
           
 
Methods inherited from class org.crsh.shell.impl.command.CRaSHProcess
cancel, execute, getKeyHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

private final StringBuilder msg
.


response

private final ShellResponse response
.

Constructor Detail

CRaSHResponseProcess

public CRaSHResponseProcess(CRaSHSession session,
                            String request,
                            StringBuilder msg,
                            ShellResponse response)
Method Detail

doInvoke

ShellResponse doInvoke(ShellProcessContext context)
                 throws InterruptedException
Specified by:
doInvoke in class CRaSHProcess
Throws:
InterruptedException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.