All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.RestartSystemAction
java.lang.Object
|
+----ncsa.habanero.HabaneroAction
|
+----ncsa.habanero.RestartSystemAction
- public class RestartSystemAction
- extends HabaneroAction
- implements ArbitratorAction
RestartSystemAction
Restarts a session
-
arbiArray
-
-
sessionArray
-
-
RestartSystemAction(byte[])
-
-
act(Targetable)
-
-
actAtArbitrator(Arbitrator, Specifiable)
-
-
describe()
-
-
sendToEveryone()
-
-
stopOldTools(Session)
-
sessionArray
protected byte sessionArray[]
arbiArray
protected byte arbiArray[]
RestartSystemAction
public RestartSystemAction(byte session[])
- Parameters:
- session - the client's version of the session
- arbitrators - the arbitrators
- Returns:
- creates a replay action, for marshalling
act
public void act(Targetable target)
- Parameters:
- target - what gets the action
- Returns:
- Perform the action on the given target
- Overrides:
- act in class HabaneroAction
stopOldTools
protected void stopOldTools(Session theSession)
- Returns:
- gets rid of all the old tools
describe
public String describe()
- Returns:
- the string describing this
- Overrides:
- describe in class HabaneroAction
actAtArbitrator
public void actAtArbitrator(Arbitrator arb,
Specifiable target)
- Parameters:
- arb - the arbitrator
- target - what the action should operate on
- Returns:
- This routine should be implemented to do whatever work needs doing
at the arbitrator level.
sendToEveryone
public boolean sendToEveryone()
- Returns:
- true if this should be sent to everyone, false otherwise
All Packages Class Hierarchy This Package Previous Next Index