All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.replay.ReplayAction
java.lang.Object
|
+----ncsa.habanero.HabaneroAction
|
+----ncsa.habanero.replay.ReplayAction
- public class ReplayAction
- extends HabaneroAction
- implements Prioritizable
ReplayAction
Stores an ActionGranted that is transported to the server for
distributed replay
-
ReplayAction()
-
-
ReplayAction(long, Object)
-
-
act(Targetable)
-
-
describe()
-
-
getObject()
-
-
getTime()
-
-
queryPriority()
-
ReplayAction
public ReplayAction(long lTime,
Object ag)
- Parameters:
- lTime - the time of the action
- ag - the thing to send
- Returns:
- creates a replay action
ReplayAction
public ReplayAction()
- 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
describe
public String describe()
- Returns:
- a string that describes this object
- Overrides:
- describe in class HabaneroAction
queryPriority
public long queryPriority()
- Returns:
- the number that represents the objects priority at the current time
getObject
public Object getObject()
- Returns:
- the action granted
getTime
public long getTime()
- Returns:
- the time the action was recorded
All Packages Class Hierarchy This Package Previous Next Index