Public Class Methods : SstActor

* defaultActor
	"ACTION
		Answer the default actor associated with the active process.

	RETURN VALUE
		<IuSstActor>"
Categories
	SST-API Developer
* defaultConfiguration
	"ACTION
		Answer a default Actor configuration which has the receiver set as the %actorClass

	RETURN VALUE
		<IuSstConfiguration>"
Categories
	SST-API Developer
* new
	"ACTION
		Answer an instance of the receiver configured using the default configuration.

	RETURN VALUE
		<instance of self>"
Categories
	SST-API Developer
* singleThreadedConfiguration
	"ACTION
		Answer a configuration for single-threaded Actors.

	RETURN VALUE
		<IuSstConfiguration>"
Categories
	SST-API Developer

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