Public Instance Methods : SstObject

class implements Interface: IuSstForwarder
* sstForward: selector goto
* sstForwardMessage: message goto
* sstTarget goto
* sstTarget: value goto
class implements Interface: IuSstMarshalable
* sstAsDeepValue goto
* sstAsDoubleShallowValue goto
* sstAsReference goto
* sstAsShallowValue goto
* sstExportObjectIn: space goto
* sstIsImmutable goto
* sstMarshalingValue goto
* sstIsFuture
	"ACTION
		Return false to indicate that the receiver is not a future.

	RETURN VALUE
		<false>"
Categories
	SST-API Developer
* sstIsSpace
	"ACTION
		Return false to indicate that the receiver is not object space.

	RETURN VALUE
		<false>"
Categories
	SST-API Developer
* isSstError
	"ACTION
		Answer true if the receiver is an SstError instance, otherwise answer false.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User
* sstIsComponentName
	"ACTION
		Return false to indicate that the receiver is not a valid SST 
		component name.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsExportKey
	"ACTION
		Return false to indicate that the receiver is not an export key.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsImportKey
	"ACTION
		Return false to indicate that the receiver is not an import key.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsRemote
	"ACTION
		Return false to indicate that the receiver is not a remote object.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsValid
	"ACTION
		Return true if the receiver is a valid reference.  That is, that the local 
		representation of the space containing the receiver is still valid.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User

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