|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtualweaver.xotics.dialect.xape.player.XapPlayer
XAPE Player is a enhanced version of XapEngine
.
It adds to XapEngine
an application deployment management defined in an XML document
and a main() method to execute the Engine as a stand-alone application.
Constructor Summary | |
XapPlayer(com.virtualweaver.xotics.datamodel.XoEnvironment env,
java.net.URL initFile)
Unique constructor. |
Method Summary | |
XapRepository |
getRepository()
Returns the repository. |
static void |
main(java.lang.String[] args)
Command line arguments : -h : help message one arg : config or application deployment file URL (default is conf sub-dir from this class loc) no arg : launch UI control (not yet implemented) |
XapResponse |
sendRequest(XapRequest req)
Send a request to a XAPE Application/Instance. |
void |
shutdown()
stops the engine |
void |
startup()
starts the engine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XapPlayer(com.virtualweaver.xotics.datamodel.XoEnvironment env, java.net.URL initFile) throws com.virtualweaver.xotics.datamodel.XoException, XapException
env
- XO environment to useinitFile
- the deployment document describing what to launch and how.
com.virtualweaver.xotics.datamodel.XoException
XapException
Method Detail |
public void startup() throws XapException
XapException
XapEngine.startup()
public void shutdown() throws XapException
XapException
XapEngine.shutdown()
public XapRepository getRepository()
XapEngine.getRepository()
public XapResponse sendRequest(XapRequest req) throws XapException
req
- a XAPE request
XapException
XapEngine.sendRequest(com.virtualweaver.xotics.dialect.xape.engine.XapRequest)
public static void main(java.lang.String[] args)
args
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |