All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.replay.DistributedReplayStop
java.lang.Object
|
+----ncsa.habanero.HabaneroAction
|
+----ncsa.habanero.replay.DistributedReplayAction
|
+----ncsa.habanero.replay.DistributedReplayStop
- public class DistributedReplayStop
- extends DistributedReplayAction
DistributedReplayStop
Allows you to stop the replay
-
DistributedReplayStop()
-
-
actAtArbitrator(Arbitrator, Specifiable)
-
-
describe()
-
DistributedReplayStop
public DistributedReplayStop()
- Returns:
- creates a replay action, for marshalling
describe
public String describe()
- Returns:
- a string that describes this object
- Overrides:
- describe in class HabaneroAction
actAtArbitrator
public void actAtArbitrator(Arbitrator arb,
Specifiable target)
- Parameters:
- arb - the arbitrator
- target - the target
- Returns:
- changes the speed of replay
- Overrides:
- actAtArbitrator in class DistributedReplayAction
All Packages Class Hierarchy This Package Previous Next Index