Serialized Form
Package oracle.cle.exception |
errCode
java.lang.String errCode
- The error code like CLE-XXX
errorMessage
java.lang.String errorMessage
- The one line error message
detailedErrorMessage
java.lang.String detailedErrorMessage
- The detailed error message
possibleFix
java.lang.String possibleFix
- The possible fix for this message
callingObject
java.lang.Object callingObject
- The Object where the Exception occurred
lastException
java.lang.Exception lastException
- The exception that caused this one to be created. Required for Chaining
cleException
CLEException cleException
Package oracle.cle.persistence |
dtdValidation
boolean dtdValidation
sessionProviders
java.util.Map sessionProviders
- This map contains the dynamic deployment keys of providers that belong to a
particular session id. Each entry in this map has the session id as a key
and a collection of dynamic provider deployment keys as a value.
defaultProperties
java.util.Properties defaultProperties
userName
java.lang.String userName
password
java.lang.String password
host
java.lang.String host
port
java.lang.String port
failover
java.lang.String failover
sid
java.lang.String sid
driverType
java.lang.String driverType
connectionString
java.lang.String connectionString
persistenceBase
java.lang.String persistenceBase
encryptionType
java.lang.String encryptionType
propertyKeys
java.util.Set propertyKeys
scope
java.lang.String scope
- Scope defines when a connection is released. There are three possibilities:
1. NO_SCOPE, the connection is released immediately when the
releaseConnection method is called. This is the default scope.
2. REQUEST_SCOPE, the connection at the end of the request. The connection
is only released if releaseConnection is called during this request.
3. SESSION_SCOPE, the connection is only released at the end of a session.
releaseConnection doesn't do anything if this scope is used.
connection
java.lang.Object connection
deploymentKey
java.lang.String deploymentKey
sessionConnectionIds
java.util.Map sessionConnectionIds
- This map contains the connection ids that belong to a particular
session id where connectionId != sessionId.
It basically contains all connections that are retrieved with the
getConnection(Object sessionId, Object connectionId) method (with
connectionId is not null).
Each entry in this map has the session id as a key and
a collection of connection ids as a value.
releasedConnectionIds
java.util.Collection releasedConnectionIds
- This map contains all the connection ids that can be released at the end
of the request.
Package oracle.cle.persistence.handler |
provider
ConnectionProvider provider
provider
ConnectionProvider provider
Package oracle.cle.process |
groupNavigationTable
java.util.Hashtable groupNavigationTable
dtdValidation
boolean dtdValidation
parent
Parent parent
- The GenericProcess that contains and starts this Process.
This is NOT a Parent because Parent doesn't
implement getParents().
parameters
java.util.Hashtable parameters
- A Hashtable containing this Process' required
ProcessParameters
results
java.util.Hashtable results
- A Hashtable containing this Process' results
skipable
boolean skipable
- If this is set to true, then the ParentProcess can bypass
its StateMachine's TransitionTable to run the skip() method.
name
java.lang.String name
- A hopefully unique name given to this process
stateMachine
StateMachine stateMachine
- A statemachine object
conditions
java.util.Hashtable conditions
- The transition conditions that are available for this State to return
to the StateMachine.
service
Service service
- The Service that contains this Process.
endState
boolean endState
condition
TransitionCondition condition
- The TransitionCondition that is curently set to be returned by this State.
In other owrds, if we called returnCondition() at any given point in
time, it would return this attribute.
processes
java.util.Vector processes
- A list containing all of this process' child processes
ie: Services would contain DisplayGroups,
DisplayGroups would contain Processes,
Processes would contain ??? Anything ???
DEBUG
boolean DEBUG
- Set this to true to get diagnostic remarks
name
java.lang.String name
type
java.lang.String type
description
java.lang.String description
value
java.lang.Object value
producer
java.lang.String producer
- This is the Process object that produced this info as a Result
infoTable
java.util.Hashtable infoTable
- A table containing all of this Service's offspring's
prerequisites and results (ProcessParameters and
ProcessResults). This includes children, grandchildren,
great grandchildren, etc...
aliasTable
java.util.Hashtable aliasTable
- A table containing aliases for the names of some of the
ProcessInfo (Parameters and Results) objects. In short, a Process
can call a ProcessInfo one name but it can actually refer to
a ProcessInfo of another name at the Service level. This table is
checked first before finding or setting a ProcessInfo.
groupNavigationTable
java.util.Hashtable groupNavigationTable
- A table for storing the information to be passed to each of the
DisplayGroups of this Service. This table will provide the information
that the Group needs to set the Service's next initial state
globalInfoNames
java.util.Vector globalInfoNames
- A list of the names of the ProcessInfos that will be passed on to a
subsequently called Service. This allows us keep information among
services without having to get it again.
validationAttributes
java.lang.String validationAttributes
- Contains validation attributes.
dtdValidation
boolean dtdValidation
- Determines whether to validate the Service descriptor file
against the dtd
key
java.lang.String key
sc
StringCompare sc
months
java.lang.String[] months
shortMonths
java.lang.String[] shortMonths
year
int year
month
int month
day
int day
hour
int hour
minute
int minute
second
int second
compare
Compare compare
Package oracle.cle.util.statemachine |
states
java.util.Vector states
- The set of states in this FSM
transitionTable
TransitionTable transitionTable
- The transition table function for this FSM
initialState
java.lang.String initialState
- The single initial state for this FSM
currentState
java.lang.String currentState
- The single state that this FSM is currently in
stateStack
java.util.Stack stateStack
- The history of this FSM
DEBUG
boolean DEBUG
- Set this to true for diagnostic messages
stateMachine
StateMachine stateMachine
- The FSM being validated
violations
java.util.Vector violations
- A list of all the violations found for the StateMachine being
validated.
DEBUG
boolean DEBUG
- Set this to true for diagnostic messages
violationCode
java.lang.String violationCode
- The possible values for this code are found as constants in this class
specificMessage
java.lang.String specificMessage
- The specific message for this violation.
This is apart from the
violationCode
fromState
State fromState
- reference to source
State
in question
toState
State toState
- reference to destination
State
in question
condition
TransitionCondition condition
- reference to
TransitionCondition
in question
value
int value
name
java.lang.String name
stateTable
java.util.Hashtable stateTable
- A datastructure indexing the "to" States keyed on "from" State
and TransitionCondition
transitionTable
java.util.Hashtable transitionTable
- A datastructure indexing the TransitionConditions keyed on "from" State
and "to" State.
DEBUG
boolean DEBUG
- Set this to true for diagnostic messages
Package oracle.clex.persistence.bc4j |
pool
java.util.Hashtable pool
- Holds the ApplicationModules that this provider has doled out
moduleName
java.lang.String moduleName
- This should be specified in the properties for this provider
urlPackagePrefix
java.lang.String urlPackagePrefix
- This should be specified in the properties for this provider
applicationPool
oracle.jbo.common.ampool.ApplicationPool applicationPool
- The Pool of ApplicationModules
Package oracle.clex.persistence.datasource |
cache
java.util.Hashtable cache
- This is here to support releasing a Connection
via the releaseConnection method. If a connection is not
released to the pool, calling getConnection should return
the one they are holding on to again because it is in this cache.
Package oracle.clex.persistence.ejb |
homeInterface
javax.ejb.EJBHome homeInterface
- The single Home Interface for this provider. This is derived from the
properties loaded for this provider.
classname
java.lang.String classname
- The classname for the EJBHome that we are looking for.
contextFactory
java.lang.String contextFactory
NON_SSL_LOGIN
java.lang.String NON_SSL_LOGIN
Package oracle.clex.persistence.ejb.oc4j |
Package oracle.clex.persistence.handler |
Package oracle.clex.persistence.ifs |
librarySession
oracle.ifs.beans.LibrarySession librarySession
- The single LibrarySession for this provider. This is derived from the
properties loaded for this provider.
serviceName
java.lang.String serviceName
servicePassword
java.lang.String servicePassword
Package oracle.clex.persistence.jdbc |
pool
java.util.Hashtable pool
- Holds the Connections that this provider has pooled out
pool
javax.sql.PooledConnection pool
connectionTable
java.util.Hashtable connectionTable
Package oracle.clex.persistence.jndi |
jndiObject
java.lang.Object jndiObject
- The JNDI Object that is provided by this class
jndiName
java.lang.String jndiName
- This should be specified in the properties for this provider
NON_SSL_LOGIN
java.lang.String NON_SSL_LOGIN
Package oracle.clex.persistence.sqlj |
contextPool
java.util.Hashtable contextPool
jdbcConnection
java.sql.Connection jdbcConnection
defaultContext
sqlj.runtime.ref.DefaultContext defaultContext
Package oracle.clex.persistence.toplink |
applicationData
java.util.Hashtable applicationData
- Deprecated.
projectPackage
java.lang.String projectPackage
projectName
java.lang.String projectName
server
oracle.toplink.threetier.Server server
mappingDescriptor
java.lang.String mappingDescriptor
shouldLogMessages
boolean shouldLogMessages
isRuntime
boolean isRuntime
connections
java.util.Hashtable connections
- This is a table of TOPLinkConnections keyed by user
projectPackage
java.lang.String projectPackage
- Deprecated.
projectName
java.lang.String projectName
- Deprecated.
licensePath
java.lang.String licensePath
- Deprecated.
key
java.lang.String key
- Deprecated.
projectDirectory
java.lang.String projectDirectory
- Deprecated.
isRuntime
boolean isRuntime
- Deprecated.
shouldLogMessages
boolean shouldLogMessages
- Deprecated.
server
TOPLink.Public.ThreeTier.Server server
- Deprecated.
connections
java.util.Hashtable connections
- Deprecated.
- This is a table of TOPLinkConnections keyed by user
projectPackage
java.lang.String projectPackage
- Deprecated.
projectName
java.lang.String projectName
- Deprecated.
licensePath
java.lang.String licensePath
- Deprecated.
key
java.lang.String key
- Deprecated.
projectDirectory
java.lang.String projectDirectory
- Deprecated.
isRuntime
boolean isRuntime
- Deprecated.
shouldLogMessages
boolean shouldLogMessages
- Deprecated.
session
TOPLink.Public.Sessions.DatabaseSession session
- Deprecated.
Package oracle.clex.process |
infosVector
java.util.Vector infosVector
infoToRemoveString
java.lang.String infoToRemoveString
inputStream
java.io.BufferedInputStream inputStream
jspLocationUrl
java.lang.String jspLocationUrl
lookupKey
java.lang.String lookupKey
tagName
java.lang.String tagName
pdfLocationKey
java.lang.String pdfLocationKey
url
java.net.URL url
pdf
java.lang.String pdf
infoTable
java.util.Hashtable infoTable
isSelectProcessingComplete
boolean isSelectProcessingComplete
selectTagName
java.lang.String selectTagName
filename
java.lang.String filename
className
java.lang.String className
valueProvider
java.lang.Class valueProvider
valueProviderInstance
GenericProcess valueProviderInstance
htmlDynamicLine
HTMLString htmlDynamicLine
url
java.net.URL url
lookupPage
boolean lookupPage
pageLocationKey
java.lang.String pageLocationKey
htmlInputBufferLine
java.lang.String htmlInputBufferLine
- HTML line read from input buffer
htmlInputBufferNextLine
java.lang.String htmlInputBufferNextLine
- // Next HTML Line
wrbSubStr
java.lang.String wrbSubStr
- Sub string of HTML line beginning from WRB_INC
wrbStr
java.lang.String wrbStr
- Sub string between beginning from WRB_INC to ">"
valueStr
java.lang.String valueStr
- Actual getXXX - valueStr contains XXX
xslLocationKey
java.lang.String xslLocationKey
- Deprecated.
xmlLocationKey
java.lang.String xmlLocationKey
- Deprecated.
tagName
java.lang.String tagName
- Deprecated.
xmlDocInfoName
java.lang.String xmlDocInfoName
- Deprecated.
useFile
boolean useFile
- Deprecated.
xsltFileURLString
java.lang.String xsltFileURLString
- The file URL where the XSLT for this process is located
lookupPage
boolean lookupPage
pageLocationKey
java.lang.String pageLocationKey
xsltFileURLString
java.lang.String xsltFileURLString
- Deprecated.
- The file URL where the XSLT for this process is located
lookupPage
boolean lookupPage
- Deprecated.
pageLocationKey
java.lang.String pageLocationKey
- Deprecated.
generatedHTMLString
java.lang.String generatedHTMLString
- Deprecated.
numberOfParameters
int numberOfParameters
removeAllInfoFlag
java.lang.Boolean removeAllInfoFlag
removeInfosFlag
java.lang.Boolean removeInfosFlag
useGlobalName
java.lang.Boolean useGlobalName
infosVector
java.util.Vector infosVector
CONDITION_NAME_PREFIX
java.lang.String CONDITION_NAME_PREFIX
PARAMETER_NAME_PREFIX
java.lang.String PARAMETER_NAME_PREFIX
mDefaultCondition
TransitionCondition mDefaultCondition
parameterTokens
java.util.List parameterTokens
xmlRuleFileHolder
java.lang.String xmlRuleFileHolder
lookupFileLocation
boolean lookupFileLocation
complexResults
boolean complexResults
attributes
java.util.Map attributes
mandatoryFields
java.util.Vector mandatoryFields
numberFields
java.util.Vector numberFields
positiveNumberFields
java.util.Vector positiveNumberFields
decimalFields
java.util.Vector decimalFields
positiveDecimalFields
java.util.Vector positiveDecimalFields
dateFields
java.util.Hashtable dateFields
regularExpressionFields
java.util.Hashtable regularExpressionFields
conditionalMandatoryFields
java.util.Hashtable conditionalMandatoryFields
labelHash
java.util.Hashtable labelHash
errorMsgs
java.util.Vector errorMsgs
mandatoryFields
java.util.Vector mandatoryFields
- Deprecated.
roles
java.util.Vector roles
Package oracle.clex.process.controller |
DEBUG
boolean DEBUG
serviceName
java.lang.String serviceName
serviceDescriptorName
java.lang.String serviceDescriptorName
serviceCache
Service serviceCache
aSessionIdObj
java.lang.Object aSessionIdObj
Package oracle.clex.process.displaygroup |
roles
java.util.Vector roles
- Deprecated.
Package oracle.clex.process.jsp |
session
javax.servlet.http.HttpSession session
Package oracle.clex.process.jsp.taglib.tags |
attribute
java.lang.String attribute
infoName
java.lang.String infoName
hiddenName
java.lang.String hiddenName
session
javax.servlet.http.HttpSession session
maxlength
java.lang.String maxlength
- beanId: The name of the bean containing the attribute.
attribute:The name of the attribute in the bean containing the value.
name: name of the field
style: stylesheet attribute
styleClass: stylesheet attribute for style sheet
value: value of the input field
size
java.lang.String size
pattern
java.lang.String pattern
beanName
java.lang.String beanName
attribute
java.lang.String attribute
name
java.lang.String name
style
java.lang.String style
styleClass
java.lang.String styleClass
value
java.lang.String value
onChange
java.lang.String onChange
onClick
java.lang.String onClick
onDblClick
java.lang.String onDblClick
onMouseOver
java.lang.String onMouseOver
onMouseOut
java.lang.String onMouseOut
onMouseMove
java.lang.String onMouseMove
onMouseDown
java.lang.String onMouseDown
onMouseUp
java.lang.String onMouseUp
onSelect
java.lang.String onSelect
onBlur
java.lang.String onBlur
onFocus
java.lang.String onFocus
properties
java.util.Hashtable properties
errorImage
java.lang.String errorImage
errorChar
java.lang.String errorChar
type
java.lang.String type
defaultInd
java.lang.String defaultInd
name
java.lang.String name
- Name of the request scope attribute containing our error messages,
if any.
textColor
java.lang.String textColor
- color of text for lines of the error messages
style
java.lang.String style
- Style attribute associated with component.
styleClass
java.lang.String styleClass
- Named Style class associated with component.
type
java.lang.String type
defaultInd
java.lang.String defaultInd
match
java.lang.String match
- The actual value we will match against, calculated in doStartTag().
errorInd
java.lang.String errorInd
multiple
java.lang.String multiple
- Should multiple selections be allowed? Any non-null value will
trigger rendering this.
obj
java.lang.Object obj
links
java.lang.String links
labels
java.lang.String labels
infoName
java.lang.String infoName
session
javax.servlet.http.HttpSession session
clear
boolean clear
infoName
java.lang.String infoName
extraParameters
java.lang.String extraParameters
session
javax.servlet.http.HttpSession session
attribute
java.lang.String attribute
resource
java.lang.String resource
infoName
java.lang.String infoName
selectValue
java.lang.String selectValue
selectNumber
int selectNumber
selectInfoName
boolean selectInfoName
session
javax.servlet.http.HttpSession session
test
java.lang.String test
- test flag
columnWidths
java.lang.String columnWidths
- table view to show
columnNames
java.lang.String columnNames
inputNames
java.lang.String inputNames
displayParameters
java.lang.String displayParameters
attributes
java.lang.String attributes
formatParameters
java.lang.String formatParameters
infoName
java.lang.String infoName
extraParameters
java.lang.String extraParameters
tableParameters
java.lang.String tableParameters
clear
boolean clear
selectInfoName
boolean selectInfoName
selectCollectionInfoName
java.lang.String selectCollectionInfoName
session
javax.servlet.http.HttpSession session
test
java.lang.String test
- test flag
app
java.lang.String app
- App Name and help file name
help
java.lang.String help
currentLevel
int currentLevel
nextLevelToDisplay
int nextLevelToDisplay
dataItemNumber
int dataItemNumber
expandDataItem
int expandDataItem
levelSelectable
int levelSelectable
isExpanded
boolean isExpanded
multiSelect
boolean multiSelect
readOnly
boolean readOnly
selectInfoName
boolean selectInfoName
useRadio
boolean useRadio
multipleAttributes
boolean multipleAttributes
- indicates if there are different methods to call to get the text for each
level
Vector stores these.
attributeVector
java.util.Vector attributeVector
multipleCollectionAttributes
boolean multipleCollectionAttributes
- indicates if there are different methods to call to get the children
for each level
Vector stores these.
collectionAttributeVector
java.util.Vector collectionAttributeVector
idAttribute
java.lang.String idAttribute
requestTarget
java.lang.String requestTarget
data
java.util.Collection data
- target data structure
currentlySelected
java.util.TreeSet currentlySelected
expandedNodes
java.util.TreeSet expandedNodes
html
java.lang.StringBuffer html
- Output buffer
session
javax.servlet.http.HttpSession session
- user session
linkTarget
java.lang.String linkTarget
- Variables for tag attributes
infoName
java.lang.String infoName
attribute
java.lang.String attribute
collectionAttribute
java.lang.String collectionAttribute
debug
boolean debug
- test flag
expandAll
boolean expandAll
OFF_TD
java.lang.String OFF_TD
- HTML Constants
ON_TD
java.lang.String ON_TD
OFF_TR
java.lang.String OFF_TR
ON_TR
java.lang.String ON_TR
PLACEHOLDER_GIF
java.lang.String PLACEHOLDER_GIF
DOWN
java.lang.String DOWN
RIGHT
java.lang.String RIGHT
resourceServletURL
java.lang.String resourceServletURL
cols
java.lang.String cols
rows
java.lang.String rows
Package oracle.clex.tools.processgenerator.process |
Package oracle.clex.tools.processgenerator.process.service |
defaultValue
java.lang.Object defaultValue
req
javax.servlet.ServletRequest req
dir
java.io.File dir
maxSize
int maxSize
parameters
java.util.Hashtable parameters
files
java.util.Hashtable files
Package oracle.clex.util.http |
target
java.lang.String target
DEBUG
boolean DEBUG
Copyright © 2003 ORACLE Corp. All Rights Reserved.