coldfusion.server
Interface RuntimeService

All Superinterfaces:
Service

public interface RuntimeService
extends Service


Field Summary
 
Fields inherited from interface coldfusion.server.Service
STARTED, STARTING, STOOPED, STOPPING, UNINITALIZED
 
Method Summary
 Map getApplets()
           
 long getApplicationMaxTimeout()
           
 Map getApplications()
           
 long getApplicationTimeout()
           
 Map getCfxtags()
           
 Map getCorba()
           
 Map getCustomtags()
           
 String getDataServiceId()
           
 Map getErrors()
           
 Map getFileLockSettings()
           
 String getFlexAssemblerIPList()
           
 String getFullTagName(javax.servlet.ServletContext arg0, String arg1)
           
 String getKeystore()
           
 String getKeystorePassword()
           
 Map getLocking()
           
 Map getMappings()
           
 int getMaxQueued()
           
 int getMinRequests()
           
 int getNumberSimultaneousReports()
           
 int getNumberSimultaneousRequests()
           
 float getPostSizeLimit()
           
 String getRealPath(javax.servlet.ServletContext arg0, String arg1)
           
 String getRegistryDir()
           
 Map getRequestSettings()
           
 Map getRequestThrottleSettings()
           
 long getRequestTimeoutLimit()
           
 String getRootDir()
           
 boolean getSaveClassFiles()
           
 String getScriptProtect()
           
 Scope getServerScope()
           
 long getSessionMaxTimeout()
           
 long getSessionTimeout()
           
 long getSlowRequestLimit()
           
 int getTemplateCacheSize()
           
 Map getVariables()
           
 Boolean getWhitespace()
           
 boolean isApplicationEnabled()
           
 boolean isCachePaths()
           
 boolean isEnabledFlashRemoting()
           
 boolean isEnabledFlexDataServices()
           
 boolean isEnabledRmiSSL()
           
 boolean isFileLockEnabled()
           
 boolean isPureJavaKit()
           
 boolean isSessionEnabled()
           
 boolean isTrustedCache()
           
 boolean logSlowRequests()
           
 File resolveTemplateName(String arg0, String arg1)
           
 File resolveTemplatePath(String arg0)
           
 void setCachePaths(boolean arg0)
           
 void setDataServiceId(String arg0)
           
 void setEnableFlashRemoting(boolean arg0)
           
 void setEnableFlexDataServices(boolean arg0)
           
 void setEnableRmiSSL(boolean arg0)
           
 void setFlexAssemblerIPList(String arg0)
           
 void setKeystore(String arg0)
           
 void setKeystorePassword(String arg0)
           
 void setMaxQueued(int arg0)
           
 void setMinRequests(int arg0)
           
 void setNumberSimultaneousReports(int arg0)
           
 void setNumberSimultaneousRequests(int arg0)
           
 void setSaveClassFiles(boolean arg0)
           
 void setScriptProtect(String arg0)
           
 void setTemplateCacheSize(int arg0)
           
 void setTrustedCache(boolean arg0)
           
 void setWhitespace(String arg0)
           
 boolean timeoutRequests()
           
 boolean useJ2eeSession()
           
 
Methods inherited from interface coldfusion.server.Service
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
 

Method Detail

getWhitespace

Boolean getWhitespace()

getLocking

Map getLocking()

getCfxtags

Map getCfxtags()

getCustomtags

Map getCustomtags()

getCorba

Map getCorba()

getApplets

Map getApplets()

getVariables

Map getVariables()

getErrors

Map getErrors()

getScriptProtect

String getScriptProtect()

setScriptProtect

void setScriptProtect(String arg0)

getMappings

Map getMappings()

getApplications

Map getApplications()

getRootDir

String getRootDir()

setWhitespace

void setWhitespace(String arg0)

resolveTemplateName

File resolveTemplateName(String arg0,
                         String arg1)

getFullTagName

String getFullTagName(javax.servlet.ServletContext arg0,
                      String arg1)
                      throws IOException
Throws:
IOException

resolveTemplatePath

File resolveTemplatePath(String arg0)

getRealPath

String getRealPath(javax.servlet.ServletContext arg0,
                   String arg1)

getServerScope

Scope getServerScope()

getRegistryDir

String getRegistryDir()

getSlowRequestLimit

long getSlowRequestLimit()

logSlowRequests

boolean logSlowRequests()

getRequestTimeoutLimit

long getRequestTimeoutLimit()

timeoutRequests

boolean timeoutRequests()

getNumberSimultaneousRequests

int getNumberSimultaneousRequests()

getNumberSimultaneousReports

int getNumberSimultaneousReports()

setNumberSimultaneousReports

void setNumberSimultaneousReports(int arg0)

setNumberSimultaneousRequests

void setNumberSimultaneousRequests(int arg0)

getMaxQueued

int getMaxQueued()

setMaxQueued

void setMaxQueued(int arg0)

getMinRequests

int getMinRequests()

setMinRequests

void setMinRequests(int arg0)

isCachePaths

boolean isCachePaths()

setCachePaths

void setCachePaths(boolean arg0)

isTrustedCache

boolean isTrustedCache()

setTrustedCache

void setTrustedCache(boolean arg0)

setTemplateCacheSize

void setTemplateCacheSize(int arg0)

getTemplateCacheSize

int getTemplateCacheSize()

getApplicationTimeout

long getApplicationTimeout()

getApplicationMaxTimeout

long getApplicationMaxTimeout()

isApplicationEnabled

boolean isApplicationEnabled()

getSessionTimeout

long getSessionTimeout()

getSessionMaxTimeout

long getSessionMaxTimeout()

isSessionEnabled

boolean isSessionEnabled()

useJ2eeSession

boolean useJ2eeSession()

isPureJavaKit

boolean isPureJavaKit()

getRequestSettings

Map getRequestSettings()

setSaveClassFiles

void setSaveClassFiles(boolean arg0)

getSaveClassFiles

boolean getSaveClassFiles()

getRequestThrottleSettings

Map getRequestThrottleSettings()

getFileLockSettings

Map getFileLockSettings()

isFileLockEnabled

boolean isFileLockEnabled()

getPostSizeLimit

float getPostSizeLimit()

isEnabledFlexDataServices

boolean isEnabledFlexDataServices()

setEnableFlexDataServices

void setEnableFlexDataServices(boolean arg0)
                               throws ServiceException
Throws:
ServiceException

getFlexAssemblerIPList

String getFlexAssemblerIPList()

setFlexAssemblerIPList

void setFlexAssemblerIPList(String arg0)

isEnabledFlashRemoting

boolean isEnabledFlashRemoting()

setEnableFlashRemoting

void setEnableFlashRemoting(boolean arg0)

isEnabledRmiSSL

boolean isEnabledRmiSSL()

setEnableRmiSSL

void setEnableRmiSSL(boolean arg0)
                     throws ServiceException
Throws:
ServiceException

setKeystore

void setKeystore(String arg0)

getKeystore

String getKeystore()

setKeystorePassword

void setKeystorePassword(String arg0)

getKeystorePassword

String getKeystorePassword()

setDataServiceId

void setDataServiceId(String arg0)

getDataServiceId

String getDataServiceId()


Copyright © 2012 Railo