com.rational.test.ft.domain.flex

Class FlexTestDomainImplementation.PlaybackRunnable

  • java.lang.Object
    • com.rational.test.ft.domain.ChannelRunnable
      • com.rational.test.ft.domain.flex.FlexTestDomainImplementation.PlaybackRunnable
  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    FlexTestDomainImplementation


    public class FlexTestDomainImplementation.PlaybackRunnable
    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
      PlaybackRunnable(long handle, java.lang.String playerId, java.lang.String automationId, java.lang.String eventName, java.lang.String eventArgs, java.lang.String browserName) 
    • 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

      • PlaybackRunnable

        public PlaybackRunnable(long handle,
                                java.lang.String playerId,
                                java.lang.String automationId,
                                java.lang.String eventName,
                                java.lang.String eventArgs,
                                java.lang.String browserName)
    • Method Detail

      • send

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