Package | Description |
---|---|
org.elkoserver.foundation.server |
Core common server implementation classes for Elko.
|
org.elkoserver.objdb |
The Elko Object Database.
|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.gatekeeper |
The Elko Gatekeeper.
|
Modifier and Type | Method and Description |
---|---|
ObjDB |
Server.openObjectDatabase(String propRoot)
Open an asynchronous object database whose location (directory path or
remote repository host) is specified by properties.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjDBLocal
Asynchronous access to a local instance of the object database.
|
class |
ObjDBRemote
Asynchronous access to a remote instance of the object database.
|
Modifier and Type | Method and Description |
---|---|
ObjDB |
Contextor.odb()
Return a reference to the attached object store.
|
Modifier and Type | Method and Description |
---|---|
ObjDB |
Gatekeeper.openObjectDatabase(String propRoot)
Open an asynchronous database.
|
Copyright © 2017. All rights reserved.