All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.replay.ResumeCollabAction
java.lang.Object
|
+----ncsa.habanero.HabaneroAction
|
+----ncsa.habanero.replay.DistributedReplayAction
|
+----ncsa.habanero.replay.ResumeCollabAction
- public class ResumeCollabAction
- extends DistributedReplayAction
ResumeCollabAction
Stops replaying and starts collaborating
-
ResumeCollabAction()
-
-
ResumeCollabAction(double)
-
-
act(Targetable)
-
-
actAtArbitrator(Arbitrator, Specifiable)
-
-
describe()
-
-
sendToEveryone()
-
ResumeCollabAction
public ResumeCollabAction(double dInit)
- Parameters:
- dInit - the new speed for replay
- Returns:
- changes the speed of replay
ResumeCollabAction
public ResumeCollabAction()
- 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
act
public void act(Targetable target)
- Parameters:
- target - what gets the action
- Returns:
- Perform the action on the given target
- Overrides:
- act in class DistributedReplayAction
sendToEveryone
public boolean sendToEveryone()
- Returns:
- true if this should be sent to everyone, false if
it should only be executed at the arbitrator
- Overrides:
- sendToEveryone in class DistributedReplayAction
All Packages Class Hierarchy This Package Previous Next Index