|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elkoserver.server.context.BasicInternalObject
public abstract class BasicInternalObject
Utitlity base class for internal objects, providing a general implementation of the InternalObject interface that should be suitable for most uses.
| Constructor Summary | |
|---|---|
BasicInternalObject()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicInternalObject()
| Method Detail |
|---|
public 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 Referenceable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||