EAF 7.4 API
A B C D E F G H I J K L M N O P Q R S T U V W X

S

saveAttributes() - Method in class org.enhydra.util.AbsConfigMBean
Save Config Attributes
SC_ACCEPTED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CREATED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_FORBIDDEN - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_INTERNAL_SERVER_ERROR - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (500) indicating an error inside the HTTP service which prevented it from fulfilling the request.
SC_MOVED_PERMANENTLY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_NO_CONTENT - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NOT_FOUND - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (501) indicating the HTTP service does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (200) indicating the request succeeded normally.
SC_SERVICE_UNAVAILABLE - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (503) indicating that the HTTP service is temporarily overloaded, and unable to handle the request.
SC_UNAUTHORIZED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (401) indicating that the request requires HTTP authentication.
sendCookieForNewSession - Variable in class com.lutris.appserver.server.StandardApplication
Determines if a cookie with the session id is sent to the client.
sendError(int, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sends an error response to the client using the specified status code and descriptive message.
sendError(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sends an error response to the client using the specified status code and a default message.
sequence - Variable in class org.enhydra.util.AbsConfigMBean
 
server - Variable in class com.lutris.appserver.server.StandardApplication
 
ServerPageRedirectException - Error in com.lutris.appserver.server.httpPresentation
Exception used to signal a page redirection internal to server.
ServerPageRedirectException(String) - Constructor for error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Constructor a server redirection exception.
ServerPageRedirectException(String, HttpServletRequest, HttpServletResponse) - Constructor for error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Constructor of server redirection exception.
ServerPageRedirectException(String, String) - Constructor for error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Constructor of server redirection exception.
ServerPageRedirectException(String, String, HttpServletRequest, HttpServletResponse) - Constructor for error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Constructor of server redirection exception.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in interface com.lutris.appserver.server.Application
This preprocessor hook is called before the request/response pair is processed by the HttpPresentationServlet.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.StandardApplication
This is a hook that allows applications to act on requests before they enter the Enhydra framework.
Session - Interface in com.lutris.appserver.server.session
Defines the interface for the Session object expected by the SessionManager..
SessionException - Exception in com.lutris.appserver.server.session
Base Session exception.
SessionException(String) - Constructor for exception com.lutris.appserver.server.session.SessionException
Construct a exception without a specified cause.
SessionException(String, Throwable) - Constructor for exception com.lutris.appserver.server.session.SessionException
Construct a exception with an associated causing exception.
SessionException(Throwable) - Constructor for exception com.lutris.appserver.server.session.SessionException
Construct a exception with an associated causing exception.
sessionExists(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Returns whether the Session object associated with the specified session key exists.
SessionManager - Interface in com.lutris.appserver.server.session
The session management object interface.
sessionManager - Variable in class com.lutris.appserver.server.StandardApplication
Session manager for all application sessions.
sessionManagerMBean - Variable in class com.lutris.appserver.server.StandardApplication
 
setAttribute(Attribute) - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Sets the value of the specified attribute of the Dynamic MBean.
setAttribute(Attribute) - Method in class org.enhydra.util.AbsConfigMBean
Sets the value of the specified attribute of the Dynamic MBean.
setAttributes(AttributeList) - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set.
setAttributes(AttributeList) - Method in class org.enhydra.util.AbsConfigMBean
Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set.
setAutoCommit(boolean) - Method in interface com.lutris.appserver.server.sql.DBConnection
Autocommit on/off.
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTableCell
 
setCacheAccessNum(int) - Method in interface org.enhydra.dods.statistics.CacheStatistics
Sets total number of times the cache was accessed.
setCacheHitsNum(int) - Method in interface org.enhydra.dods.statistics.CacheStatistics
Sets number of qof cache accesses that were successful.
setColSpan(int) - Method in class com.lutris.html.HtmlTableCell
 
setContentLength(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the content length for this response.
setContentType(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the content type for this response.
setCookieForNewSession(boolean) - Method in class com.lutris.appserver.server.StandardApplication
Tells the application if a cookie is used to bind new sessions to a client.
setDatabaseName(String) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method set name of used database
setDateHeader(String, long) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and date-valued field.
setDefaultDatabase(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Set the default logical database.
setDeleteNum(int) - Method in interface org.enhydra.dods.statistics.Statistics
Sets number of delete statements performed on the table.
setEncoding(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Set the output character encoding.
setFile(File) - Method in class org.enhydra.util.AbsConfigFile
Sets the configuration file.
setFile(File) - Method in interface org.enhydra.util.ConfigFileInterface
Sets the configuration file.
setHeader(String, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and value.
setHorizontalAlignment(int) - Method in class com.lutris.html.HtmlTableCell
 
setHttpPresentationManager(HttpPresentationManager) - Method in interface com.lutris.appserver.server.Application
Called to tell the application about the presentation manager instance.
setHttpPresentationManager(HttpPresentationManager) - Method in class com.lutris.appserver.server.StandardApplication
Tells the application about the Presentation Manager running it.
setHttpServletRequest(HttpServletRequest) - Method in error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Method allows you to set the httpServletRequest to redirect
setHttpServletResponse(HttpServletResponse) - Method in error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Method allows you to set the httpServletResponse to redirect to
setHttpSession(HttpSession) - Method in interface com.lutris.appserver.server.session.Session
 
setInsertNum(int) - Method in interface org.enhydra.dods.statistics.Statistics
Sets number of insert statements performed on the table.
setIntHeader(String, int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and integer value.
setJivanFactory(boolean) - Method in interface com.lutris.appserver.server.Application
Initializes the Jivan factory object which can be used by application.
setJivanFactory(boolean) - Method in class com.lutris.appserver.server.StandardApplication
Initializes the Jivan factory object which can be used by application.
setLazyLoadingNum(int) - Method in interface org.enhydra.dods.statistics.Statistics
Sets number of lazy loadings performed on the table.
setLogChannel(LogChannel) - Method in interface com.lutris.appserver.server.Application
Set the LogChannel associated with this application.
setLogChannel(LogChannel) - Method in class com.lutris.appserver.server.StandardApplication
Set the LogChannel associated with this application.
setLogChannel(LogChannel) - Method in interface org.enhydra.util.RequestPreProcessor
Sets pre processor logging channel
setLogChannel(LogChannel) - Method in interface org.enhydra.util.ResponsePostProcessor
Sets post processor logging channel
setLogicalDb(LogicalDatabase) - Method in interface com.lutris.appserver.server.sql.AbstractDBTransactionFactory
 
setMaxCacheSize(int) - Method in class org.enhydra.dods.cache.CacheAdministration
Sets maximum cache size.
setMaxIdleTime(long) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Set the maximum idle time for this object.
setMaxNoUserIdleTime(long) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
set the maximum idle time when a User object is not associated with the session.
setName(String) - Method in interface com.lutris.appserver.server.Application
Set the application symbolic name.
setName(String) - Method in class com.lutris.appserver.server.StandardApplication
Set the application name.
setName(String) - Method in interface org.enhydra.util.RequestPreProcessor
Sets name this pre processor
setName(String) - Method in interface org.enhydra.util.ResponsePostProcessor
Sets name this post processor
setPercentWidth(int) - Method in class com.lutris.html.HtmlTableCell
 
setPostProcessingManager(ResponsePostProcessingManager) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the response post processing manager.
setQueryByOIdNum(int) - Method in interface org.enhydra.dods.statistics.Statistics
Sets total number of queries by oid performed on the table.
setQueryNum(int) - Method in interface org.enhydra.dods.statistics.Statistics
Sets total number of non-oid queries performed on the table.
setRequestedSessionIdFromCookie(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
 
setRequestedSessionIdFromUrl(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
 
setRowSpan(int) - Method in class com.lutris.html.HtmlTableCell
 
setSessionIdCookieRequired(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
 
setSessionIdEncodeUrlRequired(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
 
setSessionKey(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the current session key for this response
setSessionManager(SessionManager) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the current application name for this response
setStartTime(Date) - Method in interface org.enhydra.dods.statistics.Statistics
Sets time when the statistics starts.
setStatus(int, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the status code and message for this response.
setStatus(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the status code and a default message for this response.
setStopTime(Date) - Method in interface org.enhydra.dods.statistics.Statistics
Sets time when the statistics stops.
setTimeExpires(long) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Set the time of expiry for this object.
setUpdateNum(int) - Method in interface org.enhydra.dods.statistics.Statistics
Sets number of update statements performed on the table.
setUser(User) - Method in interface com.lutris.appserver.server.session.Session
Set the user associated with this session.
setValue(String) - Method in class com.lutris.html.HtmlTableCell
 
setVerticalAlignment(int) - Method in class com.lutris.html.HtmlTableCell
 
setXMLCFactory() - Method in interface com.lutris.appserver.server.Application
Set the XMLC factory based on the deferred parsing option.
setXMLCFactory() - Method in class com.lutris.appserver.server.StandardApplication
Set the XMLC factory based on the deferred parsing option.
shouldProcess(String) - Method in interface org.enhydra.util.ResponsePostProcessor
Should I process this Mime Type
shutdown() - Method in interface com.lutris.appserver.server.Application
Shutdown the application.
shutdown() - Method in interface com.lutris.appserver.server.session.SessionManager
Shutdown this session manager as required.
shutdown() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionHome
Shuts dows the session home.
shutdown() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionUserTable
Shutdown this session user table as required.
shutdown() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Shutdown the database manager.
shutdown() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Immediately shutdown the logical database.
shutdown() - Method in class com.lutris.appserver.server.StandardApplication
Shutdown the application.
shutdownWithoutMBeanUnRegistration() - Method in class com.lutris.appserver.server.StandardApplication
Shutdown the application.
size() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionHome
Returns the current number of sessions.
size - Variable in class com.lutris.classloader.Resource
The size of the resource in bytes.
StandardApplication - Class in com.lutris.appserver.server
Default application implementation.
StandardApplication() - Constructor for class com.lutris.appserver.server.StandardApplication
A constructor with no arguments is required.
StandardApplication.ContextMBean - Class in com.lutris.appserver.server
 
StandardApplication.ContextMBean(Application) - Constructor for class com.lutris.appserver.server.StandardApplication.ContextMBean
 
standardLevelNames - Static variable in class com.lutris.logging.Logger
Table of standard level names
StandardSession - Interface in com.lutris.appserver.server.sessionEnhydra
Defines the interface for the Session object expected by the StandardSessionManager.
StandardSessionHome - Interface in com.lutris.appserver.server.sessionEnhydra
StandardSessionManager uses StandardSessionHome to manage a collection of sessions.
StandardSessionIdleHandler - Interface in com.lutris.appserver.server.sessionEnhydra
Interface for class that is involked by StandardSessionIdleTimer to clean up sessions.
StandardSessionUserTable - Interface in com.lutris.appserver.server.sessionEnhydra
Table used by StandardSessionManager to cross reference User objects and sessions.
startApp(String) - Method in interface org.enhydra.server.ApplicationServer
Start application.
startup(Config) - Method in interface com.lutris.appserver.server.Application
Start the application.
startup(Config) - Method in class com.lutris.appserver.server.StandardApplication
Start the application.
state - Variable in class com.lutris.appserver.server.StandardApplication
Current state of the application.
Statistics - Interface in org.enhydra.dods.statistics
This interface provides information about table and its statistics.
stop() - Method in interface org.enhydra.server.ApplicationServer
Shutdown Application Server
stopApp(String) - Method in interface org.enhydra.server.ApplicationServer
Stop application.
STOPPED - Static variable in interface com.lutris.appserver.server.Application
Stopped state code.
stopTime() - Method in interface org.enhydra.dods.statistics.Statistics
Sets stop time to current time.
store(String, Serializable) - Method in interface com.lutris.util.PersistentStore
Method to store and object (persistent).
SYNTAX - Static variable in exception com.lutris.util.ConfigException
The reason field may contain this value to indicate that a syntax error in the configuration input file or stream caused this exception.

EAF 7.4 API
A B C D E F G H I J K L M N O P Q R S T U V W X