com.sleepycat.je.dbi.EnvironmentImpl Underlying Environment implementation. There is a single instance for any database environment opened by the application.
sync4j.server.config.Configuration Incapsulates all the configuration information about the Sync4j Engine. Configuration parameters are stored as properties in a Map structure. The key is the name of the parameter and it is strucured in dotted separated namespaces. The value of the parameter is the value of the key and can be of an ...
org.quickserver.net.server.QuickServer Main class of QuickServer library. This class is used to create multi client servers quickly. <p> Ones a client is connected, it creates {@link ClientHandler} object, which is run using any thread available from the pool of threads maintained by {@link org.quickserver.util.pool.thread.Client ...