|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.vrspace.server.VRObject
org.vrspace.server.DBObject
org.vrspace.server.PublicDBObject
org.vrspace.server.OwnedDBObject
org.vrspace.server.object.James
James (2.1) server VRObject, mostly copy&paste from org.apache.avalon.phoenix.launcher.Main
Field Summary | |
java.lang.String |
installDir
phoenix installation directory |
boolean |
shutdown
should this phoenix instace shutdown when noone sees it? default = false |
NetResource |
url
presentation url |
Fields inherited from class org.vrspace.server.DBObject |
db |
Fields inherited from class org.vrspace.server.VRObject |
db_id, primitiveMap, primitives |
Constructor Summary | |
James()
|
Method Summary | |
void |
addObserver(java.util.Observer obs)
Add observer. |
void |
deleteObserver(java.util.Observer o)
Calls shutdown if shutdown == true and no observers left |
void |
initialized()
This is called on each Damon after dispatcher is initialized (space loaded & all daemons started) |
void |
shutdown()
Method to call to shutdown Phoenix from an external (calling) application. |
void |
startup()
Start this James |
void |
startup(Dispatcher d)
|
Methods inherited from class org.vrspace.server.OwnedDBObject |
addOwner, isOwned, notifyOwners, ownershipRequired, processEvent, removeOwner, sendEvent |
Methods inherited from class org.vrspace.server.PublicDBObject |
setValue |
Methods inherited from class org.vrspace.server.DBObject |
delete, get, put, put |
Methods inherited from class org.vrspace.server.VRObject |
arrayToString, canRead, canWrite, clone, equals, fieldToText, fromString, fromText, getClassName, getField, getFields, getId, getID, getMemebers, hasField, hasMethod, isNew, newInstance, sendResponse, setField, setField, setField, setFields, setFields, stringToArray, toString, toText, toText, toText |
Methods inherited from class java.util.Observable |
clearChanged, countObservers, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public NetResource url
public java.lang.String installDir
public boolean shutdown
Constructor Detail |
public James()
Method Detail |
public void addObserver(java.util.Observer obs)
public void initialized()
Daemon
initialized
in interface Daemon
public void startup(Dispatcher d)
startup
in interface Daemon
public void startup()
public void shutdown()
shutdown
in interface Daemon
public void deleteObserver(java.util.Observer o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |