MDi JLib
1.7.4

Serialized Form


Package com.microdeveloper.db.jndi

Class com.microdeveloper.db.jndi.ConnectionPoolTest extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

Package com.microdeveloper.servlets.io

Class com.microdeveloper.servlets.io.DbFileDriver extends HttpServlet implements Serializable

Serialized Fields

parameterMap

HashMap<K,V> parameterMap
Parameter map for a given report


TITLE

String TITLE
Report title


ERRHEADING

String ERRHEADING
Error response heading


ERRDBCONN

String ERRDBCONN
Error response when the database connection fails


ERRNOPARMS

String ERRNOPARMS
Error response when no parameters are given and parameters are expected


ERRNODATA

String ERRNODATA
Error response when no data is found that match the report criteria


ERRSQL

String ERRSQL
Error response given when the SQL instruction fails


ERRINITPARM

String ERRINITPARM
Error response given when an invalid open parameter is processed


ERRVALIDATED

String ERRVALIDATED
Error response when the user is not validated. This occurs if the session variables cannot be read which can happen if the servlet session times out or the user tried to invoke the report with logging in.


ERRAUTHORIZED

String ERRAUTHORIZED
Error response given when the user attempts to run a report for which they have no authorization


parameterForm

String parameterForm
URL to the parameter form if any


credentials

String[] credentials
Full database credential string


session

HttpSession session
HTTP session variable


reportName

String reportName
Name of the report


outFile

String outFile
Fully qualified filename of the desired output file


CRLF

String CRLF
Field CRLF

Class com.microdeveloper.servlets.io.JspHtmlWriter extends HttpServlet implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

w

com.microdeveloper.servlets.io.JspHtmlWriter.p w

e

EDate e

Class com.microdeveloper.servlets.io.LogServlet extends HttpServlet implements Serializable

Serialized Fields

adminEmail

String adminEmail

postCount

int postCount
increment this if you override the traditional doPost()


getCount

int getCount
increment this if you override the traditional doGet()


log

ErrorLog log

consoleLock

boolean consoleLock

Class com.microdeveloper.servlets.io.PostRedirect extends HttpServlet implements Serializable

Serialized Fields

DEFAULTPATH

String DEFAULTPATH
Default Path


DEFAULTPORT

String DEFAULTPORT
Default Port


DEFAULTSCHEME

String DEFAULTSCHEME
Default Scheme


ERRINITFAIL

String ERRINITFAIL

ERRINVALIDURI

String ERRINVALIDURI
Invalid URI


ERRNODEFSERVER

String ERRNODEFSERVER
No default server in the parameter file


ERRNOSERVER

String ERRNOSERVER
No default server for the request


postProperties

Properties postProperties
Properties used by the servlet


configFile

String configFile
Name and path to the parameter file


defaultPath

String defaultPath
Default path used by this instance


defaultPort

String defaultPort
Default port used by this instance


defaultScheme

String defaultScheme
Default scheme used by this instance


defaultServer

String defaultServer
Default server used by this instance


errMsg

String errMsg
Error message container


initSuccess

boolean initSuccess
flag to determine if the servlet initialized properly


Package com.microdeveloper.servlets.jndi

Class com.microdeveloper.servlets.jndi.ListServlet extends HttpServlet implements Serializable


Package com.microdeveloper.util.io.log

Class com.microdeveloper.util.io.log.ErrorLog extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

errors

Vector<E> errors

logToConsole

boolean logToConsole

count

int count


MDi JLib
1.7.4

Copyright©2001-2007 MicroDeveloper, Inc. All Rights Reserved.