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.db4o
Methods in com.db4o that throw IncompatibleFileFormatException Modifier and Type Method Description static ObjectContainer
Db4o. openFile(Configuration config, java.lang.String databaseFileName)
Deprecated.static ObjectContainer
Db4o. openFile(java.lang.String databaseFileName)
Deprecated.static EmbeddedObjectContainer
Db4oEmbedded. openFile(EmbeddedConfiguration config, java.lang.String databaseFileName)
Opens anObjectContainer
on the specified database file for local use.static EmbeddedObjectContainer
Db4oEmbedded. openFile(java.lang.String databaseFileName)
Same (from java) as callingDb4oEmbedded.openFile(EmbeddedConfiguration, String)
with a fresh configuration (Db4oEmbedded.newConfiguration()
).static ObjectServer
Db4o. 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 ObjectServer
Db4o. openServer(java.lang.String databaseFileName, int port)
Deprecated.See theDb4oClientServer
class in db4o client server library for methods to open db4o servers and db4o clients. -
Uses of IncompatibleFileFormatException in com.db4o.config
Methods in com.db4o.config that throw IncompatibleFileFormatException Modifier and Type Method Description ObjectServer
LegacyClientServerFactory. openServer(Configuration config, java.lang.String databaseFileName, int port)
-
Uses of IncompatibleFileFormatException in com.db4o.cs.config
Methods in com.db4o.cs.config that throw IncompatibleFileFormatException Modifier and Type Method Description ObjectServer
ClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
-
Uses of IncompatibleFileFormatException in com.db4o.cs.internal.config
Methods in com.db4o.cs.internal.config that throw IncompatibleFileFormatException Modifier and Type Method Description ObjectServer
LegacyClientServerFactoryImpl. openServer(Configuration config, java.lang.String databaseFileName, int port)
ObjectServer
StandardClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
-