|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtObjectServer
extended functionality for the ObjectServer interface.
Every ObjectServer also always is an ExtObjectServer
so a cast is possible.
ObjectServer.ext()
is a convenient method to perform the cast.
The functionality is split to two interfaces to allow newcomers to
focus on the essential methods.
Method Summary | |
---|---|
void |
backup(java.lang.String path)
backs up the database file used by the ObjectServer. |
Configuration |
configure()
returns the Configuration context for this ObjectServer. |
ObjectContainer |
objectContainer()
returns the ObjectContainer used by the server. |
void |
revokeAccess(java.lang.String userName)
removes client access permissions for the specified user. |
Methods inherited from interface com.db4o.ObjectServer |
---|
close, ext, grantAccess, openClient, openClient |
Method Detail |
---|
void backup(java.lang.String path) throws java.io.IOException
path
- a fully qualified path
java.io.IOException
Configuration configure()
Configuration
context for this ObjectServer.
Db4o
class, the global Configuration
context
is copied into the ObjectServer. The Configuration
can be modified individually for
each ObjectServer without any effects on the global settings.
Db4o.configure()
ObjectContainer objectContainer()
void revokeAccess(java.lang.String userName)
userName
- the name of the user
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |