Class DefaultTestRunner.RemotingListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RemotingListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onConnectionLost​(Endpoint anEndpoint)
      Called when a connection to a client was lost.
      void onConnectionSuccessful​(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)
      Called when a connection attempt from a client was successful.
      void onCreateBreakpoint​(java.lang.Integer anEntryReference, Endpoint anEndpoint)
      Called when a client wants to create a breakpoint.
      void onForkSetupRetrieval​(java.util.List<? extends TestResourceProvider> someResourceProviders, SetList aSetList, java.util.Map<java.lang.String,​java.lang.Object> someVariableValues, int aNumberOfSuiteInvocations)
      Called when a client (typically a fork master) injects its entire test script set and set list state into the server.
      void onPauseCommand​(Endpoint anEndpoint)
      Called when a "pause tests" command from a client came in.
      void onRemoveBreakpoint​(java.lang.Integer anEntryReference, Endpoint anEndpoint)
      Called when a client wants to remove a breakpoint.
      void onRunCommand​(Endpoint anEndpoint)
      Called when a "run tests" command from a client came in.
      void onSetListRequest​(Endpoint anEndpoint)
      Called when a set list request from a client came in.
      void onShutdownRequest()
      Called when a client requested a process shutdown.
      void onStepIntoCommand​(Endpoint anEndpoint)
      Called when a "step into" command from a client came in.
      void onTimeSyncResponse​(TimeSyncResultMessage aResult)
      Called when a timesync response has arrived.
      void onTimeSyncState​(long aRealtimeOffset, long aRealtimeDecouplingTime, double aProgressionFactor)
      Called when a timesync state has arrived.
      void onVariableUnsetRetrieval​(java.lang.String aVariableName)
      Called when an unsetting of a variable was received from a master.
      void onVariableUpdateRetrieval​(java.lang.String aVariableName, java.io.Serializable aValue)
      Called when an update for a variable was received from a master.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait