com.sshtools.j2ssh.sftp
Class SftpMessageStore

java.lang.Object
  extended by com.sshtools.j2ssh.subsystem.SubsystemMessageStore
      extended by com.sshtools.j2ssh.sftp.SftpMessageStore

 class SftpMessageStore
extends SubsystemMessageStore


Field Summary
static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
messages, registeredMessages
 
Constructor Summary
SftpMessageStore()
          Creates a new SftpMessageStore object.
 
Method Summary
 SubsystemMessage getMessage(UnsignedInteger32 requestId)
           
 
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
addMessage, addMessage, close, getState, nextMessage, nextMessage, registerMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.commons.logging.Log log
Constructor Detail

SftpMessageStore

public SftpMessageStore()
Creates a new SftpMessageStore object.

Method Detail

getMessage

public SubsystemMessage getMessage(UnsignedInteger32 requestId)
                            throws java.lang.InterruptedException
Parameters:
requestId -
Returns:
Throws:
java.lang.InterruptedException