Package | Description |
---|---|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.context.test | |
org.elkoserver.server.context.users |
A package of mods related to alternative mechanisms for user creation.
|
org.elkoserver.server.workshop.bank.client |
Client for Workshop virtual currency bank.
|
Modifier and Type | Method and Description |
---|---|
Contextor |
InternalObject.contextor()
Obtain the contextor for this server.
|
Contextor |
BasicObject.contextor()
Obtain the contextor that created this object.
|
Contextor |
BasicInternalObject.contextor()
Obtain the contextor for this server.
|
Contextor |
AdminObject.contextor()
Obtain the contextor for this server.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalObject.activate(String ref,
Contextor contextor)
Make this object live inside the context server.
|
void |
BasicInternalObject.activate(String ref,
Contextor contextor)
Make this object live inside the context server.
|
void |
AdminObject.activate(String ref,
Contextor contextor)
Make this object live inside the context server.
|
void |
UserFactory.provideUser(Contextor contextor,
Connection connection,
JSONObject param,
ArgRunnable handler)
Produce a user object.
|
User |
EphemeralUserFactory.provideUser(Contextor contextor,
Connection connection,
JSONObject param,
String contextRef,
String contextTemplate)
Synthesize a user object.
|
Modifier and Type | Method and Description |
---|---|
void |
EchoClient.activate(String ref,
Contextor contextor)
Make this object live inside the context server.
|
Modifier and Type | Method and Description |
---|---|
void |
DevicePersistentUserFactory.provideUser(Contextor contextor,
Connection connection,
JSONObject param,
ArgRunnable handler)
Produce a user object.
|
void |
DeviceEphemeralUserFactory.provideUser(Contextor contextor,
Connection connection,
JSONObject param,
ArgRunnable handler)
Synthesize an ephemeral user object based on user description info
fetched from the Device.
|
Modifier and Type | Method and Description |
---|---|
void |
BankClient.activate(String ref,
Contextor contextor)
Make this object live inside the context server.
|
Copyright © 2017. All rights reserved.