Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.ssh
Class SSHReaderDaemon

java.lang.Object
  extended by java.lang.Thread
      extended by net.java.sip.communicator.impl.protocol.ssh.SSHReaderDaemon
All Implemented Interfaces:
Runnable

public class SSHReaderDaemon
extends Thread

Author:
Shobhit Jindal

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  char buf
           
(package private)  int bufferCount
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SSHReaderDaemon(ContactSSH sshContact)
          Creates a new instance of SSHReaderDaemon
 
Method Summary
 void isActive(boolean isActive)
           
 void run()
          Reads the remote machine, updating the chat window as necessary in a background thread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bufferCount

int bufferCount

buf

char buf
Constructor Detail

SSHReaderDaemon

public SSHReaderDaemon(ContactSSH sshContact)
Creates a new instance of SSHReaderDaemon

Method Detail

run

public void run()
Reads the remote machine, updating the chat window as necessary in a background thread

Specified by:
run in interface Runnable
Overrides:
run in class Thread

isActive

public void isActive(boolean isActive)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.