|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.engine.CFMLEngineImpl
public final class CFMLEngineImpl
The CFMl Engine
Field Summary |
---|
Fields inherited from interface railo.loader.engine.CFMLEngine |
---|
CAN_RESTART, CAN_RESTART_ALL, CAN_RESTART_CONTEXT, CAN_UPDATE |
Method Summary | |
---|---|
void |
addServletConfig(javax.servlet.ServletConfig config)
adds a servlet config |
boolean |
allowRequestTimeout()
|
void |
allowRequestTimeout(boolean allowRequestTimeout)
|
boolean |
can(int type,
String password)
checks if process has the right to do was given with type, the engine with given password |
Object |
getBlazeDSUtil()
returns the Blaze DS Util |
Cast |
getCastUtil()
return the cast util |
CFMLEngineFactory |
getCFMLEngineFactory()
|
Map |
getCFMLFactories()
|
CFMLFactory |
getCFMLFactory(javax.servlet.ServletContext srvContext,
javax.servlet.ServletConfig srvConfig,
javax.servlet.http.HttpServletRequest req)
|
Creation |
getCreationUtil()
returns the decision util |
Decision |
getDecisionUtil()
returns the decision util |
Excepton |
getExceptionUtil()
returns the decision util |
Object |
getFDController()
returns the FusionDebug Engine |
HTTPUtil |
getHTTPUtil()
returns the HTTP Util |
static CFMLEngine |
getInstance()
get singelton instance of the CFML Engine, throwsexception when not already init |
static CFMLEngine |
getInstance(CFMLEngineFactory factory)
get singelton instance of the CFML Engine |
Operation |
getOperatonUtil()
return the operation util |
ResourceUtil |
getResourceUtil()
returns the Resource Util |
String |
getState()
|
PageContext |
getThreadPageContext()
|
URL |
getUpdateLocation()
|
String |
getUpdateType()
|
String |
getVersion()
|
VideoUtil |
getVideoUtil()
|
ZipUtil |
getZipUtil()
|
boolean |
isRunning()
|
void |
reset()
reset the engine |
void |
reset(String configId)
reset the engine |
void |
serviceAMF(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
method to invoke the engine for AMF |
void |
serviceCFML(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
method to invoke the engine for CFML |
void |
serviceFile(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
|
void |
touchMonitor(ConfigServerImpl cs)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void touchMonitor(ConfigServerImpl cs)
public static CFMLEngine getInstance(CFMLEngineFactory factory)
factory
-
public static CFMLEngine getInstance() throws javax.servlet.ServletException
factory
-
javax.servlet.ServletException
public void addServletConfig(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
CFMLEngine
addServletConfig
in interface CFMLEngine
javax.servlet.ServletException
CFMLEngine.addServletConfig(javax.servlet.ServletConfig)
public CFMLFactory getCFMLFactory(javax.servlet.ServletContext srvContext, javax.servlet.ServletConfig srvConfig, javax.servlet.http.HttpServletRequest req) throws javax.servlet.ServletException
getCFMLFactory
in interface CFMLEngine
javax.servlet.ServletException
CFMLEngine.getCFMLFactory(javax.servlet.ServletContext, javax.servlet.ServletConfig, javax.servlet.http.HttpServletRequest)
public void serviceCFML(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
CFMLEngine
serviceCFML
in interface CFMLEngine
javax.servlet.ServletException
IOException
CFMLEngine.serviceCFML(javax.servlet.http.HttpServlet, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void serviceFile(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
serviceFile
in interface CFMLEngine
javax.servlet.ServletException
IOException
public String getVersion()
getVersion
in interface CFMLEngine
CFMLEngine.getVersion()
public String getUpdateType()
getUpdateType
in interface CFMLEngine
CFMLEngine.getUpdateType()
public URL getUpdateLocation()
getUpdateLocation
in interface CFMLEngine
CFMLEngine.getUpdateLocation()
public boolean can(int type, String password)
CFMLEngine
can
in interface CFMLEngine
type
- restart type (CFMLEngine.CAN_UPDATE, CFMLEngine.CAN_RESTART)
CFMLEngine.can(int, java.lang.String)
public CFMLEngineFactory getCFMLEngineFactory()
getCFMLEngineFactory
in interface CFMLEngine
public void serviceAMF(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
CFMLEngine
serviceAMF
in interface CFMLEngine
javax.servlet.ServletException
IOException
public void reset()
CFMLEngine
reset
in interface CFMLEngine
CFMLEngine.reset()
public void reset(String configId)
CFMLEngine
reset
in interface CFMLEngine
CFMLEngine.reset(String)
public Cast getCastUtil()
CFMLEngine
getCastUtil
in interface CFMLEngine
CFMLEngine.getCastUtil()
public Operation getOperatonUtil()
CFMLEngine
getOperatonUtil
in interface CFMLEngine
CFMLEngine.getOperatonUtil()
public Decision getDecisionUtil()
CFMLEngine
getDecisionUtil
in interface CFMLEngine
CFMLEngine.getDecisionUtil()
public Excepton getExceptionUtil()
CFMLEngine
getExceptionUtil
in interface CFMLEngine
CFMLEngine.getExceptionUtil()
public Creation getCreationUtil()
CFMLEngine
getCreationUtil
in interface CFMLEngine
CFMLEngine.getCreationUtil()
public Object getBlazeDSUtil()
CFMLEngine
getBlazeDSUtil
in interface CFMLEngine
CFMLEngine.getBlazeDSUtil()
public Object getFDController()
CFMLEngine
getFDController
in interface CFMLEngine
CFMLEngine.getFDController()
public Map getCFMLFactories()
public ResourceUtil getResourceUtil()
CFMLEngine
getResourceUtil
in interface CFMLEngine
CFMLEngine.getResourceUtil()
public HTTPUtil getHTTPUtil()
CFMLEngine
getHTTPUtil
in interface CFMLEngine
CFMLEngine.getHTTPUtil()
public PageContext getThreadPageContext()
getThreadPageContext
in interface CFMLEngine
CFMLEngine.getThreadPageContext()
public VideoUtil getVideoUtil()
getVideoUtil
in interface CFMLEngine
CFMLEngine.getVideoUtil()
public ZipUtil getZipUtil()
getZipUtil
in interface CFMLEngine
CFMLEngine.getZipUtil()
public String getState()
getState
in interface CFMLEngine
CFMLEngine.getState()
public void allowRequestTimeout(boolean allowRequestTimeout)
public boolean allowRequestTimeout()
public boolean isRunning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |