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

P

PRESENTATION_PREFIX - Static variable in class org.enhydra.server.EnhydraServer
 
PROPERTY_FILE - Static variable in class com.lutris.logging.MonologLogger
 
PROPERTY_FILE - Static variable in class org.apache.catalina.logger.TomcatMonologFileLogger
 
PROPERTY_FILE - Static variable in class org.enhydra.logging.CommonLoggingMonologLogger
 
PROPERTY_FILE - Static variable in class org.enhydra.logging.MonologFactory
Deprecated.  
PROPERTY_FILE - Static variable in class org.enhydra.logging.MonologSink
 
PagedSession - class com.lutris.appserver.server.sessionEnhydra.PagedSession.
PagedSession requires that all session data and the user associated with the session be serializable.
PagedSession() - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSession
 
PagedSession(StandardSessionManager, String) - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSession
Construct a new session.
PagedSessionData - class com.lutris.appserver.server.sessionEnhydra.PagedSessionData.
Session data used to store dynamic application objects.
PagedSessionData() - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSessionData
 
PagedSessionHome - class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome.
The StandardSessionManager uses PagedSessionHome to manage a collection of sessions that can be paged to disk.
PagedSessionHome(StandardSessionManager, Config, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
 
PagedSessionThresholdTimer - class com.lutris.appserver.server.sessionEnhydra.PagedSessionThresholdTimer.
This thread sleeps in the background, waking up periodically to check for inactive sessions and to page out any session that has been inactive for too long.
PagedSessionThresholdTimer(PagedSessionHome, Application) - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSessionThresholdTimer
 
PathUtil - class org.enhydra.server.util.PathUtil.
Title:
PersistentSession - class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSession.
A serializable version of BasicSession that can be written to persistent store.
PersistentSession() - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSession
Need the following constructor in order to serialize?
PersistentSession(StandardSessionManager, String, PersistentSessionHome) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSession
Construct a new session.
PersistentSessionDO - class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO.
Database interface for persistent session.
PersistentSessionDO(PersistentSession) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
 
PersistentSessionDO(ResultSet, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
 
PersistentSessionData - class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionData.
Session data used to store dynamic application objects.
PersistentSessionData() - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionData
 
PersistentSessionHome - class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome.
PersistentSessionHome writes all passive sessions to a database.
PersistentSessionHome(StandardSessionManager, Config, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
 
PersistentSessionUserTable - class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable.
Table used by StandardSessionManager to cross reference User objects and sessions.
PersistentSessionUserTable(Config) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable
 
PresentationEdit - class org.enhydra.server.PresentationEdit.
Title:
PresentationEdit(Config) - Constructor for class org.enhydra.server.PresentationEdit
 
PresentationInfo - class org.enhydra.server.PresentationInfo.
Title:
PresentationInfo() - Constructor for class org.enhydra.server.PresentationInfo
 
PresentationInfo(Application, Config) - Constructor for class org.enhydra.server.PresentationInfo
 
pageIn(String) - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Reads a paged session from disk.
pageIn(String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Reads a paged session from disk.
pageIn(String) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Reads a paged session from disk.
pageOut(PagedSession) - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Pages a session to disk.
pageOut(PagedSession) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Pages a session to disk.
pageOut(PagedSession) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Pages a session to disk.
pagedSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Gets the number of session that are paged to persistent store.
pagedSessionKeyExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Returns true if the specified session key is in use by a session that has been paged out.
pagedSessionKeyExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns true if the specified session key is in use by a session that has been paged out.
pagedSessionKeyExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Returns true if the specified session key is in use by a session that has been paged out.
pagedSize() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Returns the current number of sessions that are paged to persistent store.
pagedSize() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns the current number of sessions that are paged to persistent store.
parseCString(String) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCString(String, int) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCString(char[]) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCString(char[], int) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCookieString(String) - Static method in class com.lutris.http.HttpCookieParser
 
parseParameters(String) - Method in class com.lutris.mime.MimeHeader
Parses the a given string into key=parameter pairs in accordance with RFC2045 Section 5.1 Page 11.
parsePostData(int, InputStream) - Static method in class com.lutris.http.HttpUtils
Parses FORM data posted by a client using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class com.lutris.http.HttpUtils
Decodes a query string in the format specified by the MIME type "application/x-www-form-urlencoded".
parseRequestHeader(String) - Static method in class com.lutris.http.HttpCookieParser
Parses an http cookie request header and returns a vector of Cookie objects defined in the header.
parseRequestHeader(String, String) - Static method in class com.lutris.http.HttpCookieParser
Parses an http cookie request header and returns the first cookie that matches the specified name.
parseResponseHeader(String) - Static method in class com.lutris.http.HttpCookieParser
Parses an http cookie response header and returns a vector of Cookie objects defined in the header.
partialContent - Static variable in class com.lutris.http.HttpStatus
 
passivateSession(Thread, String) - 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
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Puts a session into the 'passive' state.
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Puts an 'active' session into the 'passive' state.
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Puts a session into the 'passive' state.
password - Variable in class com.lutris.http.BasicAuthResult
The password that was sent along with the request.
paymentRequired - Static variable in class com.lutris.http.HttpStatus
 
peekAheadString(int) - Method in class com.lutris.util.BMByteSearchStream
Returns the next length bytes of the input buffer as a string.
pointsToPO(String) - Static method in class com.lutris.appserver.server.StandardAppUtil
Determine if a URL references a presentation object.
preconditionFailed - Static variable in class com.lutris.http.HttpStatus
 
print(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the string provided.
print(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the boolean provided.
print(char) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
print(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the integer provided.
print(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the long provided.
print(float) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the float provided.
print(double) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the double provided.
printCauseTrace(ChainedThrowable) - Static method in class com.lutris.util.ChainedThrowableUtil
Prints stacktrace and cause stacktrace.
printCauseTrace(ChainedThrowable, PrintStream) - Static method in class com.lutris.util.ChainedThrowableUtil
Prints stacktrace and cause stacktrace.
printCauseTrace(ChainedThrowable, PrintWriter) - Static method in class com.lutris.util.ChainedThrowableUtil
Prints stacktrace and cause stacktrace.
println() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints a CRLF.
println(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the string provided, followed by a CRLF.
println(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the boolean provided, followed by a CRLF.
println(char) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
println(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the integer provided, followed by a CRLF.
println(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the long provided, followed by a CRLF.
println(float) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the float provided, followed by a CRLF.
println(double) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the double provided, followed by a CRLF.
println(String, Throwable) - Method in class com.lutris.logging.Log4jLogWriter
Write a string and exception to the log file.
println(String, Throwable) - Method in class com.lutris.logging.MonologWriter
Write a string and exception to the log file.
proxyAuthenticationRequired - Static variable in class com.lutris.http.HttpStatus
 
put(Object) - Method in class com.lutris.util.CircularQueue
Stores an object in the queue.
putParameter(String, String) - Method in class com.lutris.mime.MimeHeader
Used by derived classes to put a parameter into the internal parameter value holder.
putSessionManager(String, SessionManager) - Static method in class com.lutris.appserver.server.session.MemoryPersistence
Called when application shutdown.
putValue(String, Object) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 

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