com.jcraft.jsch.RequestExec Class Reference

Inheritance diagram for com.jcraft.jsch.RequestExec:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.RequestExec:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void request (Session session, Channel channel) throws Exception

Package Functions

 RequestExec (byte[] command)
boolean waitForReply ()
void setReply (boolean reply)
void write (Packet packet) throws Exception

Private Attributes

byte[] command = new byte[0]

Detailed Description

Definition at line 32 of file RequestExec.java.


Constructor & Destructor Documentation

com.jcraft.jsch.RequestExec.RequestExec ( byte[]  command  )  [package]

Definition at line 34 of file RequestExec.java.


Member Function Documentation

void com.jcraft.jsch.RequestExec.request ( Session  session,
Channel  channel 
) throws Exception
void com.jcraft.jsch.Request.setReply ( boolean  reply  )  [package, inherited]
boolean com.jcraft.jsch.Request.waitForReply (  )  [package, inherited]
void com.jcraft.jsch.Request.write ( Packet  packet  )  throws Exception [package, inherited]

Member Data Documentation

byte [] com.jcraft.jsch.RequestExec.command = new byte[0] [private]

Definition at line 33 of file RequestExec.java.

Referenced by com.jcraft.jsch.RequestExec.request().


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1