Interface ReplayerHandle

All Superinterfaces:
Serializable
All Known Implementing Classes:
ReplayerHandle.Local

public interface ReplayerHandle extends Serializable
A handle to a replayer.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    A handle to a replayer, where the replayer and handle exist in the same JVM instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the replayer.
  • Method Details

    • getReplayer

      Replayer getReplayer()
      Gets the replayer.
      Returns:
      replayer