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

Project Version 2.3

Uses of Class
com.rational.test.ft.domain.ChannelRunnable

Packages that use ChannelRunnable
com.rational.test.ft.domain   
com.rational.test.ft.domain.java.swt   
 

Uses of ChannelRunnable in com.rational.test.ft.domain
 

Methods in com.rational.test.ft.domain that return ChannelRunnable
 ChannelRunnable ChannelSwitchException.getRequest()
          Gets the ChannelRunnable object associated with this ChannelSwitchException.
 ChannelRunnable ChannelRunnable.setTimeout(int milliseconds)
          Set the time when this message will expire.
 

Methods in com.rational.test.ft.domain with parameters of type ChannelRunnable
 void ThreadChannel.post(ChannelRunnable runnable)
          Sends a request to be executed asychronously on this channel.
 java.lang.Object ThreadChannel.send(ChannelRunnable request)
          Sends a request to be executed sychronously on this channel.
 java.lang.Object IChannel.send(ChannelRunnable runnable)
          Sends the request to be executed on this channel.
 java.lang.Object BaseChannel.send(ChannelRunnable runnable)
          Sends the request to be executed on this channel.
protected  boolean ThreadChannel.waitForResponse(ChannelRunnable request)
           
 

Constructors in com.rational.test.ft.domain with parameters of type ChannelRunnable
ChannelSwitchException(ChannelRunnable request)
          Creates exception with the ChannelRunnable object.
ChannelSwitchException(ChannelRunnable request, IChannel channel)
          Creates a ChannelSwitchException that should be executed on a thread associated with a specific channel.
 

Uses of ChannelRunnable in com.rational.test.ft.domain.java.swt
 

Subclasses of ChannelRunnable in com.rational.test.ft.domain.java.swt
 class ShellFinder
          Enumerate the shells in an SWT Display.