IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

com.rational.test.ft.domain
Class NativeThreadChannel

java.lang.Object
  extended by com.rational.test.ft.domain.NativeThreadChannel
Direct Known Subclasses:
ThreadChannel

public class NativeThreadChannel
extends java.lang.Object


Constructor Summary
NativeThreadChannel()
           
 
Method Summary
 boolean activate(long spyPort, long threadId)
           
 long getSpyport()
           
 boolean isAlive(long spyPort, long threadId)
           
 boolean isUnresponsive(long spyPort)
           
 long pumpSendMessages()
           
 void setUnresponsive(long spyport, boolean unresponsive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeThreadChannel

public NativeThreadChannel()
Method Detail

activate

public boolean activate(long spyPort,
                        long threadId)

getSpyport

public long getSpyport()

pumpSendMessages

public long pumpSendMessages()

isUnresponsive

public boolean isUnresponsive(long spyPort)

setUnresponsive

public void setUnresponsive(long spyport,
                            boolean unresponsive)

isAlive

public boolean isAlive(long spyPort,
                       long threadId)