SMA and LLA Guide : Overview of shared memory access and linked library access : solidDB® APIs and drivers for SMA and LLA : solidDB® Server Control API (SSC API) for Java
  
solidDB® Server Control API (SSC API) for Java
The solidDB® Server Control API (SSC API) for Java is a proprietary API, named after SolidServerControl class. The SSC API for Java calls are used to start and stop the LLA server. The actual database connections are done with normal solidDB® JDBC API. Both the SSC API for Java classes and solidDB® JDBC driver classes are included in the solidDB® JDBC driver (SolidDriver2.0.jar).
The SolidServerControl classes for accessing solidDB® server have been embedded inside solidDB® JDBC driver file, inside the solid.ssc package. The solidDB® JDBC driver jar file (SolidDriver2.0.jar) contains the following packages:
solid.jdbc.* solidDB® JDBC driver classes
solid.ssc.* solidDB® Server Control classes (proprietary API interface)
The classes inside the solidDB® Server Control (solid.ssc) package are: v SolidServerControl (for starting and stopping LLA server from Java) v SolidServerControlInitializationError (for reporting errors).
For more details, see SolidServerControl class interface.
See also
solidDB® APIs and drivers for SMA and LLA