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, pong
public void activate(String ref, Contextor contextor)
activate
in interface InternalObject
ref
- Reference string identifying this object in the static
object table.contextor
- The contextor for this server.public Contextor contextor()
contextor
in interface InternalObject
public String ref()
ref
in interface Referenceable
Copyright © 2017. All rights reserved.