Public Instance Methods : SstBasicServer

* addServletStartup: servlet
Categories
	! sun.server.ServletInfo
* isAutoloaded: servletName
Categories
	! sun.server.ServletInfo
* loadStartupServlets
Categories
	! sun.server.ServletInfo
* removeServletStartup: servletName
Categories
	! sun.server.ServletInfo
* servletManager
Categories
	! sun.server.ServletInfo
class implements Interface: IuSstStartable
* clear goto
* shutDown goto
* startUp goto
* accessibleUrls
	"ACTION
		Answer a collection of urls that can be used to communicate 
		with the receiver.

	RETURN VALUE
		<Array of <IuSstUrl>>"
Categories
	SST-API User
* addHandler: handler
	"ACTION
		Add @handler to the receiver.  If the receiver is running, @handler 
		is started.

	PARAMETERS
		handler : <IuSstInvocationHandler>"
Categories
	SST-API User
* addHandlerUrl: url
	"ACTION
		Create and answer an invocation handler for the specified url. 
		The new handler is added to the receiver and, if the receiver 
		is running, it is started. 

	PARAMETERS
		url : <IuSstUrl>

	RETURN VALUE
		<IuSstInvocationHandler>"
Categories
	SST-API User
* context
	"ACTION
		Answer the context in which the receiver is running.

	RETURN VALUE
		<SstServletContext>"
Categories
	SST-API User
* isRunning
	"ACTION
		Answer true if the receiver is running.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User
* removeHandler: handler
	"ACTION
		Stop and remove @handler to the receiver.  

	PARAMETERS
		handler : <IuSstInvocationHandler>"
Categories
	SST-API User
* sessionConfiguration: configuration
	"ACTION
		Set the receiver to use a session manager configured by 
		@configuration when it it started up.  

	PARAMETERS
		configuration : <SstSessionManagerConfiguration>

	NOTES
		This method must be sent before the receiver is started."
Categories
	SST-API User

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