Index - All Packages - All Categories - All Classes

Class Connection

Suclasses represent particular kinds of connections. The connection object serves two purposes: you can get the boot object from it, and you can destroy it to break the connection. Note that destroying the bootObject does not break the connection because you might have gotten other objects from it.

Package: Udanax-Gold
All Superclasses: Object Heaper
Immediate Subclasses: DirectConnection DiskConnection NestedConnection
Protocols: Object
Categories: Xanadu-cobbler

Class Methods

clearPlan: cat

Throw out any plan associated with cat.

initTimeNonInherited


linkTimeNonInherited


make: category


registerBootPlan: plan

For the current run, return plan if anyone looks for a bootPlan that returns an instance of the category that plan returns.

Instance Methods

actualHashForEqual


bootCategory



Overridden by: DirectConnection DiskConnection NestedConnection

bootHeaper



Overridden by: DirectConnection DiskConnection NestedConnection

isEqual: other




Index - All Packages - All Categories - All Classes