Public Instance Methods : IuSstConfiguration

* clear
	"ACTION
		Ensure that the receiver is shutDown and then clear out its 
		instance variables such that no dangling pointers to complex 
		objects remain. 

	NOTES
		Objects should be successfully cleared regardless of their 
		current state.  A consequence of this is that an object can be 
		cleared more than once with no ill-effects."
* sstIsConfiguration
	"ACTION
		Return true to indicate that the receiver is an SST configuration.

	RETURN VALUE
		<true>

	NOTES
		The class Object may implement this method to return false for
		the general case."

[FIRST] [PREV] [NEXT] [LAST]