oracle.clex.process
Class LogMessages

java.lang.Object
  |
  +--oracle.cle.process.Process
        |
        +--oracle.cle.process.GenericProcess
              |
              +--oracle.clex.process.LogMessages
All Implemented Interfaces:
Child, java.lang.Cloneable, ProcessConstants, java.io.Serializable, State

Deprecated. This class will be removed or altered in future releases

public abstract class LogMessages
extends GenericProcess

Log Messages through the MessageHandler. The MessageLogHandler could go to a database table, file, ... anywhere.

Parameters: errors A Vector of errors to be logged Results: none.

See Also:
Serialized Form

Field Summary
static java.lang.String ERRORS
          Deprecated. Constant for errors parameter
 
Fields inherited from class oracle.cle.process.GenericProcess
parent
 
Fields inherited from class oracle.cle.process.Process
condition, DEBUG, endState, FAILURE, name, processes, service, stateMachine, SUCCESS, TRANSITION_CONDITION_FAILURE, TRANSITION_CONDITION_SUCCESS
 
Fields inherited from interface oracle.cle.process.ProcessConstants
ALLINFO, BINARYSIZE, CONNECTION_PROVIDER_DTD_NAME, CONNECTION_PROVIDER_VALIDATION_PROPERTY, CONTENTTYPE, CURRENTPAGEID, CURRENTSERVICE, ERRORMESSAGE, GENERICBINARYRESULT, GENERICTEXTRESULT, GETINFO_CHECK_ALL, GETINFO_CHECK_CONTROLLERONLY, GETINFO_CHECK_SERVICEONLY, HTML, HTMLRESULT, JSPRESULT, LOGOFF, NOMESSAGE, PAGEID, PDF, PDFRESULT, PRE_GROUP_DTD_NAME, PRE_GROUP_VALIDATION_PROPERTY, PROCESS_FEEDBACK, RESTART, RESULTTYPE, RULES_DTD_NAME, SERVICE_DESCRIPTOR, SERVICE_DTD_NAME, SERVICE_VALIDATION_PROPERTY, SERVICEINITIALSTATE, SERVICENAME, SESSIONID, SKIP, STACKTRACE, USER, USERROLE, WML, XML, XMLRESULT
 
Constructor Summary
LogMessages()
          Deprecated. Constructor for LogMessages
LogMessages(Service aService)
          Deprecated. Constructor for LogMessages
 
Method Summary
abstract  void logMessages(java.util.Vector errors, MessageLogHandler logHandler)
          Deprecated. Implement this method to call the appropriate method(s) in the specified MessageLogHandler depending on the contents of the specified error Vector.
protected  void registerInfo()
          Deprecated. Register processes in this Process group
 void start()
          Deprecated. Start Calls oracle.clex.pesistence.handler.MessageLogHandler to log messages to a JDBC data source.
 
Methods inherited from class oracle.cle.process.GenericProcess
clone, getBooleanInfo, getFloatInfo, getInfo, getInfo, getInfo, getInfoValue, getInfoValue, getInfoValueFromController, getInfoValueFromService, getIntegerInfo, getParameterNamed, getParameters, getParent, getParents, getResultNamed, getResults, getSessionId, getStringInfo, processParameters, processResults, registerBooleanParameter, registerBooleanResult, registerIntegerParameter, registerIntegerResult, registerParameter, registerProcessInfo, registerResult, registerStringArrayParameter, registerStringArrayResult, registerStringParameter, registerStringParameter, registerStringResult, registerStringResult, retrieveStringParameter, runTest, setParent, setResult, setResult, setResult
 
Methods inherited from class oracle.cle.process.Process
addCondition, addProcess, cloneProcess, debug, generateFailureCondition, generateSuccessCondition, getClassname, getCondition, getConditions, getIconName, getImageName, getName, getProcesses, getProcessNamed, getStateMachine, hashCode, isEndState, removeCondition, removeCondition, reportException, returnCondition, setCondition, setCondition, setEndState, setName, setService, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ERRORS

public static final java.lang.String ERRORS
Deprecated. 
Constant for errors parameter
Constructor Detail

LogMessages

public LogMessages()
Deprecated. 
Constructor for LogMessages

LogMessages

public LogMessages(Service aService)
Deprecated. 
Constructor for LogMessages
Method Detail

registerInfo

protected void registerInfo()
Deprecated. 
Register processes in this Process group
Overrides:
registerInfo in class GenericProcess

logMessages

public abstract void logMessages(java.util.Vector errors,
                                 MessageLogHandler logHandler)
                          throws java.lang.Exception
Deprecated. 
Implement this method to call the appropriate method(s) in the specified MessageLogHandler depending on the contents of the specified error Vector.

start

public void start()
           throws TransitionConditionException
Deprecated. 
Start Calls oracle.clex.pesistence.handler.MessageLogHandler to log messages to a JDBC data source.
Overrides:
start in class GenericProcess
See Also:
oracle.clex.pesistence.handler.MessageLogHandler


Copyright © 2003 ORACLE Corp. All Rights Reserved.