com.rational.test.ft.domain.html

Class HtmlProxy.GetObjectRunnable

  • java.lang.Object
    • com.rational.test.ft.domain.ChannelRunnable
      • com.rational.test.ft.domain.html.HtmlProxy.GetObjectRunnable
  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    HtmlProxy


    public class HtmlProxy.GetObjectRunnable
    extends com.rational.test.ft.domain.ChannelRunnable
    • Field Summary

      • Fields inherited from class com.rational.test.ft.domain.ChannelRunnable

        complete, returnValue, throwable
    • Constructor Summary

      Constructors 
      Constructor and Description
      GetObjectRunnable(long handle) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object send() 
      • Methods inherited from class com.rational.test.ft.domain.ChannelRunnable

        getReturnValue, isComplete, isRevoked, isStarted, isStopJob, run, setComplete, setCrossChannel, setStopJob, setTimeout, throwException
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetObjectRunnable

        public GetObjectRunnable(long handle)
    • Method Detail

      • send

        public java.lang.Object send()
        Specified by:
        send in class com.rational.test.ft.domain.ChannelRunnable