Uses of Class
com.db4o.ext.IncompatibleFileFormatException
- 
Packages that use IncompatibleFileFormatException Package Description com.db4o com.db4o.config com.db4o.cs.config com.db4o.cs.internal.config 
- 
- 
Uses of IncompatibleFileFormatException in com.db4oMethods in com.db4o that throw IncompatibleFileFormatException Modifier and Type Method Description static ObjectContainerDb4o. openFile(Configuration config, java.lang.String databaseFileName)Deprecated.static ObjectContainerDb4o. openFile(java.lang.String databaseFileName)Deprecated.static EmbeddedObjectContainerDb4oEmbedded. openFile(EmbeddedConfiguration config, java.lang.String databaseFileName)Opens anObjectContaineron the specified database file for local use.static EmbeddedObjectContainerDb4oEmbedded. openFile(java.lang.String databaseFileName)Same (from java) as callingDb4oEmbedded.openFile(EmbeddedConfiguration, String)with a fresh configuration (Db4oEmbedded.newConfiguration()).static ObjectServerDb4o. openServer(Configuration config, java.lang.String databaseFileName, int port)Deprecated.See the Db4oClientServer class in db4o client server library for methods to open db4o servers and db4o clients.static ObjectServerDb4o. openServer(java.lang.String databaseFileName, int port)Deprecated.See theDb4oClientServerclass in db4o client server library for methods to open db4o servers and db4o clients.
- 
Uses of IncompatibleFileFormatException in com.db4o.configMethods in com.db4o.config that throw IncompatibleFileFormatException Modifier and Type Method Description ObjectServerLegacyClientServerFactory. openServer(Configuration config, java.lang.String databaseFileName, int port)
- 
Uses of IncompatibleFileFormatException in com.db4o.cs.configMethods in com.db4o.cs.config that throw IncompatibleFileFormatException Modifier and Type Method Description ObjectServerClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
- 
Uses of IncompatibleFileFormatException in com.db4o.cs.internal.configMethods in com.db4o.cs.internal.config that throw IncompatibleFileFormatException Modifier and Type Method Description ObjectServerLegacyClientServerFactoryImpl. openServer(Configuration config, java.lang.String databaseFileName, int port)ObjectServerStandardClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
 
-