public abstract class AdminObject extends BasicProtocolHandler implements InternalObject
| Constructor and Description |
|---|
AdminObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(String ref,
Contextor contextor)
Make this object live inside the context server.
|
Contextor |
contextor()
Obtain the contextor for this server.
|
String |
ref()
Obtain this object's reference string.
|
auth, debug, disconnect, ping, pongpublic void activate(String ref, Contextor contextor)
activate in interface InternalObjectref - Reference string identifying this object in the static
object table.contextor - The contextor for this server.public Contextor contextor()
contextor in interface InternalObjectpublic String ref()
ref in interface ReferenceableCopyright © 2017. All rights reserved.