Uses of Class
com.virtualweaver.xotics.dialect.xape.engine.XapRequest

Packages that use XapRequest
com.virtualweaver.xotics.dialect.xape.engine   
com.virtualweaver.xotics.dialect.xape.player   
 

Uses of XapRequest in com.virtualweaver.xotics.dialect.xape.engine
 

Methods in com.virtualweaver.xotics.dialect.xape.engine that return XapRequest
static XapRequest XapEngine.createShutdownMessage(com.virtualweaver.xotics.datamodel.XoEnvironment env, java.lang.String appName, java.lang.String instanceName)
          Utility method to create a special message requesting the shutdown of a particular App instance.
static XapRequest XapEngine.createStartupMessage(com.virtualweaver.xotics.datamodel.XoEnvironment env, java.lang.String appName, java.lang.String instanceName)
          Creates a special message requesting the launch of a new Instance, named instanceName, from a loaded Application identified by appName.
static XapRequest XapEngine.createRequest(com.virtualweaver.xotics.datamodel.XoEnvironment env, byte type, java.lang.String appName, java.lang.String instanceName, java.lang.String handler, java.lang.String reqId, XapQueue responseQueue, com.virtualweaver.xotics.datamodel.XoObject contentObject)
          This is a utility method to create a request object, root of an XML subtree dedicated to be integrated into the private context of an app instance.
 

Methods in com.virtualweaver.xotics.dialect.xape.engine with parameters of type XapRequest
 XapResponse XapRuntimeEnvironment.sendRequest(XapRequest req)
          Sends a request to be processed by the Engine.
 XapResponse XapEngine.sendRequest(XapRequest req)
          Sends a request.
 

Uses of XapRequest in com.virtualweaver.xotics.dialect.xape.player
 

Methods in com.virtualweaver.xotics.dialect.xape.player with parameters of type XapRequest
 XapResponse XapPlayer.sendRequest(XapRequest req)
          Send a request to a XAPE Application/Instance.