Package com.db4o.cs.internal.config
Class StandardClientServerFactory
- java.lang.Object
- 
- com.db4o.cs.internal.config.StandardClientServerFactory
 
- 
- All Implemented Interfaces:
- ClientServerFactory
 
 public class StandardClientServerFactory extends java.lang.Object implements ClientServerFactory 
- 
- 
Constructor SummaryConstructors Constructor Description StandardClientServerFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectContaineropenClient(ClientConfiguration clientConfig, java.lang.String hostName, int port, java.lang.String user, java.lang.String password)ObjectServeropenServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
 
- 
- 
- 
Method Detail- 
openClientpublic ObjectContainer openClient(ClientConfiguration clientConfig, java.lang.String hostName, int port, java.lang.String user, java.lang.String password) throws Db4oIOException, OldFormatException, InvalidPasswordException - Specified by:
- openClientin interface- ClientServerFactory
- Throws:
- Db4oIOException
- OldFormatException
- InvalidPasswordException
 
 - 
openServerpublic ObjectServer openServer(ServerConfiguration config, java.lang.String databaseFileName, int port) throws Db4oIOException, IncompatibleFileFormatException, OldFormatException, DatabaseFileLockedException, DatabaseReadOnlyException - Specified by:
- openServerin interface- ClientServerFactory
- Throws:
- Db4oIOException
- IncompatibleFileFormatException
- OldFormatException
- DatabaseFileLockedException
- DatabaseReadOnlyException
 
 
- 
 
-