Public Instance Methods : SstSessionManagerConfiguration

* autoGenerateSessions
	"ACTION
		Answer true if session managers configured by the receiver should
		automatically generate sessions as needed.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* autoGenerateSessions: value
	"ACTION
		Set whether or not session managers configured by the receiver should
		automatically generate sessions as needed.

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer
* instantiateFor: server
	"ACTION
		Create and answer a new instance of the receiver's %managerClass 
		for the @server.  The new instance is setup to behave according 
		to the receiver's description.

	PARAMETERS
		server : <SstBasicServer>

	RETURN VALUE
		<SstSessionManager>"
Categories
	SST-API Developer
* managerClass
	"ACTION
		Answer the class of session manager to use when instantiating the
		receiver.  That is, the class whose instances the receiver configures.

	RETURN VALUE
		<SstSessionManager class>"
Categories
	SST-API Developer
* managerClass: value
	"ACTION
		Set the class of session manager to use when instantiating the
		receiver.  That is, the class whose instances the receiver configures.

	PARAMETERS
		value : <SstSessionManager class>"
Categories
	SST-API Developer
* sessionClass
	"ACTION
		Answer the class of session to use when the configured session manager
		creates new sessions.

	RETURN VALUE
		<SstSession class>"
Categories
	SST-API Developer
* sessionClass: value
	"ACTION
		Set the class of session to use when the configured session manager
		creates new sessions.

	PARAMETERS
		value : <SstSession class>"
Categories
	SST-API Developer

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