Public Instance Methods : SstSpaceConfiguration

* exportSelector
	"ACTION
		Answer the receiver's export selector.

	RETURN VALUE
		<Symbol>"
Categories
	SST-API User
* exportSelector: value
	"ACTION
		Set the receiver's export selector. The export selector is sent
		to an object when it is being exported from a space.

		The implementation of the export method takes the space from
		which it is being exported as its only argument (e.g., @space).
		The method answers either a remote reference object to the 
		@value (the receiver of the method) in @space or  an object to 
		use to identify @value in @space.  Typically the latter is the 
		space-unique export key but it could be, for example, the master 
		object when exporting a replica.

		See #sstExportObjectIn: for an example.

	PARAMETERS
		value : <Symbol>"
Categories
	SST-API User
* exportSize
	"ACTION
		Answer the default initial size of the export set to make for spaces
		configured by the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API User
* exportSize: value
	"ACTION
		Set the default initial size of the export set to make for spaces
		configured by the receiver.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API User
* firstExportId
	"ACTION
		Answer the first auto-generated id for objects exported in spaces
		configured by the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API User
* firstExportId: value
	"ACTION
		Set the first auto-generated id for objects exported in spaces
		configured by the receiver.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API User
* handleClass
	"ACTION
		Answer the class of object handle to use when importing or exporting 
		objects in spaces configured by the receiver.

	RETURN VALUE
		<IuSstImportKey class>"
Categories
	SST-API User
* handleClass: value
	"ACTION
		Set the class of object handle to use when importing or exporting 
		objects in spaces configured by the receiver.

	PARAMETERS
		value : <IuSstInvocationHandler class>"
Categories
	SST-API User
* importSize
	"ACTION
		Answer the default initial size of the import set to make for spaces
		configured by the receiver.

	RETURN VALUE
		<Integer>"
Categories
	SST-API User
* importSize: value
	"ACTION
		Set the default initial size of the import set to make for spaces
		configured by the receiver.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API User
* instantiateNamed: id
	"ACTION
		Create and return a new instance of the receiver's %spaceClass
		named @id.  The new space is configured according to the settings
		in the receiver but is not started or registered.  Note that this is only
		used to create local spaces.

	PARAMETERS
		id : <IuSstComponentName>

	RETURN VALUE
		<IdSstLocalSpace>

	NOTES
		The receiver is typically copied and installed on the new instance."
Categories
	SST-API User
* raiseExceptions
	"ACTION
		Answer true if spaces configured by the receiver should raise an 
		ExSstInvocationError on any SST errors during remote message 
		sending.  If false, errors are returned to the user's code.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User
* raiseExceptions: value
	"ACTION
		Set whether or not spaces configured by the receiver should raise an 
		ExSstInvocationError on any SST errors during remote message 
		sending.  If false, errors are returned to the user's code.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API User
* remoteReferenceClass
	"ACTION
		Answer the class of remote reference to use when importing or 
		exporting objects in spaces configured by the receiver.

	RETURN VALUE
		<IuSstRemoteReference class>"
Categories
	SST-API User
* remoteReferenceClass: value
	"ACTION
		Set the class of remote reference to use when importing or 
		exporting objects in spaces configured by the receiver.

	PARAMETERS
		value : <IuSstRemoteReference class>"
Categories
	SST-API User
* remoteSpaceClass
	"ACTION
		Answer the class of remote space to use in relation to spaces 
		configured by the receiver.

	RETURN VALUE
		<IuSstRemoteSpace class>"
Categories
	SST-API User
* remoteSpaceClass: value
	"ACTION
		Set the class of remote space to use in relation to spaces 
		configured by the receiver.

	PARAMETERS
		value : <IuSstRemoteSpace class>"
Categories
	SST-API User
* restartMode
	"ACTION
		Return the receiver's current restart setting.  See #restartMode: 
		for details.

	RETURN VALUE
		{SstClearMode, SstCleanUpMode, SstRestartMode}"
Categories
	SST-API User
* restartMode: value
	"ACTION
		Configure what is done with the space configured by the receiver
		when the image is restarted (i.e. image load time).  The import and 
		export set may need to be cleared and existing remote references 
		invalidated. The possible settings are: 
			SstCleanUpMode - Clean up the space to ensure it does not 
				interfere with the start up sequence but retain as much information 
				as possible.
			SstClearMode - Clear the associated space using #clear.  In general 
				all imports and exports are invalidated and deleted.  The space is 
				no longer useful.
			SstRestartMode - Restart the associated space using #startUp.  In 
				general all imports and exports are invalidated and deleted.  The 
				space remains functional.

	PARAMETERS
		value : {SstClearMode, SstCleanUpMode, SstRestartMode}"
Categories
	SST-API User
* spaceClass
	"ACTION
		Answer the class of local space when instantiating the receiver.

	RETURN VALUE
		<IuSstLocalSpace class>"
Categories
	SST-API User
* spaceClass: value
	"ACTION
		Set the class of local space when instantiating the receiver.

	PARAMETERS
		value : <IuSstLocalSpace class>"
Categories
	SST-API User
* supportFinalization
	"ACTION
		Answer true if spaces configured by the receiver should support
		finalization of the objects it imports.  To do this the space's import
		set is made weak.  As such, when no one else references an
		imported object it is finalized.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User
* supportFinalization: value
	"ACTION
		Specify whether spaces configured by the receiver should support
		finalization of the objects it imports.  To do this the space's import
		set is made weak.  As such, when no one else references an
		imported object it is finalized.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API User

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