|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
the db4o server class.
Db4o.openServer()
,
ExtObjectServer for
extended functionality.Method Summary | |
boolean |
close()
closes the ObjectServer and writes all cached data.
|
ExtObjectServer |
ext()
returns an ObjectServer with extended functionality. |
void |
grantAccess(java.lang.String userName,
java.lang.String password)
grants client access to the specified user with the specified password. |
ObjectContainer |
openClient()
opens a client against this server. |
Method Detail |
public boolean close()
ObjectServer
and writes all cached data.
public ExtObjectServer ext()
public void grantAccess(java.lang.String userName, java.lang.String password)
userName
- the name of the userpassword
- the password to be usedpublic ObjectContainer openClient()
Db4o.openClient(java.lang.String, int, java.lang.String, java.lang.String)
|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |