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

S

save() - Method in class com.jfw.examples.SaveAndReadFile
 
SaveAndReadFile - Class in com.jfw.examples
 
SaveAndReadFile() - Constructor for class com.jfw.examples.SaveAndReadFile
 
saveBinaryFile(byte[]) - Method in class com.jfw.file.SaveFile
Save binary file.
SaveFile - Class in com.jfw.file
Save a file.
SaveFile(String) - Constructor for class com.jfw.file.SaveFile
Create an instance.
SaveFile(String, String) - Constructor for class com.jfw.file.SaveFile
Create an instance.
saveStatus() - Method in class com.jfw.scheduler.ScheduleTypes
Save attribute ScheduleTypes.statusProperties as a file in disk.
SaveStream - Class in com.jfw.file
Save data in a stream.
SaveStream() - Constructor for class com.jfw.file.SaveStream
 
saveTextFile(String) - Method in class com.jfw.file.SaveFile
Save text file.
ScheduleBean - Class in com.jfw.scheduler
Must be extend by the classes added at scheduler.
ScheduleBean() - Constructor for class com.jfw.scheduler.ScheduleBean
Create a new instance.
scheduleBean - Variable in class com.jfw.scheduler.ScheduleTypes
The class name of the scheduled bean.
Scheduler - Class in com.jfw.scheduler
The container of classes in scheduling.
SchedulerStarter - Class in com.jfw.scheduler
Start the scheduler.
SchedulerStarter() - Constructor for class com.jfw.scheduler.SchedulerStarter
 
ScheduleThread - Class in com.jfw.scheduler
For every class in scheduling an instance of this class is created.
scheduleThread - Variable in class com.jfw.scheduler.ScheduleTypes
The thread who execute the scheduled bean.
ScheduleTypes - Class in com.jfw.scheduler
Must be extend by the classes implement a particular type of scheduling.
ScheduleTypes() - Constructor for class com.jfw.scheduler.ScheduleTypes
 
Schemas - Class in com.jfw.database.metadata
Get the database schemas.
Schemas() - Constructor for class com.jfw.database.metadata.Schemas
Use the default db resource from the jfw.properties.
Schemas(String) - Constructor for class com.jfw.database.metadata.Schemas
Use the parameter resourceName as db resource.
SearchDB - Class in com.jfw.examples
 
SearchDB() - Constructor for class com.jfw.examples.SearchDB
 
Secure - Class in com.jfw.util
Offer methods used in security processes.
Secure() - Constructor for class com.jfw.util.Secure
 
