Index - All Packages - All Categories - All Classes
Class TrailBlazer
The object responsible for recording results into a trail. 
Package: Udanax-Gold
All Superclasses: Object Heaper Abraham 
Protocols: Object
Categories: Xanadu-tclude
Class Methodsmake: trail 
should only be called from Edition::getOrMakeTrailBlazer
problemsRecordFailure 
Instance MethodsactualHashForEqual 
Overrides: Abraham
addReference: object 
Increment the reference count
create 
Overrides: Abraham
createRcvr: receiver 
Overrides: Abraham
isAlive 
Whether this TrailBlazer was in fact successfully attached
isEqual: other 
Overrides: Abraham
record: answer 
record the answer into my Edition, and keep only the partial part.
	Should usually suppress redundant records of the same object.  (These are typically generated by a race between the now and future parts of a backfollow, which are guaranteed to err by overlapping rather than gapping.  They may also be generated by a crash/reboot during AgendaItem processing.)
removeReference: object 
Decrement the reference count
sendSelfTo: xmtr 
Overrides: Abraham
setEdition: trail 
Index - All Packages - All Categories - All Classes