Package | Description |
---|---|
org.elkoserver.foundation.boot |
Elko server startup and environment classes.
|
org.elkoserver.foundation.net |
Classes for message communication over the TCP and HTTP for Elko.
|
org.elkoserver.foundation.server |
Core common server implementation classes for Elko.
|
org.elkoserver.foundation.server.metadata |
Metadata objects used in the management of Elko servers and communicated
between them.
|
org.elkoserver.objdb |
The Elko Object Database.
|
org.elkoserver.objdb.store |
Classes for implementing various Elko object store types.
|
org.elkoserver.objdb.store.filestore |
A simple
ObjectStore implementation based on
a directory full of small text files. |
org.elkoserver.objdb.store.mongostore |
An
ObjectStore implementation based on the
MongoDB NoSQL object database. |
org.elkoserver.server.broker |
The Elko Broker.
|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.director |
The Elko Director.
|
org.elkoserver.server.gatekeeper |
The Elko Gatekeeper.
|
org.elkoserver.server.presence |
The Elko Presence Server.
|
org.elkoserver.server.repository |
The Elko Repository.
|
org.elkoserver.server.workshop |
The Elko Workshop Server.
|
Modifier and Type | Method and Description |
---|---|
void |
Bootable.boot(String[] args,
BootProperties props)
The method that
Boot calls to
start the application. |
Modifier and Type | Method and Description |
---|---|
BootProperties |
NetworkManager.props()
Get this server's properties.
|
Constructor and Description |
---|
NetworkManager(ConnectionCountMonitor connectionCountMonitor,
BootProperties props,
LoadMonitor loadMonitor,
Runner runner)
Construct a NetworkManager for this server.
|
Modifier and Type | Method and Description |
---|---|
BootProperties |
Server.props()
Get this server's properties.
|
Constructor and Description |
---|
Server(BootProperties props,
String serverType,
Trace appTrace)
Generate the Server from Java properties.
|
Modifier and Type | Method and Description |
---|---|
static HostDesc |
HostDesc.fromProperties(BootProperties props,
String propRoot)
Create a HostDesc object from specifications provided by properties:
|
static AuthDesc |
AuthDesc.fromProperties(BootProperties props,
String propRoot,
Trace appTrace)
Produce an AuthDesc object from information contained in the server
configuration properties.
|
Constructor and Description |
---|
ObjDBLocal(BootProperties props,
String propRoot,
Trace appTrace)
Create an object to access a local object store.
|
ObjDBRemote(ServiceFinder serviceFinder,
NetworkManager networkManager,
String localName,
BootProperties props,
String propRoot,
Trace appTrace)
Create an object to access a remote object repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.initialize(BootProperties props,
String propRoot,
Trace trace)
Do whatever initialization is required to begin serving objects.
|
Modifier and Type | Method and Description |
---|---|
void |
FileObjectStore.initialize(BootProperties props,
String propRoot,
Trace appTrace)
Do the initialization required to begin providing object store
services.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoObjectStore.initialize(BootProperties props,
String propRoot,
Trace appTrace)
Do the initialization required to begin providing object store
services.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerBoot.boot(String[] args,
BootProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
ContextServerBoot.boot(String[] args,
BootProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
DirectorBoot.boot(String[] args,
BootProperties props) |
Modifier and Type | Method and Description |
---|---|
BootProperties |
Gatekeeper.properties()
Get the server's configuration properties.
|
Modifier and Type | Method and Description |
---|---|
void |
GatekeeperBoot.boot(String[] args,
BootProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
PresenceServerBoot.boot(String[] args,
BootProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryBoot.boot(String[] args,
BootProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
WorkshopBoot.boot(String[] args,
BootProperties props) |
Copyright © 2017. All rights reserved.