edu.mit.ai.psg.traveler
Interface SynchronizationRecord.Entry

All Known Implementing Classes:
SynchronizationRecordDefault.Entry
Enclosing class:
SynchronizationRecord

public static interface SynchronizationRecord.Entry
extends ActivityRecord

activity record for entering synchronization. Parent will be the SynchronizationRecord of the synchronized activity.


Method Summary
 SynchronizationRecord.Exit getExit()
          may be null if not exited yet.
 
Methods inherited from interface edu.mit.ai.psg.traveler.ActivityRecord
addChild, addThreadedChild, finished, getChildren, getChildrenInThread, getParent, getThreadedChildren, isFinished, setParent
 

Method Detail

getExit

public SynchronizationRecord.Exit getExit()
may be null if not exited yet.

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu