Package | Description |
---|---|
org.elkoserver.foundation.actor |
Elko server classes representing entities with remote connections to a server.
|
org.elkoserver.foundation.json |
JSON message handling infrastructure inside Elko servers.
|
org.elkoserver.foundation.server.metadata |
Metadata objects used in the management of Elko servers and communicated
between them.
|
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.context.test | |
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.
|
org.elkoserver.server.workshop.test | |
org.made.neohabitat.mods |
Modifier and Type | Method and Description |
---|---|
void |
BasicProtocolHandler.auth(BasicProtocolActor from,
AuthDesc auth,
OptString label)
JSON method for the 'auth' message.
|
void |
BasicProtocolHandler.ping(BasicProtocolActor from,
OptString tag)
JSON method for the 'ping' message.
|
void |
NonRoutingActor.ping(Deliverer from,
OptString tag)
JSON method for the 'ping' message.
|
void |
BasicProtocolHandler.pong(BasicProtocolActor from,
OptString tag)
JSON method for the 'pong' message.
|
void |
NonRoutingActor.pong(Deliverer from,
OptString tag)
JSON method for the 'pong' message.
|
Modifier and Type | Field and Description |
---|---|
static OptString |
OptString.theMissingValue
Singleton instance of OptString with the value not present.
|
Constructor and Description |
---|
AuthDesc(String mode,
OptString code,
OptString id)
JSON-driven constructor.
|
ServiceDesc(String service,
OptString hostport,
OptString protocol,
OptString label,
AuthDesc auth,
OptString failure,
OptInteger providerID)
JSON-driven constructor.
|
Constructor and Description |
---|
ObjectDesc(String ref,
OptString obj,
OptString failure)
JSON-driven constructor.
|
PutDesc(String ref,
String obj,
OptString collectionName,
OptBoolean requireNew)
JSON-driven constructor.
|
QueryDesc(JSONObject template,
OptString collectionName,
OptInteger maxResults)
JSON-driven (and direct) constructor.
|
RequestDesc(String ref,
OptString collectionName,
OptBoolean contents)
JSON-driven constructor.
|
ResultDesc(String ref,
OptString failure)
JSON-driven constructor.
|
UpdateDesc(String ref,
int version,
String obj,
OptString collectionName)
JSON-driven constructor.
|
UpdateResultDesc(String ref,
OptString failure,
boolean isAtomicFailure)
JSON-driven constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Definer.define(User from,
OptString into,
OptString ref,
BasicObject obj)
Message handler for a 'define' message.
|
void |
Cap.spawn(User from,
OptString dest,
OptBoolean transferrable,
OptBoolean deleteable,
OptInteger duration,
OptInteger expiration)
Handle a 'spawn' message.
|
Modifier and Type | Method and Description |
---|---|
void |
Note.edit(User from,
OptString text,
StyleDesc style)
Message handler for the 'edit' message.
|
void |
NoteMaker.makenote(User from,
OptString into,
int left,
int top,
int width,
int height,
String text,
StyleDesc style)
Message handler for the 'makenote' message.
|
void |
Cartesian.move(User from,
OptString into,
int left,
int top)
Message handler for the 'move' message.
|
void |
PrivateChat.push(User from,
String url,
OptString frame,
OptString features)
Message handler for the 'push' message.
|
void |
Chat.push(User from,
String url,
OptString frame,
OptString features)
Message handler for the 'push' message.
|
void |
TalkPrefs.style(User from,
OptString color,
OptString backgroundColor,
OptString icon,
OptString textStyle)
Message handler for the 'style' message.
|
Constructor and Description |
---|
StyleDesc(OptString color,
OptString backgroundColor,
OptString borderColor,
OptString textStyle,
OptString icon)
JSON-driven constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
GateController.gate(User from,
boolean open,
OptString optReason)
Message handler for the 'gate' message.
|
Modifier and Type | Method and Description |
---|---|
void |
BankWorker.cancelkey(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String cancel)
Message handler for the 'cancelkey' request: invalidate an existing key.
|
void |
BankWorker.deleteaccount(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String account)
Message handler for the 'deleteaccount' request: destroy an account.
|
void |
BankWorker.dupkey(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
OptString optExpires)
Message handler for the 'dupkey' request: make a separately cancellable
copy of an existing key.
|
void |
BankWorker.encumber(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String src,
int amount,
String expiresStr)
Message handler for the 'encumber' request: reserve money in an account
for a future transaction.
|
void |
BankWorker.freezeaccount(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String account)
Message handler for the 'freezeaccount' request: block an account from
participating in transactions.
|
void |
BankWorker.issuerootkey(WorkshopActor from,
OptString xid,
OptString rep,
OptString memo)
Message handler for the 'issuerootkey' request: obtain the bank's root
key for the first time.
|
void |
BankWorker.makeaccounts(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String[] currs,
String owner)
Message handler for the 'makeaccounts' request: create new accounts.
|
void |
BankWorker.makecurrency(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String curr)
Message handler for the 'makecurrency' request: create a new currency.
|
void |
BankWorker.makekey(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String auth,
String[] currs,
OptString optExpires)
Message handler for the 'makekey' request: create a new key.
|
void |
BankWorker.mint(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String dst,
int amount)
Message handler for the 'mint' request: create money and deposit it in
an account.
|
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.
|
void |
BankWorker.querycurrencies(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo)
Message handler for the 'querycurrencies' request: obtain information
about existing currencies.
|
void |
BankWorker.queryenc(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String encRef)
Message handler for the 'queryenc' request: obtain information about an
encumbrance.
|
void |
BankWorker.releaseenc(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String encRef)
Message handler for the 'releaseenc' request: release an encumbrance on
an account, making the funds once again available to the account owner.
|
void |
BankWorker.unfreezeaccount(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String account)
Message handler for the 'unfreezeaccount' request: remove the blockage
on a previously frozen account.
|
void |
BankWorker.unmint(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String src,
int amount)
Message handler for the 'unmint' request: remove money from an account
and then destroy it.
|
void |
BankWorker.unmintenc(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String encRef)
Message handler for the 'unmint' request: redeem an encumbrance by
destroying the encumbered funds
|
void |
BankWorker.xfer(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String src,
String dst,
int amount)
Message handler for the 'xfer' request: transfer money from one account
to another.
|
void |
BankWorker.xferenc(WorkshopActor from,
String key,
OptString xid,
OptString rep,
OptString memo,
String dst,
String encRef)
Message handler for the 'xferenc' request: redeem an encumbrance by
transferring the encumbered funds to some other account
|
Constructor and Description |
---|
BankWorker(OptString serviceName,
String bankRef)
JSON-driven constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
BankClient.cancelkey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optCancel)
JSON message handler for the response to a cancel key request.
|
void |
BankClient.deleteaccount(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optAccount)
JSON message handler for the response to a delete account request.
|
void |
BankClient.dupkey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optNewkey)
JSON message handler for the response to a duplicate key request.
|
void |
BankClient.encumber(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optEnc,
OptInteger optSrcbal)
JSON message handler for the response to an encumber request.
|
void |
BankClient.freezeaccount(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optAccount)
JSON message handler for the response to a freeze account request.
|
void |
BankClient.issuerootkey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optRootkey)
JSON message handler for the response to an issue root key request.
|
void |
BankClient.makeaccounts(ServiceActor from,
String xid,
OptString fail,
OptString desc,
String[] accounts)
JSON message handler for the response to a make account request.
|
void |
BankClient.makecurrency(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optCurrency)
JSON message handler for the response to a make currency request.
|
void |
BankClient.makekey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optNewkey)
JSON message handler for the response to a make key request.
|
void |
BankClient.mint(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a mint request.
|
void |
BankClient.queryaccounts(ServiceActor from,
String xid,
OptString fail,
OptString desc,
BankClient.AccountDesc[] accounts)
JSON message handler for the response to a query account request.
|
void |
BankClient.querycurrencies(ServiceActor from,
String xid,
OptString fail,
OptString desc,
Currency[] currencies)
JSON message handler for the response to a query currencies request.
|
void |
BankClient.queryenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optEnc,
OptString optCurr,
OptString optAccount,
OptInteger optAmount,
OptString optExpires,
OptString optMemo)
JSON message handler for the response to a query encumbrance request.
|
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.
|
void |
BankClient.unfreezeaccount(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optAccount)
JSON message handler for the response to an unfreeze account request.
|
void |
BankClient.unmint(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal)
JSON message handler for the response to an unmint request.
|
void |
BankClient.unmintenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal)
JSON message handler for the response to an unmint encumbrance request.
|
void |
BankClient.xfer(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a transfer request.
|
void |
BankClient.xferenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a transfer encumbrance request.
|
Modifier and Type | Method and Description |
---|---|
void |
EchoWorker.echo(WorkshopActor from,
OptString rep,
OptString text) |
Constructor and Description |
---|
EchoWorker(OptString prefix,
OptString serviceName) |
Modifier and Type | Method and Description |
---|---|
void |
Region.PROMPT_REPLY(User from,
OptString text)
Handle a prompted message, overloading the text-entry field.
|
void |
Avatar.SPEAK(User from,
OptInteger esp,
OptString text)
Verb (Specific): TODO Speak to the region/ESP to another user
|
Constructor and Description |
---|
Avatar(OptInteger style,
OptInteger x,
OptInteger y,
OptInteger orientation,
OptInteger gr_state,
OptInteger nitty_bits,
OptString bodyType,
OptInteger stun_count,
OptInteger bankBalance,
OptInteger activity,
OptInteger action,
OptInteger health,
OptInteger restrainer,
int[] custom) |
Short_sign(OptInteger style,
OptInteger x,
OptInteger y,
OptInteger orientation,
OptInteger gr_state,
OptString text) |
Sign(OptInteger style,
OptInteger x,
OptInteger y,
OptInteger orientation,
OptInteger gr_state,
OptString text) |
Copyright © 2017. All rights reserved.