Public Instance Methods : SstSession

* close
	"ACTION
		Close the receiver."
Categories
	SST-API Developer
* data
	"ACTION
		Answer the %data associated with the receiver.  The semantics of 
		%data are user-defined.

	RETURN VALUE
		<Object>"
Categories
	SST-API Developer
* data: value
	"ACTION
		Set the %data associated with the receiver to be @value.  The semantics
		@value are user-defined.

	PARAMETERS
		value : <Object>"
Categories
	SST-API Developer
* hasExpired
	"ACTION
		Answer true if the receiver has expired.  By default sessions do not
		have an expiry schedule as this is application-specific so answer false.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* key
	"ACTION
		Answer the receiver's %key.  

	RETURN VALUE
		<Object>"
Categories
	SST-API Developer
* key: value
	"ACTION
		Set the receiver's %key to be @value.  @value should be an object which
		can be used to uniquely distinguish one session from another.

	PARAMETERS
		value : <Object>"
Categories
	SST-API Developer
* manager
	"ACTION
		Answer the receiver's manager.

	RETURN VALUE
		<SstSessionManager>"
Categories
	SST-API Developer
* manager: value
	"ACTION
		Set the receiver's manager to be @value.

	PARAMETERS
		value : <SstSessionManager>"
Categories
	SST-API Developer
* openFor: owner
	"ACTION
		Open the receiver and set its %manager to @owner.

	PARAMETERS
		owner : <SstSessionManager>"
Categories
	SST-API Developer

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