SMA and LLA Guide : solidDB® Server Control API (SSC API) : Summary of SSC API functions
  
Summary of SSC API functions
The following is a brief summary of solidDB® Server Control API (SSC API) functions and where the function is described in the SSC API Function Reference section.
Function
Description
Supported in
See also
SSCStartSmaServer
Starts a SMA server.
SMA
SSCStartSMADisklessServer
Starts a diskless SMA server.
SMA
SSCStartServer
Starts an LLA server.
LLA and SSC API stub library
SSCStartDisklessServer
Starts a diskless LLA server.
LLA and SSC API stub library
SSCSetState
Sets the state of a solidDB® server
LLA and SSC API stub library
SSCRegisterThread
-deprecated as of 6.5 FP1
Registers a linked library access application thread for the server. Registration is required in every thread in the user application before any LLA API function can be called.
LLA and SSC API stub library
SSCUnregisterThread
-deprecated as of 6.5 FP1
Unregisters an LLA application thread for the server. Registration removal is required in every thread that is registered before terminating.
LLA and SSC API stub library
SSCStopServer
Stops SMA or LLA server.
SMA, LLA, and SSC API stub library
SSCSetNotifier
Specifies a user-defined function which solidDB® calls at a specified event, such as merge, backup, or shutdown.
LLA and SSC API stub library
SSCIsRunning
Returns non-zero if the server is running.
LLA and SSC API stub library
SSCIsThisLocalServer
Indicates whether the application is linked to the solidDB® server with the LLA or the “dummy” (solidctrlstub) library to test solidDB® remote applications using the SSC API.
LLA and SSC API stub library
SSCGetServerHandle
Returns the solidDB® server handle if the server is running.
LLA and SSC API stub library
SSCGetStatusNum
Gets solidDB® status information.
LLA and SSC API stub library
See also
solidDB® Server Control API (SSC API)