Package | Description |
---|---|
org.elkoserver.foundation.json |
JSON message handling infrastructure inside Elko servers.
|
org.elkoserver.objdb.store |
Classes for implementing various Elko object store types.
|
org.elkoserver.server.context.caps |
A package of mods related to using capability security patterns in Elko
Context Server applications.
|
org.elkoserver.server.context.mods |
A package of generally useful mods and related objects.
|
org.elkoserver.server.workshop.bank |
Workshop worker and related classes for virtual currency management and
banking.
|
org.elkoserver.server.workshop.bank.client |
Client for Workshop virtual currency bank.
|
Modifier and Type | Field and Description |
---|---|
static OptBoolean |
OptBoolean.theMissingValue
Singleton instance of OptBoolean with the value not present.
|
Constructor and Description |
---|
PutDesc(String ref,
String obj,
OptString collectionName,
OptBoolean requireNew)
JSON-driven constructor.
|
RequestDesc(String ref,
OptString collectionName,
OptBoolean contents)
JSON-driven constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Cap.spawn(User from,
OptString dest,
OptBoolean transferrable,
OptBoolean deleteable,
OptInteger duration,
OptInteger expiration)
Handle a 'spawn' message.
|
Constructor and Description |
---|
Chat(OptBoolean allowChat,
OptBoolean allowPrivate,
OptBoolean allowPush,
OptBoolean allowPrivatePush)
JSON-driven constructor.
|
Dictionary(String[] names,
String[] values,
OptBoolean persist)
JSON-driven constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
BankWorker.queryaccounts(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String[] accounts,
OptBoolean encs)
Message handler for the 'queryaccounts' request: obtain information
about one or more accounts.
|
Modifier and Type | Method and Description |
---|---|
void |
BankClient.releaseenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptBoolean optActive)
JSON message handler for the response to a release encumbrance request.
|
Copyright © 2017. All rights reserved.