security(ActionMapping, HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.web.struts.JFWAction
Check if the user can execute an action.
security(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.web.struts2.JFWAction
Check if the user can execute an action.
send(String, String, String, String) - Method in class com.jfw.mail.SendEmail
Send mail to a single mail address.
send(String, ArrayList, String, String) - Method in class com.jfw.mail.SendEmail
Send mail to more mail addresses.
send(String, String, ArrayList, String, String) - Method in class com.jfw.mail.SendEmail
Send mail to a single mail address.
send(String, ArrayList, ArrayList, String, String) - Method in class com.jfw.mail.SendEmail
Send mail to more mail addresses.
send(String, ArrayList, ArrayList, ArrayList, String, String) - Method in class com.jfw.mail.SendEmail
Send mail to more mail addresses, in cc and bcc.
send() - Method in class com.jfw.mail.SendEmailThread
Create a new thread and use it for send the mail.
SendEmail - Class in com.jfw.mail
Send an email.
SendEmail() - Constructor for class com.jfw.mail.SendEmail
Create an instance using default server parameters from jfw.properties.
SendEmail(String) - Constructor for class com.jfw.mail.SendEmail
Create an instance.
SendEmail(String, String, String) - Constructor for class com.jfw.mail.SendEmail
Create an instance.
sendEmail(String, String, String, String, HashMap) - Static method in class com.jfw.probe.ProbeUtil
Send an email.
sendEmail(String) - Method in class com.jfw.scheduler.ScheduleBean
Send an email.
sendEmail(String) - Method in class com.jfw.scheduler.ScheduleThread
Send an error email.
SendEmailThread - Class in com.jfw.mail
Used for send an email.
SendEmailThread(String, String, String, String, ArrayList, ArrayList, ArrayList, String, String, String, String, String, boolean, boolean) - Constructor for class com.jfw.mail.SendEmailThread
Create a new instance.
Sequence - Class in com.jfw.database.oracle
Execute an Oracle sequence for get the next value.
Sequence() - Constructor for class com.jfw.database.oracle.Sequence
 
SEQUENCE_ID_KEY - Static variable in class com.jfw.database.oracle.Sequence
The key of outputdata HashMap of method Sequence.execute(java.util.HashMap), associated with the value of the sequence.
SEQUENCE_NAME_KEY - Static variable in class com.jfw.database.oracle.Sequence
The column name with the sequence value.
SERVICE_FREE - Static variable in class com.jfw.authentication.Authorization
Value of database column SERVICE.SERVICE_FREE indicating that all users can use the service.
SERVICE_FREE_AFTER_AUTHENTICATION - Static variable in class com.jfw.authentication.Authorization
Value of database column SERVICE.SERVICE_FREE indicating that all authenticated users can use the service.
SERVICE_NAME_KEY - Static variable in class com.jfw.authentication.GroupServiceDB
Parameter key for service name.
SERVICE_NAME_KEY - Static variable in class com.jfw.authentication.UserServiceDB
Parameter key for service name.
SERVICE_NAME_KEY - Static variable in interface com.jfw.web.JFWCommonAction
The key to use for set in outputData the name of the requested action.
SERVICE_NOT_FOUND - Static variable in class com.jfw.authentication.Authorization
Value returned by method Authorization.authorize(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, com.jfw.authentication.UserData).
SERVICE_NOT_FREE - Static variable in class com.jfw.authentication.Authorization
Value of database column SERVICE.SERVICE_FREE indicating that only authenticated users can use the service and the service must be associated with the user id.
ServicesCache - Class in com.jfw.authentication
Caching the services data.
ServicesDB - Class in com.jfw.authentication
Get service info form table SERVICE.
ServicesDB() - Constructor for class com.jfw.authentication.ServicesDB
 
SessionUtils - Class in com.jfw.web.util
Implements methods for manage a session.
SessionUtils() - Constructor for class com.jfw.web.util.SessionUtils
 
setAdvance(int) - Method in class com.jfw.scheduler.ScheduleBean
Set percent of execution.
setAttribute(HttpSession, String, Object) - Static method in class com.jfw.web.util.SessionUtils
Add and attribute in session.
setAttribute(HttpServletRequest, boolean, String, Object) - Static method in class com.jfw.web.util.SessionUtils
Add and attribute in session.
setAttribute(HttpServletRequest, String, Object) - Static method in class com.jfw.web.util.SessionUtils
Add and attribute in session.
setAutoClose(boolean) - Method in class com.jfw.database.QueryGateway
Set value of attribute QueryGateway.autoClose.
setBodyContent(BodyContent) - Method in class com.jfw.web.tags.GenericTag
 
setBuffer(int) - Method in class com.jfw.web.filter.CompressionResponseStream
Set the compressionThreshold number and create buffer for this size
setCharsetEncoding(String) - Method in class com.jfw.mail.SendEmail
Set attribute SendEmail.subcontentType.
setCLOB(CLOB, String) - Static method in class com.jfw.database.WriteDbData
Write to a CLOB column.
setCLOB(CallableStatement, int, String) - Static method in class com.jfw.database.WriteDbData
Write to a CLOB column.
setColumns4Parser(ArrayList, HashMap) - Static method in class com.jfw.database.ReadDbData
Set the columns names under key ReadDbData.COLUMNS_NAMES_KEY in the HashMap container.
setCompressionThreshold(int) - Method in class com.jfw.web.filter.CompressionServletResponseWrapper
Set threshold number
setCompressionType(int) - Method in class com.jfw.file.ZipFile
Set the compression method to use.
setConfirmPassword(String) - Method in class com.jfw.authentication.LoginForm
 
setContentLength(int) - Method in class com.jfw.web.filter.CompressionServletResponseWrapper
 
setContentType(String) - Method in class com.jfw.mail.SendEmail
Set attribute SendEmail.subcontentType.
setContentType(String) - Method in class com.jfw.web.filter.CompressionServletResponseWrapper
Set content type
setData(Object) - Method in class com.jfw.authentication.GroupServiceDB
Set attribute GroupServiceDB.data.
setData(Object) - Method in class com.jfw.authentication.ServicesDB
No data need for the query.
setData(Object) - Method in class com.jfw.authentication.UserAddDB
Set attribute UserAddDB.data.
setData(Object) - Method in class com.jfw.authentication.UserDataDB
Set attribute UserDataDB.data.
setData(Object) - Method in class com.jfw.authentication.UserDataUpdateDB
Set attribute UserDataUpdateDB.data.
setData(Object) - Method in class com.jfw.authentication.UserGroupAddDB
Set attribute UserGroupAddDB.data.
setData(Object) - Method in class com.jfw.authentication.UserGroupServiceAddDB
Set attribute UserGroupServiceAddDB.data.
setData(Object) - Method in class com.jfw.authentication.UserServiceDB
Set attribute UserServiceDB.data.
setData(Object) - Method in class com.jfw.database.oracle.Sequence
Set attribute Sequence.data.
setData(Object) - Method in interface com.jfw.database.QueryGatewayInterface
Set object containing parameters to use.
setData(Object) - Method in class com.jfw.examples.SearchDB
 
setData(Object) - Method in class com.jfw.examples.Update1
 
setData(Object) - Method in class com.jfw.examples.Update2
 
setData(InputStream, OutputStream, boolean, Encryption) - Static method in class com.jfw.file.SaveStream
Read all data form from a file input stream and write it in the output stream.
setData(InputStream, OutputStream, boolean) - Static method in class com.jfw.file.SaveStream
Call SaveStream.setData(java.io.InputStream, java.io.OutputStream, boolean, com.jfw.util.Encryption) setting encryption to null.
setData(InputStream, OutputStream) - Static method in class com.jfw.file.SaveStream
Call SaveStream.setData(java.io.InputStream, java.io.OutputStream, boolean, com.jfw.util.Encryption) setting closeStreams to true and encryption to null.
setData(Object) - Method in class com.jfw.update.AppVersionDB
No data need for the query.
setDebug(boolean) - Method in class com.jfw.mail.SendEmail
Set attribute SendEmail.isDebug.
setDefaultLoginData(boolean) - Method in class com.jfw.authentication.LoginForm
 
setFilterConfig(FilterConfig) - Method in class com.jfw.web.filter.JFWFilter
Set filter config.
setGroupId(String) - Method in class com.jfw.authentication.UserData
 
setGzipFilter(HttpServletRequest, boolean) - Static method in class com.jfw.web.util.RequestUtils
Set attribute gzip in request.
setId(String) - Method in class com.jfw.authentication.LoginForm
 
setInput() - Method in class com.jfw.database.StoredProcedureGateway
Default implementation if no input parameters must be set.
setInput() - Method in class com.jfw.examples.MySP
 
setIsAppend(boolean) - Method in class com.jfw.file.SaveFile
Set append behaviour.
setIsDebug(boolean) - Method in class com.jfw.util.JFWLogger
Set attribute JFWLogger.IS_DEBUG.
setIsError(boolean) - Method in class com.jfw.util.JFWLogger
Set attribute JFWLogger.IS_ERROR.
setIsInfo(boolean) - Method in class com.jfw.util.JFWLogger
Set attribute JFWLogger.IS_INFO.
setIsProfile(boolean) - Method in class com.jfw.util.JFWLogger
Set attribute JFWLogger.IS_PROFILE.
setIsSecure(boolean) - Method in class com.jfw.mail.SendEmail
Set attribute SendEmail.isSecure.
setIsWarning(boolean) - Method in class com.jfw.util.JFWLogger
Set attribute JFWLogger.IS_WARNING.
setKey4Decryption(String) - Method in class com.jfw.file.UnzipFile
Set the decryption key of the zipped files.
setKey4Encryption(String) - Method in class com.jfw.file.ZipFile
Set the encryption key of the zipped files.
setLocale(Locale) - Method in class com.jfw.util.JFWLocale
Set attribute JFWLocale.locale.
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class com.jfw.web.struts.JFWAction
Set the locale.
setLocale(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.jfw.web.struts.JFWAction
Set the locale.
setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class com.jfw.web.struts2.JFWAction
Set the locale.
setLocale(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.jfw.web.struts2.JFWAction
Set the locale.
SetLogLevel - Class in com.jfw.status
Set the log level.
SetLogLevel() - Constructor for class com.jfw.status.SetLogLevel
 
SetLogLevelAction - Class in com.jfw.status.struts
Set the log level.
SetLogLevelAction() - Constructor for class com.jfw.status.struts.SetLogLevelAction
 
SetLogLevelAction - Class in com.jfw.status.struts2
Set the log level.
SetLogLevelAction() - Constructor for class com.jfw.status.struts2.SetLogLevelAction
 
setOldPassword(String) - Method in class com.jfw.authentication.LoginForm
 
setOutput() - Method in class com.jfw.database.StoredProcedureGateway
Default implementation if no output parameters must be set.
setOutput() - Method in class com.jfw.examples.MySP
 
setPageContext(PageContext) - Method in class com.jfw.web.tags.GenericTag
 
setParameters(HttpServletRequest, HashMap, String[]) - Static method in class com.jfw.web.util.RequestUtils
Add directly in outputData all the requests parameters.
setParametersList(HttpServletRequest, HashMap, String[]) - Static method in class com.jfw.web.util.RequestUtils
Add in outputData, under key RequestUtils.PARAMETERS_KEY, all the requests parameters.
setParams() - Method in class com.jfw.scheduler.Daily
Set frequency parameters.
setParams() - Method in class com.jfw.scheduler.Monthly
Set frequency parameters.
setParams() - Method in class com.jfw.scheduler.Period
Set frequency parameters.
setParams() - Method in class com.jfw.scheduler.ScheduleTypes
Set init parameters for the specific type of scheduling.
setParams() - Method in class com.jfw.scheduler.Startup
Set frequency parameters.
setParams() - Method in class com.jfw.scheduler.Weekly
Set frequency parameters.
setParent(Tag) - Method in class com.jfw.web.tags.GenericTag
 
setPassword(String) - Method in class com.jfw.authentication.LoginForm
 
setPassword(String) - Method in class com.jfw.authentication.UserData
 
setPort(String) - Method in class com.jfw.mail.SendEmail
Set attribute SendEmail.port.
setServletRequest(HttpServletRequest) - Method in class com.jfw.web.struts2.JFWAction
Set attribute JFWAction.request.
setServletResponse(HttpServletResponse) - Method in class com.jfw.web.struts2.JFWAction
Set attribute JFWAction.response.
setStatus(String, String) - Method in class com.jfw.probe.ProbeStatus
Set the last status of a probe.
setStoredProcedure(String) - Method in class com.jfw.database.StoredProcedureGateway
Set attribute StoredProcedureGateway.storedProcedure.
setStoredProcedure() - Method in class com.jfw.database.StoredProcedureGateway
Set attribute StoredProcedureGateway.storedProcedure.
setStoredProcedure() - Method in class com.jfw.examples.MySP
 
setTextEncode(String) - Method in class com.jfw.file.ReadFile
Set attribute ReadFile.encodeType.
setUserDataInOutputData(HashMap, UserData) - Method in class com.jfw.web.struts.JFWAction
Set the UserData and UserProfile in outputdata under keys JFWCommonAction.USER_DATA_IN_REQUEST_KEY and JFWCommonAction.USER_PROFILE_IN_REQUEST_KEY.
setUserDataInOutputData(HashMap, UserData) - Method in class com.jfw.web.struts2.JFWAction
Set the UserData and UserProfile in outputdata under keys JFWCommonAction.USER_DATA_IN_REQUEST_KEY and JFWCommonAction.USER_PROFILE_IN_REQUEST_KEY.
setUserDesc(String) - Method in class com.jfw.authentication.UserData
 
setUserId(String) - Method in class com.jfw.authentication.UserData
 
setUsername(String) - Method in class com.jfw.authentication.LoginForm
 
setUsername(String) - Method in class com.jfw.authentication.UserData
 
setUserProfile(UserProfile) - Method in class com.jfw.authentication.UserData
 
setValue(String) - Method in class com.jfw.web.tags.GenericTag
 
setWaitSend(boolean) - Method in class com.jfw.mail.SendEmail
Set attribute SendEmail.waitSend.
SHELL_FILE - Static variable in class com.jfw.update.ShellCmdUpdate
The name of the shell commands file.
ShellCmdUpdate - Class in com.jfw.update
Extract files from the shell file.
ShellCmdUpdate() - Constructor for class com.jfw.update.ShellCmdUpdate
 
ShowConnectionPools - Class in com.jfw.status
Show the connection pools status.
ShowConnectionPools() - Constructor for class com.jfw.status.ShowConnectionPools
 
ShowConnectionPoolsAction - Class in com.jfw.status.struts
Show the connection pools status.
ShowConnectionPoolsAction() - Constructor for class com.jfw.status.struts.ShowConnectionPoolsAction
 
ShowConnectionPoolsAction - Class in com.jfw.status.struts2
Show the connection pools status.
ShowConnectionPoolsAction() - Constructor for class com.jfw.status.struts2.ShowConnectionPoolsAction
 
ShowDBMetadata - Class in com.jfw.status
Show informations (like tables, views, ecc.) of a database.
ShowDBMetadata() - Constructor for class com.jfw.status.ShowDBMetadata
 
ShowDBMetadataAction - Class in com.jfw.status.struts
Show the connection pools status.
ShowDBMetadataAction() - Constructor for class com.jfw.status.struts.ShowDBMetadataAction
 
ShowDBMetadataAction - Class in com.jfw.status.struts2
Show the connection pools status.
ShowDBMetadataAction() - Constructor for class com.jfw.status.struts2.ShowDBMetadataAction
 
ShowDir - Class in com.jfw.status
Show the contents of a directory.
ShowDir() - Constructor for class com.jfw.status.ShowDir
 
ShowDirAction - Class in com.jfw.status.struts
Show the contents of a directory.
ShowDirAction() - Constructor for class com.jfw.status.struts.ShowDirAction
 
ShowDirAction - Class in com.jfw.status.struts2
Show the contents of a directory.
ShowDirAction() - Constructor for class com.jfw.status.struts2.ShowDirAction
 
ShowFile - Class in com.jfw.status
Show the content of a file.
ShowFile() - Constructor for class com.jfw.status.ShowFile
 
ShowFileAction - Class in com.jfw.status.struts
Show the content of a file.
ShowFileAction() - Constructor for class com.jfw.status.struts.ShowFileAction
 
ShowFileAction - Class in com.jfw.status.struts2
Show the content of a file.
ShowFileAction() - Constructor for class com.jfw.status.struts2.ShowFileAction
 
ShowLog - Class in com.jfw.status
Show the log viewer applet.
ShowLog() - Constructor for class com.jfw.status.ShowLog
 
ShowLogAction - Class in com.jfw.status.struts
Show the log viewer applet.
ShowLogAction() - Constructor for class com.jfw.status.struts.ShowLogAction
 
ShowLogAction - Class in com.jfw.status.struts2
Show the log viewer applet.
ShowLogAction() - Constructor for class com.jfw.status.struts2.ShowLogAction
 
showOutput() - Method in class com.jfw.util.ExecProgram
Return the string contrent saved in ExecProgram.outputHistory.
ShowScheduler - Class in com.jfw.status
Show the scheduler page.
ShowScheduler() - Constructor for class com.jfw.status.ShowScheduler
 
ShowSchedulerAction - Class in com.jfw.status.struts
Show the scheduler page.
ShowSchedulerAction() - Constructor for class com.jfw.status.struts.ShowSchedulerAction
 
ShowSchedulerAction - Class in com.jfw.status.struts2
Show the scheduler page.
ShowSchedulerAction() - Constructor for class com.jfw.status.struts2.ShowSchedulerAction
 
SKIPPED_ROWS_SUFFIX - Static variable in class com.jfw.database.ReadDbData
Suffix for readed rows key.
sleep() - Method in class com.jfw.scheduler.Daily
Implement the logic of sleep before the schedule bean is execute.
sleep() - Method in class com.jfw.scheduler.Monthly
Implement the logic of sleep before the schedule bean is execute.
sleep() - Method in class com.jfw.scheduler.Period
Implement the logic of sleep before the schedule bean is execute.
sleep() - Method in class com.jfw.scheduler.ScheduleTypes
Implement the logic of sleep before the schedule bean is execute.
sleep() - Method in class com.jfw.scheduler.Startup
Implement the logic of sleep before the schedule bean is execute.
sleep() - Method in class com.jfw.scheduler.Weekly
Implement the logic of sleep before the schedule bean is execute.
SQL_FILE - Static variable in class com.jfw.update.DBUpdate
The name of the database update file.
stackTrace(Throwable) - Static method in class com.jfw.util.JFWLogger
Get the stack trace from a Throwable object.
stackTrace(Exception) - Static method in class com.jfw.util.JFWLogger
Get the stack trace from a Throwable object.
stackTrace(int) - Static method in class com.jfw.util.Miscellaneous
Get an ArrayList with the lines of a stack trace.
stackTrace(Exception) - Static method in class com.jfw.util.Miscellaneous
Get as a string a stack trace.
stackTrace(Throwable) - Static method in class com.jfw.util.Miscellaneous
Get as a string a stack trace.
start() - Method in class com.jfw.examples.MyCacheSCH
 
start() - Method in class com.jfw.examples.MyProbe
 
start() - Method in class com.jfw.examples.StartupSCH
 
start() - Method in class com.jfw.scheduler.ScheduleBean
Must be implement by sub classses.
start() - Static method in class com.jfw.scheduler.SchedulerStarter
Start the scheduler.
start() - Method in class com.jfw.scheduler.util.CleanOldFiles
Delete old files.
start() - Method in class com.jfw.status.LogViewerObserver
Add this instance as observer of JFWLogger.
start() - Method in class com.jfw.update.Check4Update
Start the schedule bean.
start() - Method in class com.jfw.update.ContainerUpdate
Elaborate the update files.
start() - Method in class com.jfw.update.DBUpdate
Elaborate the web files.
start() - Method in class com.jfw.update.GenericFileUpdate
Elaborate the web files.
start() - Method in class com.jfw.update.JFWUpdate
Must be implement by subclasses.
start() - Method in class com.jfw.update.ShellCmdUpdate
Elaborate the shell files.
start() - Method in class com.jfw.update.WEBUpdate
Elaborate the web files.
start() - Method in class com.jfw.util.Profiler
Set attribute Profiler.startTime with the date-time when called this method.
Starter - Class in com.jfw.update
Start the update process.
Starter() - Constructor for class com.jfw.update.Starter
Create an instance.
startMessage - Static variable in class com.jfw.status.LogViewerObserver
The starting message.
StartSchedulerServlet - Class in com.jfw.scheduler
Start the scheduler.
StartSchedulerServlet() - Constructor for class com.jfw.scheduler.StartSchedulerServlet
 
startTagCloseIndex(String, int) - Method in class com.jfw.pdf.TagElement
 
Startup - Class in com.jfw.scheduler
Implements the logic for Strartup scheduling.
Startup() - Constructor for class com.jfw.scheduler.Startup
 
StartupSCH - Class in com.jfw.examples
 
StartupSCH() - Constructor for class com.jfw.examples.StartupSCH
 
STATEMENT - Static variable in class com.jfw.database.QueryGateway
Used by the method QueryGateway.close().
status() - Method in class com.jfw.database.ConnectionPool
Return detail infos of the connection pool.
STATUS_KEY - Static variable in class com.jfw.probe.ProbeStatus
The key used in ProbeStatus.status.
STATUS_KO - Static variable in class com.jfw.probe.ProbeStatus
A value for ProbeStatus.STATUS_KEY.
STATUS_OK - Static variable in class com.jfw.probe.ProbeStatus
A value for ProbeStatus.STATUS_KEY.
STATUS_TIME - Static variable in class com.jfw.probe.ProbeStatus
The key used in ProbeStatus.status.
StatusAuthentication - Class in com.jfw.status
Implement the adhoc authentication of actions in package com.jfw.status.
StatusAuthentication() - Constructor for class com.jfw.status.StatusAuthentication
 
statusProperties - Variable in class com.jfw.scheduler.ScheduleTypes
Contains execution info relative of the scheduled bean.
stayInLoop() - Method in class com.jfw.status.LogViewerObserver
Create a loop observing the attribute LogViewerObserver.stopObservation.
stop() - Method in class com.jfw.scheduler.ScheduleBean
Set attribute ScheduleBean.toStop at true.
stop() - Method in class com.jfw.scheduler.ScheduleThread
Set attribute ScheduleThread.toStop at true.
stop() - Method in class com.jfw.status.LogViewerObserver
Change the value of LogViewerObserver.stopObservation in true and call the method LogViewerObserver.close().
stop() - Method in class com.jfw.util.Profiler
Set attribute Profiler.stopTime with the date-time when called this method.
stopProcess() - Method in class com.jfw.util.ExecProgram
Stop the process.
StoredProcedureGateway - Class in com.jfw.database
Used for execute stored procedures.
StoredProcedureGateway(HashMap) - Constructor for class com.jfw.database.StoredProcedureGateway
Use the default db resource from the jfw.properties.
StoredProcedureGateway(HashMap, String) - Constructor for class com.jfw.database.StoredProcedureGateway
Use the parameter resourceName as db resource.
StoredProcedureGateway(HashMap, Transaction) - Constructor for class com.jfw.database.StoredProcedureGateway
Use the Transaction for get the Connection to use.
StoredProcedureGateway(HashMap, Connection) - Constructor for class com.jfw.database.StoredProcedureGateway
Use the connection object gived.
stream - Variable in class com.jfw.web.filter.CompressionServletResponseWrapper
The ServletOutputStream that has been returned by getOutputStream(), if any.
substitute(String, HashMap) - Method in class com.jfw.util.Parser
Elaborate a String.
substitute(String, HashMap, PrintWriter) - Method in class com.jfw.util.Parser
Elaborate a String.
suspendEncoding() - Method in class com.jfw.util.Base64.OutputStream
Suspends encoding of the stream.

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