org.neodatis.odb.core.server.layers.layer3
Interface IODBServerExt

All Superinterfaces:
ODBServer
All Known Implementing Classes:
ODBServerImpl

public interface IODBServerExt
extends ODBServer


Method Summary
 java.util.Map getConnectionManagers()
           
 IOSocketParameter getParameters(java.lang.String baseIdentifier, boolean clientAndServerRunsInSameVM)
           
 void startServer(boolean inThread)
          actually starts the server.
 
Methods inherited from interface org.neodatis.odb.ODBServer
addBase, addBase, addDeleteTrigger, addInsertTrigger, addOidTrigger, addSelectTrigger, addUpdateTrigger, addUserForBase, close, openClient, setAutomaticallyCreateDatabase
 

Method Detail

startServer

void startServer(boolean inThread)
Description copied from interface: ODBServer
actually starts the server. Starts listening incoming connections on the port.

Specified by:
startServer in interface ODBServer
Parameters:
inThread - If true, the server is started in an independent thread for listening incoming connections, else it simply executes the server (client connection) in the current thread

getConnectionManagers

java.util.Map getConnectionManagers()

getParameters

IOSocketParameter getParameters(java.lang.String baseIdentifier,
                                boolean clientAndServerRunsInSameVM)