All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.replay.DistributedReplayResume

java.lang.Object
   |
   +----ncsa.habanero.HabaneroAction
           |
           +----ncsa.habanero.replay.DistributedReplayAction
                   |
                   +----ncsa.habanero.replay.DistributedReplayResume

public class DistributedReplayResume
extends DistributedReplayAction
DistributedReplayResume Allows you to resume the replay


Constructor Index

 o DistributedReplayResume()

Method Index

 o actAtArbitrator(Arbitrator, Specifiable)
 o describe()

Constructors

 o DistributedReplayResume
 public DistributedReplayResume()
Returns:
creates a replay action, for marshalling

Methods

 o describe
 public String describe()
Returns:
a string that describes this object
Overrides:
describe in class HabaneroAction
 o 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