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

R

RUNNING - Static variable in class org.enhydra.server.EnhydraServer
 
ResManager - class org.enhydra.i18n.ResManager.
Some helper functions for handeling i18n issues.
Run(HttpPresentationRequest, HttpPresentationResponse) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
The method is invoked to fulfill an HTTP request.
rIndex - Variable in class com.lutris.util.CircularQueue
The array index for the next object to be removed from the queue.
read() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
read(byte[]) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
read(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
read() - Method in class com.lutris.mime.MultipartMimeInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads length bytes of data from this input stream into an array of bytes.
read() - Method in class com.lutris.util.BMByteSearchStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.lutris.util.BMByteSearchStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.lutris.util.BMByteSearchStream
Reads length bytes of data from this input stream into an array of bytes.
readLine(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
Starting at the specified offset, reads into the given array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
readSerializedObject(HttpPresentationRequest) - Static method in class com.lutris.appserver.server.httpPresentation.HttpSerialized
Read in a Java object from a POST request.
readSerializedObject(HttpPresentationComms) - Static method in class com.lutris.appserver.server.httpPresentation.HttpSerialized
Read in a Java object from a POST request.
readTo(byte[], int, int) - Method in class com.lutris.util.BMByteSearchStream
Reads data into a buffer until the search pattern or the end of file is detected.
refreshAllDbParameters(String) - Method in class org.enhydra.server.DatabaseEdit
Finds all parameters for specified database in configuration file and sets they to temporary object arguments.
register(Application) - Static method in class com.lutris.appserver.server.Enhydra
Associate the given application with the current thread.
register(Thread, Application) - Static method in class com.lutris.appserver.server.Enhydra
Associate the given application with the given thread.
register(Servlet) - Method in class org.enhydra.server.EnhydraServer
Enhydra Application (HttpPresentationServlet) register itself on startup.
registerUser(Session) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Adds a session's user to the session-to-user table.
release() - Method in class org.enhydra.logging.MonologFactory
Deprecated. Release any internal references to previously created Log instances returned by this factory.
reloadDocument() - Method in class org.enhydra.server.util.WebAppXML
Call this method when need to reload web.xml file and parse them.
reloadFilters() - Method in class org.enhydra.server.FiltersEdit
 
remove(String, User) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable
Remove a session from the user to session mapping table.
remove(String) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable
Remove a session from the user to session mapping table.
remove(String) - Method in class com.lutris.util.FilePersistentStore
Method to simultaneously retrieve and remove an object from persistent store.
remove(Object) - Method in class com.lutris.util.LRUCache
Remove an item from the cache.
remove(OutputStream) - Method in class com.lutris.util.OutputStreamHub
Remove an OutputStream from the set.
removeApplication(String) - Method in class org.enhydra.server.EnhydraServer
Remove application from Enhydra Server.
removeApplication(String) - Method in class org.enhydra.server.conf.EnhydraServerXML
 
removeAttribute(String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
removeAttribute(String) - Method in class org.enhydra.logging.MonologFactory
Deprecated. Remove any configuration attribute associated with the specified name.
removeClassLoader(String) - Static method in class com.lutris.appserver.server.session.MemoryPersistence
If SessionManager.MemoryPersistence = false in conf file, don't need to save MultiClassLoader.
removeConnection(String) - Method in class org.enhydra.server.EnhydraServer
 
removeDatabase(String) - Method in class org.enhydra.server.DatabaseEdit
Removes database name from array of databases used by application.
removeFilter(String) - Method in class org.enhydra.server.FiltersEdit
 
removeFilter(String) - Method in class org.enhydra.server.util.WebAppXML
 
removeSession(String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Removes a session from the cache.
removeSession(String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Removes the session associated with the session key.
removeValue(String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
request - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object used to access HTTP request data.
requestEntityTooLarge - Static variable in class com.lutris.http.HttpStatus
 
requestTimeout - Static variable in class com.lutris.http.HttpStatus
 
requestUriTooLarge - Static variable in class com.lutris.http.HttpStatus
 
reset() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
resetContent - Static variable in class com.lutris.http.HttpStatus
 
resetMaxConnectionCount(String) - Method in class org.enhydra.server.DatabaseInfo
Reset the maximum connection count for the given logical database name.
resetMaxSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, since this session manager doesn't really control the sessions - they are managed by the servlet container
resetMaxSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
Reset the maximum session count.
resetMaxSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Reset the maximum session count.
resetMaxSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Reset the maximum session count.
resolveEntity(String, String) - Method in class org.enhydra.server.util.WebXMLEntityResolver
 
response - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object used to generate HTTP responses.
resumeLogIn(User, Session) - Static method in class com.lutris.appserver.server.sessionEnhydra.SessionUtil
If a user attempts to login but has not logged out from a previous session then this method can be used to copy data from the previous session into this session and to log out the previous session.
retrieve(String) - Method in class com.lutris.util.FilePersistentStore
Method to retrieve a stored object.
run() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionThresholdTimer
Main loop.
run() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionIdleTimer
The main code body of the Idle Timer Thread.
run() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionKeyGen
The main code body of the Idle Timer Thread.

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