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.


Constructor Index

 o ReplayEventInformation(ActionGranted, long, long)

Method Index

 o actionType()
 o eventID()
 o newCollobjectName()
 o targetNumber()
 o what()
 o when()
 o which()
 o who()

Constructors

 o 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

Methods

 o when
 public long when()
Returns:
the time the action occurred
 o eventID
 public long eventID()
Returns:
the unique ID for each session
 o who
 public String who()
Returns:
who performed the action
 o which
 public String which()
Returns:
which hablet is it associated with
 o targetNumber
 public int targetNumber()
Returns:
return the target's ID number
 o what
 public String what()
Returns:
a description of the action
 o actionType
 public String actionType()
Returns:
the type of action
 o newCollobjectName
 public String newCollobjectName()
Returns:
the collobject's name

All Packages  Class Hierarchy  This Package  Previous  Next  Index