Public Instance Methods : SstAdministrationServer
class implements Interface: IuSstStartable
clear 
shutDown 
startUp 
administrateApplicationContext: applicationContext
"ACTION
Cause @applicationContext and its subobjects (its handlers, endpoints)
to be administered by the receiver. Use @applicationContext's name
as the name registered.
PARAMETER VALUES
applicationContext : <IuSstApplicationContext>"
Categories
SST-API User
administrateApplicationContext: applicationContext as: applicationContextName
"ACTION
Cause @applicationContext and its subobjects (its handlers, endpoints)
to be administered by the receiver, named @applicationContextName.
PARAMETER VALUES
applicationContext : <IuSstApplicationContext>
applicationContextName : <String>"
Categories
SST-API User
administrateEndpoint: ep as: epName
"ACTION
Cause @ep to be administered by the receiver.
PARAMETER VALUES
ep : <IuSstLocalEndpoint>
epName : <String>"
Categories
SST-API User
administrateHandler: handler as: handlerName
"ACTION
Cause @handler and its subobjects (its endpoints)
to be administered by the receiver.
PARAMETER VALUES
handler : <IuSstInvocationHandler>
handlerName : <String>"
Categories
SST-API User
administrateServer: server as: serverName
"ACTION
Cause @server and its subobjects (its handlers, endpoints)
to be administered by the receiver, named @serverName.
PARAMETER VALUES
server : <SstBasicServer>
serverName : <String>"
Categories
SST-API User
[FIRST] [PREV] [NEXT] [LAST]