All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.replay.ReplayEventInformation
java.lang.Object
|
+----ncsa.habanero.replay.ReplayEventInformation
- public class ReplayEventInformation
- extends Object
ReplayEventInformation
NOTE: This isn't really an action in the habanero sense, it is a
data structure that stores all the information about something
that has occurred in the past.
-
ReplayEventInformation(ActionGranted, long, long)
-
-
actionType()
-
-
eventID()
-
-
newCollobjectName()
-
-
targetNumber()
-
-
what()
-
-
when()
-
-
which()
-
-
who()
-
ReplayEventInformation
public ReplayEventInformation(ActionGranted initActionGranted,
long lInitTime,
long lInitEvent)
- Parameters:
- initActionGranted - the action granted
- lInitTime - the time the action granted was recorded
- lInitEvent - the number of the event
- Returns:
- creates a ReplayEventInformation
when
public long when()
- Returns:
- the time the action occurred
eventID
public long eventID()
- Returns:
- the unique ID for each session
who
public String who()
- Returns:
- who performed the action
which
public String which()
- Returns:
- which hablet is it associated with
targetNumber
public int targetNumber()
- Returns:
- return the target's ID number
what
public String what()
- Returns:
- a description of the action
actionType
public String actionType()
- Returns:
- the type of action
newCollobjectName
public String newCollobjectName()
- Returns:
- the collobject's name
All Packages Class Hierarchy This Package Previous Next Index