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

A

ADAPTER_DESCRIPTION - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the description of the resource adapter for display purposes.
ADAPTER_EISTYPE - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the EIS type of the resource adapter for display purposes.
ADAPTER_NAME - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the name of the resource adapter for display purposes.
ADAPTER_VENDOR - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the vendor name of the resource adapter for display purposes.
ADAPTER_VERSION - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the version of the resource adapter for display purposes.
ADDITIONAL_CLEANUP_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
 
AI_HEADER_END_TAG - Static variable in class com.bea.wlai.event.EventMessageEndpoint
 
AI_HEADER_START_TAG - Static variable in class com.bea.wlai.event.EventMessageEndpoint
 
ALREADY_CLOSED - Static variable in interface com.bea.adapter.util.IConstants
 
ALREADY_DESTROYED - Static variable in interface com.bea.adapter.util.IConstants
 
AUDIT_INT - Static variable in class com.bea.logging.LogPriority
 
AbstractBEAManagedConnectionFactory - class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory.
Extends AbstractManagedConnectionFactory to provide BEA specific license verification.
AbstractBEAManagedConnectionFactory() - Constructor for class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory
Constructs an instance if the license verification succeeds.
AbstractBEAPullEventGenerator - class com.bea.adapter.event.AbstractBEAPullEventGenerator.
BEA Specific class for licensing.
AbstractBEAPullEventGenerator() - Constructor for class com.bea.adapter.event.AbstractBEAPullEventGenerator
 
AbstractBEAPushEventGenerator - class com.bea.adapter.event.AbstractBEAPushEventGenerator.
BEA Specific class for licensing.
AbstractBEAPushEventGenerator() - Constructor for class com.bea.adapter.event.AbstractBEAPushEventGenerator
 
AbstractConnection - class com.bea.adapter.cci.AbstractConnection.
A simple implementation of the CCI Connection interface.
AbstractConnection(AbstractManagedConnection) - Constructor for class com.bea.adapter.cci.AbstractConnection
Creates an object that represents an application-level connection handle to an EIS.
AbstractConnectionMetaData - class com.bea.adapter.spi.AbstractConnectionMetaData.
 
AbstractConnectionMetaData(AbstractManagedConnection) - Constructor for class com.bea.adapter.spi.AbstractConnectionMetaData
 
AbstractDesignTimeRequestHandler - class com.bea.adapter.web.AbstractDesignTimeRequestHandler.
Provides an implementation for common actions in a design time Web application for deploying application views and connection factories.
AbstractDesignTimeRequestHandler() - Constructor for class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Initializes an initial context to ensure we are running in a valid environment.
AbstractDocumentRecordInteraction - class com.bea.adapter.cci.AbstractDocumentRecordInteraction.
Provides a base implementation for adapter providers to extend.
AbstractDocumentRecordInteraction(AbstractConnection) - Constructor for class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Constructs an instance
AbstractEventGenerator - class com.bea.adapter.event.AbstractEventGenerator.
Provides a base implementation of an event generator; an event generator is responsible for polling for an Event and posting an Event to the Event router.
AbstractEventGenerator() - Constructor for class com.bea.adapter.event.AbstractEventGenerator
 
AbstractInputTagSupport - class com.bea.web.tag.AbstractInputTagSupport.
An abstract base class for input tags to extend from.
AbstractInputTagSupport() - Constructor for class com.bea.web.tag.AbstractInputTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
AbstractInteraction - class com.bea.adapter.cci.AbstractInteraction.
Provides a base implementation for adapter providers to extend.
AbstractInteraction(AbstractConnection) - Constructor for class com.bea.adapter.cci.AbstractInteraction
Constructs an instance
AbstractLocalTransaction - class com.bea.adapter.spi.AbstractLocalTransaction.
Reduces the effort in implementing a LocalTransaction, provides logging, event notification, etc.
AbstractLocalTransaction(AbstractManagedConnection) - Constructor for class com.bea.adapter.spi.AbstractLocalTransaction
 
AbstractManagedConnection - class com.bea.adapter.spi.AbstractManagedConnection.
Provides functionality that is common across resource adapters for implementing the ManagedConnection interface.
AbstractManagedConnection(AbstractManagedConnectionFactory, LogContext, boolean, boolean) - Constructor for class com.bea.adapter.spi.AbstractManagedConnection
Initializes the base class components provided by this class for concrete ManagedConnections.
AbstractManagedConnectionFactory - class com.bea.adapter.spi.AbstractManagedConnectionFactory.
A ManagedConnectionFactory creates physical connections to the underlying EIS for the application server.
AbstractManagedConnectionFactory() - Constructor for class com.bea.adapter.spi.AbstractManagedConnectionFactory
Constructs a managed connection factory instance.
AbstractPullEventGenerator - class com.bea.adapter.event.AbstractPullEventGenerator.
A class that does work for an event generator.
AbstractPullEventGenerator() - Constructor for class com.bea.adapter.event.AbstractPullEventGenerator
 
AbstractPushEventGenerator - class com.bea.adapter.event.AbstractPushEventGenerator.
The primary responsibilites of this class is to listen for events and call postEvents.
AbstractPushEventGenerator() - Constructor for class com.bea.adapter.event.AbstractPushEventGenerator
 
AbstractWLIResourceAdapter - class com.bea.adapter.spi.AbstractWLIResourceAdapter.
Abstract Resource Adapter class that encapsulates the generic functionality across all adapters
AbstractWLIResourceAdapter() - Constructor for class com.bea.adapter.spi.AbstractWLIResourceAdapter
Constructs a resource adapter instance.
ActionResult - class com.bea.web.ActionResult.
Encapsulates information about the outcome of processing a request.
ActionResult() - Constructor for class com.bea.web.ActionResult
 
ActionResult(String) - Constructor for class com.bea.web.ActionResult
 
ActionResult(String, boolean, String, String) - Constructor for class com.bea.web.ActionResult
 
ActivationSpec - interface com.bea.connector.ActivationSpec.
 
AdapterStatusListener - interface com.bea.connector.AdapterStatusListener.
Listener interface to allow interested parties to monitor the status of an adapter instance, and react to changes in its status.
adapterStatusChanged(String, String, Status, Status) - Method in interface com.bea.connector.AdapterStatusListener
Indicate that the status of the adapter instance given by adapterID has changed.
addAdapterStatusListener(AdapterStatusListener) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Add a new AdapterStatusListener.
addAdapterStatusListener(AdapterStatusListener) - Method in interface com.bea.connector.WLIResourceAdapter
Add a new AdapterStatusListener.
addConnectionEventListener(ConnectionEventListener) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Adds a connection event listener to this ManagedConnection instance.
addConnectionFactory(String, ConnectionFactory) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Add a ConnectionFactory with the given name into this ResourceAdapter
addConnectionFactory(String, ConnectionFactory) - Method in interface com.bea.connector.WLIResourceAdapter
Add a ConnectionFactory with the given name into this ResourceAdapter
addConnectionHandle(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Adds an application-level connection handle to the collection maintained by this ManagedConnection.
addEventDef(EventMessageEndpointFactory, EventActivationSpec) - Method in class com.bea.adapter.event.LocalEventRouter
 
addEventSchemaToRepository(IEventDescriptor, IDocumentDefinition) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Adds the schema for an event to the repository.
addEventSchemaToRepository(IApplicationViewDescriptor, IEventDescriptor, IDocumentDefinition) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Adds the schema for an event to the repository.
addListener(VariableChangeListener) - Method in interface com.bea.connector.IVariableSet
 
addOrUpdateSchema(SchemaManager, QualifiedName, IDocumentDefinition) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
addParameter(String, String) - Method in class com.bea.web.ActionResult
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bea.adapter.cci.InteractionSpecImpl
To support JavaBeans constrained properties
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
To support JavaBeans constrained properties
addPushListener(IPushListener) - Method in interface com.bea.adapter.event.IPushHandler
adds a push listener to the implementation object
addRuntimeDestination(PrintWriter) - Method in interface com.bea.logging.ILogger
Adds a new destination for log messages at runtime, as opposed to destinations configured using the configuration file.
addRuntimeDestination(PrintWriter) - Method in class com.bea.logging.LogCategory
Add a new destination at runtime.
addSchemaToRepository(String, SOMSchema) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Deprecated. This method should not be used going forward as it does not take into account updating existing schemas or adding both request and response schemas to the repository in one logical unit of work. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly.
addServiceSchemasToRepository(IServiceDescriptor, IDocumentDefinition, IDocumentDefinition) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Adds the request and response schemas for a service to the WLI repository.
addServiceSchemasToRepository(IApplicationViewDescriptor, IServiceDescriptor, IDocumentDefinition, IDocumentDefinition) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Adds the request and response schemas for a service to the WLI repository.
addVariable(String, String, String, String) - Method in interface com.bea.connector.IMutableVariableSet
 
addVetoableChangeListener(VetoableChangeListener) - Method in class com.bea.adapter.cci.InteractionSpecImpl
To support JavaBeans constrained properties
addVetoableChangeListener(VetoableChangeListener) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
To support JavaBeans constrained properties
addevent(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Adds an event to the application view.
addservc(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Adds a service to the application view...This method corresponds to a JSP page named addservc.
afterDelivery() - Method in interface com.bea.connector.MessageEndpoint
 
afterDelivery() - Method in class com.bea.wlai.event.EventMessageEndpoint
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.bea.adapter.spi.NonManagedConnectionManager
Used by a resource adapter's connection factory to allow "this" connection manager to handle a connection request.
allowsNamespacesInRequest() - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Indicates whether this adapter allows namespace information in the request documents it receives.
allowsNullRequest() - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Indicates whether this adapter can allow null request records.
allowsNullResponse() - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Indicates whether this adapter can return null response records.
append(LoggingEvent) - Method in class com.bea.logging.WeblogicAppender
The append method is over-ridden to send messages to the WLS.
appendContext(String) - Method in class com.bea.logging.LogContext
Appends additional context information to this context in a implementation dependent manner.
appendField(StringBuffer, String, Object) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
appendNullableParameterToURL(String, String, String) - Method in class com.bea.web.RequestHandler
Helper method to append a parameter to a URL.
appvwadmin(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is used if the 'save' button is clicked on the appvwadmin.jsp.
assertValidLicense() - Method in class com.bea.adapter.event.AbstractEventGenerator
Verifies the existence of a valid license for this adapter; if there is no valid license available, this method throws an exception to prevent the instantiation of a ManagedConnectionFactory object.
assertValidLicense() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Verifies the existence of a valid license for this adapter; if there is no valid license available, this method throws an exception to prevent the instantiation of a ManagedConnectionFactory object.
assertValidState() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Verifies that "this" is in a valid state that allows "this" to perform its factory responsibilities successfully.
associateConnection(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Used by the container to change the association of an application-level connection handle with a ManagedConnection instance.
audit(String) - Method in interface com.bea.logging.ILogger
Logs audit message by looking up its Key.
audit(String, boolean) - Method in interface com.bea.logging.ILogger
Logs strMessage as message (set isDirect == true)
audit(String, Object[]) - Method in interface com.bea.logging.ILogger
Logs audit messages using an array of arguments.
audit(String, Object) - Method in interface com.bea.logging.ILogger
Logs audit messages with one arg.
audit(Throwable) - Method in interface com.bea.logging.ILogger
Logs exception to audit log
audit(String) - Method in class com.bea.logging.LogCategory
Log a message with the audit priority using the strKey for message lookup.
audit(String, boolean) - Method in class com.bea.logging.LogCategory
Log a message with the audit priority.
audit(String, Object[]) - Method in class com.bea.logging.LogCategory
Log a message with the audit priority.
audit(String, Object) - Method in class com.bea.logging.LogCategory
Convenience method which allows the useer to log an audit message with one argument to fill into the template.
audit(Throwable) - Method in class com.bea.logging.LogCategory
Log a message with the audit priority.

B

BROWSE - Static variable in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
BasicValidationResult - class com.bea.web.validation.BasicValidationResult.
Maintains basic validation results
BootstrapContext - interface com.bea.connector.BootstrapContext.
 
beforeDelivery(Method) - Method in interface com.bea.connector.MessageEndpoint
 
beforeDelivery(Method) - Method in class com.bea.wlai.event.EventMessageEndpoint
 
begin() - Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
byAOL - Static variable in class com.bea.web.UserAgent
 
byMAC - Static variable in class com.bea.web.UserAgent
 
byMSIE - Static variable in class com.bea.web.UserAgent
 
byNETSCAPE - Static variable in class com.bea.web.UserAgent
 
byUNKNOWN - Static variable in class com.bea.web.UserAgent
 
byWINDOWS - Static variable in class com.bea.web.UserAgent
 

C

CONNECTION_EVENT - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for a connection event.
CONNECTION_EVENT_LISTENER_REMOVED - Static variable in interface com.bea.adapter.util.IConstants
 
CONNECTION_EVENT_NO_SOURCE - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for a connection event without a valid source object.
CONNECTION_EVENT_NO_SOURCE_WITH_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for a connection event without a valid source object and an associated exception.
CONNECTION_EVENT_WITH_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for a connection event with an associated exception.
CONNECTION_FACTORY_INFO - Static variable in interface com.bea.adapter.util.IConstants
 
CONNECTION_HANDLE_REMOVED - Static variable in interface com.bea.adapter.util.IConstants
 
CONNECTION_METADATA_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
 
CONNECTION_PING_FAILED - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
CONNECTION_PING_FAILED - Static variable in interface com.bea.adapter.util.IConstants
 
CONNECTION_PROPERTY - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
CREDENTIALS_IN_REQUEST_INFO - Static variable in interface com.bea.adapter.util.IConstants
 
CREDENTIALS_IN_SUBJECT - Static variable in interface com.bea.adapter.util.IConstants
 
CheckBoxTagSupport - class com.bea.web.tag.CheckBoxTagSupport.
Provides the rendering logic for check box.
CheckBoxTagSupport() - Constructor for class com.bea.web.tag.CheckBoxTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
ClientDataInteractionSpec - interface com.bea.connector.ClientDataInteractionSpec.
Interface that allows an adapter's InteractionSpec implementation to request information on the client executing it's interactions.
CommandRunner - class com.bea.adapter.util.CommandRunner.
Helper class for executing a command via a Process obtained by the Runtime object in a thread.
CommandRunner(String) - Constructor for class com.bea.adapter.util.CommandRunner
Constructs an instance to execute a command and wait a maximum of 10 seconds for it to finish.
CommandRunner(String, long) - Constructor for class com.bea.adapter.util.CommandRunner
Constructs an instance to execute a command and wait a maximum of lMaxWait milliseconds for it to finish.
ConnectionEventLogger - class com.bea.adapter.spi.ConnectionEventLogger.
Used to log connection events
ConnectionEventLogger(LogContext) - Constructor for class com.bea.adapter.spi.ConnectionEventLogger
 
ConnectionFactoryImpl - class com.bea.adapter.cci.ConnectionFactoryImpl.
A simple, concrete implementation of the CCI ConnectionFactory interface.
ConnectionFactoryImpl() - Constructor for class com.bea.adapter.cci.ConnectionFactoryImpl
Default constructor
ConnectionFactoryImpl(ManagedConnectionFactory, ConnectionManager, ResourceAdapterMetaDataImpl, LogContext) - Constructor for class com.bea.adapter.cci.ConnectionFactoryImpl
Constructs an instance to create EIS specific application component connection handles.
ConnectionRequestInfoMap - class com.bea.adapter.spi.ConnectionRequestInfoMap.
 
ConnectionRequestInfoMap() - Constructor for class com.bea.adapter.spi.ConnectionRequestInfoMap
 
ConnectionRequestInfoMap(Map) - Constructor for class com.bea.adapter.spi.ConnectionRequestInfoMap
 
ContentTag - class com.bea.web.tag.ContentTag.
Provides the rendering logic for HTML content.
ContentTag() - Constructor for class com.bea.web.tag.ContentTag
 
ControllerServlet - class com.bea.web.ControllerServlet.
A servlet that delegates user input (in the HTTP request object) from an HTML form to a handler method on a com.bea.web.RequestHandler instance.
ControllerServlet() - Constructor for class com.bea.web.ControllerServlet
 
c_categoryFactory - Static variable in class com.bea.logging.LogCategory
 
captureBeanParameters(Class) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Uses java reflection to capture parameters that eventually would be set on the Bean using values found in the current HTTP session for this handler.
captureManagedConnectionFactoryParameters() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
captureResourceAdapterParameters() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
check(String, String, String) - Static method in class com.bea.adapter.util.OEMService
 
checkAdditional(Double, ResourceBundle) - Method in class com.bea.web.validation.DoubleWord
This method is called by the validate method after the lower and upper bounds have been validated.
checkAdditional(Float, ResourceBundle) - Method in class com.bea.web.validation.FloatWord
This method is called by the validate method after the lower and upper bounds have been validated.
checkAdditional(Integer, ResourceBundle) - Method in class com.bea.web.validation.IntegerWord
This method is called by the validate method after the lower and upper bounds have been validated.
checkAndPutProperty(String, Object) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
checkConnection() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Check to see if this managed connection is alive, and if not fire a ConnectionErrorOccurred event.
checkIfClosed() - Method in class com.bea.adapter.cci.AbstractConnection
Checks to see if the client has already called the "close" on this instance.
checkIfDestroyed() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Checks to see if the client has already called the "destroy" on this instance.
checkInitializeState() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Checks initialization state of PullEventGenerator
checkLicense() - Method in class com.bea.adapter.event.AbstractBEAPullEventGenerator
Returns true if the adapter can locate a valid BEA license in the runtime environment; looks for license.bea on the classpath.
checkLicense() - Method in class com.bea.adapter.event.AbstractBEAPushEventGenerator
Returns true if the adapter can locate a valid BEA license in the runtime environment; looks for license.bea on the classpath.
checkLicense() - Method in class com.bea.adapter.event.AbstractEventGenerator
Returns true if the adapter can locate a valid license in the runtime environment.
checkLicense() - Method in class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory
Returns true if the adapter can locate a valid BEA license in the runtime environment; looks for license.bea on the classpath.
checkLicense() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Returns true if the adapter can locate a valid license in the runtime environment.
checkLowerBound(Double, ResourceBundle) - Method in class com.bea.web.validation.DoubleWord
Checks value against the lower bound, minInclusive or minExclusive.
checkLowerBound(Float, ResourceBundle) - Method in class com.bea.web.validation.FloatWord
Checks value against the lower bound, minInclusive or minExclusive.
checkLowerBound(Integer, ResourceBundle) - Method in class com.bea.web.validation.IntegerWord
Checks value against the lower bound, minInclusive or minExclusive.
checkState() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Returns true if all the members of this class are set correctly.
checkThreadState() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Checks the thread state of the PullEventGenerator
checkUpperBound(Double, ResourceBundle) - Method in class com.bea.web.validation.DoubleWord
Checks value against the upper bound, maxInclusive or maxExclusive.
checkUpperBound(Float, ResourceBundle) - Method in class com.bea.web.validation.FloatWord
Checks value against the upper bound, maxInclusive or maxExclusive.
checkUpperBound(Integer, ResourceBundle) - Method in class com.bea.web.validation.IntegerWord
Checks value against the upper bound, maxInclusive or maxExclusive.
cleanUp() - Method in interface com.bea.adapter.event.IPushHandler
clean up
cleanup() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Application server calls this to force any cleanup on the ManagedConnection instance.
clear() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
clear() - Method in interface com.bea.connector.IMutableVariableSet
 
clear() - Method in class com.bea.web.RequestHandler
 
clearNDC() - Method in interface com.bea.logging.INestedDiagnosticContext
Clear any nested disgnostic information.
clearNDC() - Method in class com.bea.logging.LogCategory
Clear any nested disgnostic information.
clearParameters() - Method in class com.bea.web.ActionResult
 
clearWarnings() - Method in class com.bea.adapter.cci.AbstractInteraction
Clears any warnings associated with the last usage of this interaction
clone() - Method in class com.bea.adapter.cci.RecordImpl
Clones the name and description of this record.
clone() - Method in class com.bea.connector.DocumentRecord
Clone this Document Record.
clone() - Method in class com.bea.logging.LogContext
 
cloneNDCStack() - Method in interface com.bea.logging.INestedDiagnosticContext
Clone the diagnostic context for the current thread.
cloneNDCStack() - Method in class com.bea.logging.LogCategory
Clone the diagnostic context for the current thread.
close() - Method in class com.bea.adapter.cci.AbstractConnection
Closes this application-level connection handle.
close() - Method in class com.bea.logging.WeblogicAppender
Does nothing at present release.
closeConnection() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method safely closes the connection handle to the EIS.
com.bea.adapter.cci - package com.bea.adapter.cci
The com.bea.adapter.cci package contains abstract base and utility classes for developing a J2EE Connector Common Client Interface for an adapter.
com.bea.adapter.event - package com.bea.adapter.event
The com.bea.adapter.event package contains classes that provide a basic event generator.
com.bea.adapter.spi - package com.bea.adapter.spi
The com.bea.adapter.cci package contains abstract base and utility classes for developing the SPI portion of a J2EE Connector adapter.
com.bea.adapter.util - package com.bea.adapter.util
The com.bea.adapter.util package contains utility classes used by other ADK packages.
com.bea.adapter.web - package com.bea.adapter.web
The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views.
com.bea.connector - package com.bea.connector
Classes/interfaces that extend the capabilities of the J2EE Connector Architecture.
com.bea.logging - package com.bea.logging
The logging toolkit provided by the ADK allows adapter developers to log internationalized messages to multiple output destinations.
com.bea.web - package com.bea.web
The com.bea.web package provides classes that implement form processing framework.
com.bea.web.tag - package com.bea.web.tag
The com.bea.web.tag package provides classes that implement a custom tag library to support form processing.
com.bea.web.validation - package com.bea.web.validation
The com.bea.web.validation package provides classes that validate user input to support form processing.
com.bea.wlai.event - package com.bea.wlai.event
Provides the WebLogic Application Integration interfaces/classes for working with events.
commit() - Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
compareCharArrays(char[], char[]) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Compares two property arrays for equality.
compareCredentials(Subject, ConnectionRequestInfo) - Method in class com.bea.adapter.spi.AbstractManagedConnection
This method is invoked when the ManagedConnectionFactory is attempting to match this connection with a connection request for the ConnectionManager.
comparePropertyValues(Object, Object) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Compares two properties for equality.
comparePropertyValues(Object, Object) - Method in class com.bea.wlai.event.EventMessageEndpointFactory
Compares two properties for equality.
confconn(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Configures a connection to the underlying EIS.
confevent(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Configures the adapter instance used for event delivery.
configure(Element, Hierarchy) - Method in class com.bea.logging.HierarchyDOMConfigurator
Configure log4j using a configuration element as defined in the log4j.dtd for the specified hierarchy.
configure(String, String, String, Locale, ClassLoader) - Static method in class com.bea.logging.LogManager
Configures the underlying logging system with the parameters specified.
configureManagedConnectionFactory(Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Instantiates and configures an instance of an adapter specific class that implements the javax.resource.spi.ManagedConnectionFactory interface.
configureResourceAdapter(Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Instantiates and configures an instance of an adapter specific class that implements the com.bea.connector.ResourceAdapter interface.
connectionClosed(ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
A ManagedConnection instance calls this method to notify its registered set of listeners when an application component closes a connection handle.
connectionClosed(ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
A ManagedConnection instance calls this method to notify its registered set of listeners when an application component closes a connection handle.
connectionErrorOccurred(ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a physical connection-related error.
connectionErrorOccurred(ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a physical connection-related error.
conninfo(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is used if the 'connection info' link is clicked on the appvwadmin.jsp.
containsField(String) - Method in class com.bea.web.RequestHandler
 
containsKey(Object) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
containsValue(Object) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
createApplicationViewDescriptor(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This convenience method gets an application view descriptor from the deployManager for a given application view.
createConnectionFactory() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
This method is invoked in the non-managed case.
createConnectionFactory(ConnectionManager) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Creates an EIS-specific connection factory.
createConnectionFactory(ConnectionManager, String, String, String, String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Creates a new instance of a connection factory using the supplied parameters.
createEndpoint(XAResource) - Method in interface com.bea.connector.MessageEndpointFactory
 
createEndpoint(XAResource) - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 
createLocalTransaction() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Returns a LocalTransaction.
createMetaData() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Returns an object that provides information about the underlying EIS instance associated with "this" ManagedConnection instance.
createNullArgException(String, String, String, int) - Static method in class com.bea.adapter.util.Helper
 
createSetOfEventTypes(Set, List, List) - Method in class com.bea.adapter.event.AbstractEventGenerator
Creates a set of event types that are known to the router.
createXAResource() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Creates the XA resource if supported.
currentPage - Variable in class com.bea.web.RequestHandler.PageLinkage
 

D

DEFAULT_FORMAT - Static variable in class com.bea.web.validation.DateWord
 
DEFAULT_LENIENT - Static variable in class com.bea.web.validation.DateWord
 
DEFAULT_MAX_WAIT - Static variable in class com.bea.adapter.util.CommandRunner
The default max wait period for waiting for a process to complete.
DESTROYING_APP_LEVEL_CONNECTION_HANDLE - Static variable in interface com.bea.adapter.util.IConstants
 
DESTROY_PHYSICAL_CONNECTION_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
 
DateTagSupport - class com.bea.web.tag.DateTagSupport.
Provides the rendering logic for an HTML form field that accepts date values only.
DateTagSupport() - Constructor for class com.bea.web.tag.DateTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
DateWord - class com.bea.web.validation.DateWord.
Determines if a value is a valid date and is in the proper format.
DateWord() - Constructor for class com.bea.web.validation.DateWord
 
DefaultMessageBundle - class com.bea.adapter.util.DefaultMessageBundle.
Provides messages to ADK classes when there is no available ResourceBundle from the environment.
DefaultMessageBundle() - Constructor for class com.bea.adapter.util.DefaultMessageBundle
 
DesignTimeInteractionSpecImpl - class com.bea.adapter.cci.DesignTimeInteractionSpecImpl.
Encapsulates properties for driving an Interaction with an EIS instance that is used to generate metadata for design-time.
DesignTimeInteractionSpecImpl() - Constructor for class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
DesignTimeInteractionSpecImpl(String) - Constructor for class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
DesignTimeInteractionSpecImpl(String, int, int) - Constructor for class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
DocumentDefinitionRecord - class com.bea.adapter.cci.DocumentDefinitionRecord.
This class encapsulates an IDocumentDefinition as a DocumentRecord.
DocumentDefinitionRecord(IDocumentDefinition) - Constructor for class com.bea.adapter.cci.DocumentDefinitionRecord
 
DocumentInteractionSpec - interface com.bea.connector.DocumentInteractionSpec.
Interface used to indicate an adapter's desire to cache IDocumentDefinition objects for use by it's Interaction object.
DocumentInteractionSpecImpl - class com.bea.adapter.cci.DocumentInteractionSpecImpl.
Extends the base InteractionSpecImpl class to provide an implementation of the com.bea.connector.DocumentInteractionSpec and com.bea.connector.ClientDataInteractionSpec interfaces.
DocumentInteractionSpecImpl() - Constructor for class com.bea.adapter.cci.DocumentInteractionSpecImpl
 
DocumentInteractionSpecImpl(String) - Constructor for class com.bea.adapter.cci.DocumentInteractionSpecImpl
 
DocumentInteractionSpecImpl(String, int, int) - Constructor for class com.bea.adapter.cci.DocumentInteractionSpecImpl
 
DocumentRecord - class com.bea.connector.DocumentRecord.
This class allows Documents to implement the javax.resource.cci.Record interface.
DocumentRecord() - Constructor for class com.bea.connector.DocumentRecord
Default Document Record constructor.
DocumentRecord(String) - Constructor for class com.bea.connector.DocumentRecord
Construct Document Record from a XML String.
DocumentRecord(Element) - Constructor for class com.bea.connector.DocumentRecord
Construct Document Record from an Element.
DocumentRecord(Document) - Constructor for class com.bea.connector.DocumentRecord
Construct Document Record from a DOM Document.
DocumentRecord(InputSource) - Constructor for class com.bea.connector.DocumentRecord
Construct Document Record from an SAX InputSource.
DocumentRecord(IDocument) - Constructor for class com.bea.connector.DocumentRecord
Construct Document Record from IDocument.
DoubleTagSupport - class com.bea.web.tag.DoubleTagSupport.
Provides the rendering logic for an HTML form field that accepts float values only.
DoubleTagSupport() - Constructor for class com.bea.web.tag.DoubleTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
DoubleWord - class com.bea.web.validation.DoubleWord.
Determines if a value is a valid Java Double between a specified range.
DoubleWord() - Constructor for class com.bea.web.validation.DoubleWord
 
debug(String) - Method in interface com.bea.logging.ILogger
Logs a debug message, which are used to determine how the internals of a component are working and are typically not internationalized.
debug(String) - Method in class com.bea.logging.LogCategory
Log a message with the debug priority.
debug(HttpServletRequest) - Method in class com.bea.web.ControllerServlet
 
debug() - Method in class com.bea.web.RequestHandler
 
debugCookies(PrintStream, HttpServletRequest) - Method in class com.bea.web.ControllerServlet
 
debugDocument(String, ILogger, IDocument) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
debugRequest(PrintStream, HttpServletRequest) - Method in class com.bea.web.ControllerServlet
 
debugRequestHeader(PrintStream, HttpServletRequest) - Method in class com.bea.web.ControllerServlet
 
debugRequestInfo(PrintStream, HttpServletRequest) - Method in class com.bea.web.ControllerServlet
 
debugRequestParameters(PrintStream, HttpServletRequest) - Method in class com.bea.web.ControllerServlet
 
debugSession(PrintStream, HttpSession) - Method in class com.bea.web.ControllerServlet
 
depappvw(HttpServletRequest, String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Deploys an application view onto the WLAI server; this method performs the processing of the "depappvw" action.
description - Variable in class com.bea.connector.Status
 
destroy() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Destroys the physical connection to the underlying EIS.
destroy() - Method in class com.bea.wlai.event.EventMessageEndpointFactory
For use by the App Server only.
destroyConnectionHandle(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
This method gets invoked by the cleanup method to allow any clean-up of resources held by this instance for a particular connection handle.
destroyPhysicalConnection(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
This method gets invoked by the destroy method to allow destruction of resources held by this instance for a particular physical connection to the EIS.
disallowNamespacesInRequest() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Indicates if this adapter does not know how to deal with namespaces.
doAction(HttpServletRequest, HttpServletResponse) - Method in class com.bea.web.ControllerServlet
Used to invoke a method on the request handler
doAdditionalCleanup() - Method in class com.bea.adapter.spi.AbstractManagedConnection
This method gets invoked by the cleanup method to allow any clean-up of additional resources held by this instance
doBeginTx(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
doCleanUpOnQuit() - Method in class com.bea.adapter.event.AbstractEventGenerator
Performs any clean-up needed once this object determines that it is time to quit running.
doCleanUpOnQuit() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Performs any clean-up needed once this object determines that it is time to quit running.
doCleanUpOnQuit() - Method in class com.bea.adapter.event.AbstractPushEventGenerator
Performs any clean-up needed once this object determines that it is time to quit running.
doCommitTx(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.bea.web.ControllerServlet
 
doInit(Map) - Method in class com.bea.adapter.event.AbstractEventGenerator
EIS specific initialization, only called once.
doInit(Map) - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Performs EIS specific initialization of this object based on properties in the map argument.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.bea.web.ControllerServlet
 
doRollbackTx(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
doStartTag() - Method in class com.bea.web.tag.CheckBoxTagSupport
 
doStartTag() - Method in class com.bea.web.tag.ContentTag
 
doStartTag() - Method in class com.bea.web.tag.DateTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.DoubleTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.EmailTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.FloatTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.IdentifierTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.IntegerTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.LabelTag
 
doStartTag() - Method in class com.bea.web.tag.PasswordTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.RadioTagSupport
 
doStartTag() - Method in class com.bea.web.tag.SubmitTag
 
doStartTag() - Method in class com.bea.web.tag.TextTagSupport
Prints the tag to the JSP writer.
doStartTag() - Method in class com.bea.web.tag.TextareaTagSupport
 
doStartTag() - Method in class com.bea.web.tag.URLTagSupport
Prints the tag to the JSP writer.
dumpCategories() - Static method in class com.bea.logging.LogCategory
This method will print the configuration for all Categories in the current default hierarchy.
dumpLogContext() - Method in class com.bea.logging.LogContext
 

E

EMPTY_CONTEXT - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating the value for a log context was "" empty and hence invalid.
END_TAG_PREFIX - Static variable in class com.bea.wlai.event.EventMessageEndpoint
 
ERROR_CLOSING_CONNECTION - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
ERROR_CLOSING_CONNECTION - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_ALREADY_STARTED - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_ALREADY_STOPPED - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_INITIALIZED - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_NOT_INITIALIZED - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_REFRESH - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_START - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_STOP - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_WORKER_END_RUN - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_GENERATOR_WORKER_RUN - Static variable in interface com.bea.adapter.util.IConstants
 
EVENT_TYPE_SET - Static variable in interface com.bea.adapter.util.IConstants
 
EXCEPTION - Static variable in class com.bea.adapter.util.CommandRunner
Possible return value from getExitValue; indicates that an exception was encountered while executing the command, such as the executable was not in the user's path.
EXCEPTION_DURING_POST - Static variable in interface com.bea.adapter.util.IConstants
 
EmailTagSupport - class com.bea.web.tag.EmailTagSupport.
Provides the rendering logic for an HTML form field that accepts email address values only.
EmailTagSupport() - Constructor for class com.bea.web.tag.EmailTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
EmailWord - class com.bea.web.validation.EmailWord.
Determines if a value is a valid email address.
EmailWord() - Constructor for class com.bea.web.validation.EmailWord
 
EventActivationSpec - interface com.bea.wlai.event.EventActivationSpec.
 
EventMessageEndpoint - class com.bea.wlai.event.EventMessageEndpoint.
Event Message Endpoint class is used to publish to message broker topic and wlai_event_topic for remote wlai clients.
EventMessageEndpoint(EventMessageEndpointFactory, String, String, AuthenticatedSubject) - Constructor for class com.bea.wlai.event.EventMessageEndpoint
 
EventMessageEndpointFactory - class com.bea.wlai.event.EventMessageEndpointFactory.
Event Message Endpoint factory creates new instance of EventMessageEndpoint
EventMessageEndpointFactory(String, String, int, int) - Constructor for class com.bea.wlai.event.EventMessageEndpointFactory
 
EventMetaData - class com.bea.adapter.event.EventMetaData.
Application specific data object.
EventMetaData() - Constructor for class com.bea.adapter.event.EventMetaData
 
EventRouterException - exception com.bea.adapter.event.EventRouterException.
An exception which indicates an error accessing or manipulating the event router
EventRouterException(String) - Constructor for class com.bea.adapter.event.EventRouterException
 
EventRouterException(String, Exception) - Constructor for class com.bea.adapter.event.EventRouterException
 
editEventDescriptor(ActionResult, IEventDescriptor, HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is called by the edtservc response method.
editServiceDescriptor(ActionResult, IServiceDescriptor, HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is called by the edtservc response method.
edtappvw(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method handles the edit application view action.
edtevent(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Edits an Event.
edtservc(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Edits a service.
eisAvailable(String) - Method in class com.bea.adapter.event.LocalEventRouter
Allows the EventGenerator to indicate that its EIS instance is now available.
eisAvailable(String) - Method in interface com.bea.wlai.event.IEventRouter
Allows the EventGenerator to indicate that its EIS instance is now available.
eisUnavailable(String) - Method in class com.bea.adapter.event.LocalEventRouter
Allows the EventGenerator to indicate that its EIS instance is temporarily unavailable.
eisUnavailable(String) - Method in interface com.bea.wlai.event.IEventRouter
Allows the EventGenerator to indicate that its EIS instance is temporarily unavailable.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Add a new subscription for inbound messages to this adapter instance.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface com.bea.connector.ResourceAdapter
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Remove a subscription for inbound messages that was previously given to this adapter instance.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface com.bea.connector.ResourceAdapter
 
entrySet() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
equals(Object) - Method in class com.bea.adapter.cci.RecordImpl
Compares the argument to this
equals(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
equals(Object) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
equals(Object) - Method in class com.bea.connector.DocumentRecord
Compares Document Record with pass Object.
equals(Object) - Method in class com.bea.logging.LogContext
 
equals(Object) - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 
error(String) - Method in interface com.bea.logging.ILogger
Logs error message by looking up its Key.
error(String, boolean) - Method in interface com.bea.logging.ILogger
Logs strMessage as message (set isDirect == true)
error(String, Object[]) - Method in interface com.bea.logging.ILogger
Logs error message with one arg.
error(String, Object) - Method in interface com.bea.logging.ILogger
Logs error message with one arg.
error(Throwable) - Method in interface com.bea.logging.ILogger
Logs exceptions into the log
error(String) - Method in class com.bea.logging.LogCategory
Log a message with the error priority.
error(String, boolean) - Method in class com.bea.logging.LogCategory
Log a message with the error priority.
error(String, Object[]) - Method in class com.bea.logging.LogCategory
Log a message with the error priority.
error(String, Object) - Method in class com.bea.logging.LogCategory
Convenience method which allows the user to log an error message with one argument to fill into the template.
error(Throwable) - Method in class com.bea.logging.LogCategory
Log a message with the error priority.
error - Variable in class com.bea.web.FormFieldPair
 
execute(InteractionSpec, Record, Record) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Executes the EIS function represented by the InteractionSpec and updates the output Record.
execute(InteractionSpec, DocumentRecord, DocumentRecord) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Adapter developers must provide an implementation for this method rather than execute(InteractionSpec, Record, Record).
execute(InteractionSpec, Record) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Executes the EIS function represented by the InteractionSpec and produces the output Record as a return value.
execute(InteractionSpec, DocumentRecord) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Adapter developers must provide an implementation for this method rather than overriding execute(InteractionSpec, Record)

F

FAILED_TO_CREATE_XA_RESOURCE - Static variable in interface com.bea.adapter.util.IConstants
 
FloatTagSupport - class com.bea.web.tag.FloatTagSupport.
Provides the rendering logic for an HTML form field that accepts float values only.
FloatTagSupport() - Constructor for class com.bea.web.tag.FloatTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
FloatWord - class com.bea.web.validation.FloatWord.
Determines if a value is a valid Java float between a specified range.
FloatWord() - Constructor for class com.bea.web.validation.FloatWord
 
FormFieldPair - class com.bea.web.FormFieldPair.
Encapsulates a value and an error for a form field
FormFieldPair(String, String) - Constructor for class com.bea.web.FormFieldPair
 
finalconfig(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is used if the 'final configuration' button is clicked on the appvwadmin.jsp.
finalize() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is used to assure that the EIS connection (a javax.resource.cci.Connection) is closed properly.
findSecurityException(AbstractExceptionContainer) - Method in class com.bea.web.ControllerServlet
Locates a nested SecurityException; may return null
fireChangeEvent(String, Object, Object) - Method in class com.bea.adapter.cci.InteractionSpecImpl
Fires a vetoable property change event to all registered VetoableChangeListeners and a property change event to all registered PropertyChangeListeners if the change was not vetoed.
fireConnectionErrorOccurredEvent(Exception) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Notifies all registered listeners of a connection error.
fireConnectionHandleClosedEvent(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Notifies all registered listeners that a connection was closed.
fireLocalTransactionCommittedEvent() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Notifies all registered listeners that a transaction was committed.
fireLocalTransactionRolledBackEvent() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Notifies all registered listeners that a transaction was rolled back.
fireLocalTransactionStartedEvent() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Notifies all registered listeners that a transaction was started.
formatMessage(String, Object[], boolean) - Method in class com.bea.logging.LogCategory
formatMessage is used to format a pattern with arguments passed in a Object[]
formatMessage(ResourceBundle, String, Object) - Method in class com.bea.web.validation.Word
 
formatMessage(ResourceBundle, String, Object[]) - Method in class com.bea.web.validation.Word
 

G

GET_EVENT_SCHEMA - Static variable in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
GET_REQUEST_SCHEMA - Static variable in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
GET_RESPONSE_SCHEMA - Static variable in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
get(Object) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
get(String) - Method in class com.bea.web.RequestHandler
 
getAction() - Method in class com.bea.web.ActionResult
 
getAdapterConnection() - Method in class com.bea.adapter.cci.AbstractConnection
Used to gain access to the real javax.resource.Connection from the proxy returned in weblogic.
getAdapterConnection() - Method in interface com.bea.connector.IProxiedConnection
returns a usable Connection object.
getAdapterContext() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method allows you to get the context necessary to identify/locate the active adapter instance and connection factory.
getAdapterContextFromRequest(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Calculate the adapter context given the current request object
getAdapterDescription() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getAdapterDescription() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
The description for the adapter.
getAdapterEisType() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
The type name of the EIS this adapter was built to communicate with.
getAdapterLogicalName() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
An abstract method which must be implemented by the adapter developer to return the AdapterLogicalName of their adapter
getAdapterLogicalNamePublic() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
HACK: Need access to this.
getAdapterManager() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
getAdapterName() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
getAdapterName() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getAdapterName() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
The display name for the adapter.
getAdapterShortDescription() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
getAdapterVendor() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getAdapterVendorName() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
getAdapterVendorName() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
The vendor name for the adapter Basic adapter metadata; these come from a resource bundle, or the subclass implementation.
getAdapterVersion() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
getAdapterVersion() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getAdapterVersion() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
The version for the adapter Basic adapter metadata; these come from a resource bundle, or the subclass implementation.
getAdditionalExceptionMessages(Throwable) - Method in class com.bea.web.RequestHandler
A method that gets called when the controller servlet is generating an error message from an exception.
getAdditionalInfo() - Method in class com.bea.adapter.spi.ValidationResult
 
getAdditionalLogContext() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getAdditionalLogContext() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getAndRemove(String) - Method in class com.bea.web.RequestHandler
 
getAppViewName(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
getApplicationName() - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 
getApplicationView(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is the accessor for the current application view.
getApplicationViewDescriptor() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method returns the application view descriptor member of the current app view.
getApplicationViewDescriptor(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
getApplicationViewDescriptor(String, boolean) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
getApplicationViewDescriptorState() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Returns the current state of the application view descriptor; used by the classes in the ADK Designtime Framework needing the state for conditional display logic.
getApplicationViewManager() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This is the accessor method for the ApplicationViewManager, an external interface to the ApplicationViewManager EJB
getApplicationViewName() - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 
getAttrs() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
getAutoCommit() - Method in class com.bea.adapter.cci.AbstractConnection
 
getBrowser() - Method in class com.bea.web.UserAgent
 
getBrowserStr() - Method in class com.bea.web.UserAgent
 
getClientData() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Get the client data to be used by the adapter during its Interaction.execute() processing, or null if none was specified.
getClientData() - Method in interface com.bea.connector.ClientDataInteractionSpec
Get the client data to be used by the adapter during its Interaction.execute() processing, or null if none was specified.
getClientID() - Method in interface com.bea.connector.IClientData
Get an identifier for the client represented by this IClientData instance.
getCommand() - Method in class com.bea.adapter.util.CommandRunner
 
getConnection() - Method in class com.bea.adapter.cci.AbstractInteraction
 
getConnection() - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
Gets a connection to an EIS instance.
getConnection(ConnectionSpec) - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
Gets a connection to an EIS instance.
getConnection() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method returns the javax.resource.cci.Connection object that is a member variable of this class.
getConnectionFactory(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Get the ConnectionFactory instance with the given name, which is being managed for this ResourceAdapter instance.
getConnectionFactory() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method returns the javax.resource.cci.ConnectionFactory object that is a member variable of this class.
getConnectionFactory(String) - Method in interface com.bea.connector.WLIResourceAdapter
Get the ConnectionFactory instance with the given name, which is being managed for this ResourceAdapter instance.
getConnectionFactoryStatus(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Get the status of a ConnectionFactory with the given name being managed by this adapter instance.
getConnectionFactoryStatus(String) - Method in interface com.bea.connector.WLIResourceAdapter
Get the status of a ConnectionFactory with the given name being managed by this adapter instance.
getConnectionURL() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the ConnectionURL; a "standard" connection property as suggested by the J2EE Connector Architecture
getContainedExceptionMessages(AbstractExceptionContainer) - Method in class com.bea.web.ControllerServlet
Appends messages from contained exceptions; don't pass null
getContent(DocumentRecord, String, boolean) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
A convenience method for retrieving String content from a DocumentRecord.
getContent(String) - Method in class com.bea.web.RequestHandler
 
getContent(String, Object) - Method in class com.bea.web.RequestHandler
 
getContent(String, Object[]) - Method in class com.bea.web.RequestHandler
 
getContents() - Method in class com.bea.adapter.util.DefaultMessageBundle
 
getCountryCode() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getCountryCode() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getDateContent(DocumentRecord, String, boolean) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
A convenience method for retrieving date content as a Java Calendar from a DocumentRecord.
getDateTimeContent(DocumentRecord, String, boolean) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
A convenience method for retrieving dateTime content as a Java Calendar from a DocumentRecord.
getDefault() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
getDefaultMessage(String) - Static method in class com.bea.adapter.util.Helper
 
getDefaultMessage(String, String) - Static method in class com.bea.adapter.util.Helper
 
getDefaultMessage(String, Object[]) - Static method in class com.bea.adapter.util.Helper
 
getDefaultRequestDocument() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
 
getDefaultResponseDocument() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
 
getDefaultValue() - Method in interface com.bea.connector.IVariable
 
getDeployManager() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
getDescription() - Method in interface com.bea.connector.IVariable
 
getDesignTimeHelper() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Get the DesignTimeHelper being used by this AbstractRequestHandler.
getDocumentDefinition() - Method in class com.bea.adapter.cci.DocumentDefinitionRecord
 
getEISProductName() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
getEISProductVersion() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
getErrorMessage() - Method in class com.bea.adapter.util.CommandRunner
 
getEventDefinition(String) - Method in class com.bea.adapter.event.AbstractEventGenerator
 
getEventDefinition() - Method in interface com.bea.wlai.event.EventActivationSpec
GetEventDefinition
getEventDefinition() - Method in interface com.bea.wlai.event.IEventRouter.IRoutingInfo
Get the IEventDefinition for which this IRoutingInfo instance was created.
getEventGeneratorClassName() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getEventGeneratorStatus() - Method in class com.bea.adapter.event.LocalEventRouter
Get an indication of the health/status of the EventGenerator.
getEventGeneratorStatus() - Method in interface com.bea.wlai.event.IEventRouter
Get an indication of the health/status of the EventGenerator.
getEventInfo(ILogger, ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
 
getEventInfo(ILogger, ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
 
getEventRouterInstanceIDs() - Method in class com.bea.adapter.event.LocalEventRouter
Get a list of IDs this event router represents.
getEventRouterInstanceIDs() - Method in interface com.bea.wlai.event.IEventRouter
Get a list of IDs this event router represents.
getEventRoutingInfo(IEventDefinition) - Method in class com.bea.adapter.event.LocalEventRouter
Prearrange for the delivery of events of the given type by getting a RoutingInfo object that allows for very efficient delivery of events conforming to the given IEventDefinition.
getEventRoutingInfo(IEventDefinition) - Method in interface com.bea.wlai.event.IEventRouter
Prearrange for the delivery of events of the given type by getting a IRoutingInfo object that allows for very efficient delivery of events conforming to the given IEventDefinition.
getEventSchemaName(IEventDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Convenience method to retrieve the event schema's name.
getEventTypeString(ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
 
getEventTypeString(ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
 
getEventTypeSummary() - Method in class com.bea.adapter.event.LocalEventRouter
 
getEventTypeSummary() - Method in interface com.bea.wlai.event.IEventRouter
Get a list of event definitions currently being serviced by this event router.
getEventTypes() - Method in class com.bea.adapter.event.AbstractEventGenerator
 
getExceptionInfo(Throwable) - Method in class com.bea.web.ControllerServlet
 
getExceptionMessage(Throwable) - Method in class com.bea.web.ControllerServlet
Gets an exception message that is suitable for a UI; if there is a SecurityException nested any where in the tree, only its message is returned.
getExecutionTimeout() - Method in class com.bea.adapter.cci.InteractionSpecImpl
Retrieves the number of milliseconds an Interaction waits for an EIS to execute the specified function.
getExitValue() - Method in class com.bea.adapter.util.CommandRunner
Returns the exit value from executing the command: CommandRunner.TIMEOUT indicates that the process timed-out, CommandRunner.SUCCESS indicates the process returned 0, CommandRunner.EXCEPTION indicates an exception was encountered while executing the command.
getFactory() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
getFormFieldPair(String) - Method in class com.bea.web.RequestHandler
 
getFormat() - Method in class com.bea.web.validation.DateWord
 
getFunctionName() - Method in class com.bea.adapter.cci.InteractionSpecImpl
Retrieves an EIS function name, such as the name of a transaction program in a CICS system or the name of a function module in an ERP system.
getGUID() - Method in class com.bea.adapter.event.LocalEventRouter
 
getGUID() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Gets the ID of this adapter instance, or null if none has been given.
getGUID() - Method in interface com.bea.connector.WLIResourceAdapter
Gets the globally unique identifier for this adapter instance, or null if none has been given.
getGUID() - Method in interface com.bea.wlai.event.IEventRouter
Gets the globally unique ID of this event router instance or null if none was given.
getI18NMessage(String) - Method in interface com.bea.logging.ILogger
Gets an Locale specific string from the resource bundle using strKey
getI18NMessage(String, Object[]) - Method in interface com.bea.logging.ILogger
Gets a Locale specific string from the resource bundle using strKey and replaces with contents of an array
getI18NMessage(String, Object) - Method in interface com.bea.logging.ILogger
Gets a Locale specific string from the resource bundle using strKey and replaces with one argument
getI18NMessage(String) - Method in class com.bea.logging.LogCategory
getI18NMessage(String) can be called to retrieve an Internationalized message string from a resource bundle.
getI18NMessage(String, Object[]) - Method in class com.bea.logging.LogCategory
getI18NMessage(String, Object[]) can be called to retrieve an Internationalized message string from a resource bundle.
getI18NMessage(String, Object) - Method in class com.bea.logging.LogCategory
Another convenience method, which allows the user to pass a single argument for replacement in the message template, without having to create an Object[]
getInboundMessagingInstanceIDs() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Get the array of logical inbound messaging instance identifiers for this adapter instance, or null if none have been set.
getInboundMessagingInstanceIDs() - Method in interface com.bea.connector.WLIResourceAdapter
Get the array of logical inbound messaging instance identifiers for this adapter instance, or null if none have been set.
getInboundMessagingStatus() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Get the status of the inbound section of this adapter instance.
getInboundMessagingStatus() - Method in interface com.bea.connector.WLIResourceAdapter
Get the status of the inbound section of this adapter instance.
getInformation() - Method in class com.bea.web.ActionResult
 
getInitialContext() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Provides an initial JNDI context
getInitializationParms() - Method in class com.bea.adapter.event.AbstractEventGenerator
Accessor for initialization parms
getInteractionSpecForService(ApplicationView, String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Deprecated. - this method should not be used because binding the InteractionSpec into JNDI can lead to class loading issues. Instead, you should get the IServiceDescriptor from the IApplicationViewDescriptor to get properties for a service.
getInteractionSpecsSupported() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
getInteractionVerb() - Method in class com.bea.adapter.cci.InteractionSpecImpl
Retrieves an integer representing the mode of interaction with an EIS instance.
getInteractionVerbAsStr() - Method in class com.bea.adapter.cci.InteractionSpecImpl
 
getKey() - Method in class com.bea.web.validation.Word
 
getLanguageCode() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getLanguageCode() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getLicensedProductComponent() - Method in class com.bea.adapter.event.AbstractBEAPullEventGenerator
 
getLicensedProductComponent() - Method in class com.bea.adapter.event.AbstractBEAPushEventGenerator
 
getLicensedProductComponent() - Method in class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory
 
getLicensedProductName() - Method in class com.bea.adapter.event.AbstractBEAPullEventGenerator
 
getLicensedProductName() - Method in class com.bea.adapter.event.AbstractBEAPushEventGenerator
 
getLicensedProductName() - Method in class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory
 
getLicensedProductRelease() - Method in class com.bea.adapter.event.AbstractBEAPullEventGenerator
 
getLicensedProductRelease() - Method in class com.bea.adapter.event.AbstractBEAPushEventGenerator
 
getLicensedProductRelease() - Method in class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory
 
getLocalTransaction() - Method in class com.bea.adapter.cci.AbstractConnection
This method delegates the retrieval of a local transaction instance to its ManagedConnection.
getLocalTransaction() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Returns a LocalTransaction that is tied to the EIS connection represented by this ManagedConnection.
getLocalTransaction(boolean) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Returns a LocalTransaction that is tied to the EIS connection represented by this ManagedConnection.
getLocale() - Method in class com.bea.logging.LogContext
 
getLogConfigFile() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getLogConfigFile() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getLogConfigFile() - Method in class com.bea.web.RequestHandler
 
getLogContext() - Method in class com.bea.adapter.cci.AbstractConnection
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.cci.AbstractInteraction
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.event.AbstractEventGenerator
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.ConnectionEventLogger
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext() - Method in class com.bea.adapter.spi.NonManagedConnectionManager
Retrieves an object that determines the logging configuration for this instance in the logging framework.
getLogContext(Thread) - Static method in class com.bea.logging.LogManager
Retrieves a log context for a thread.
getLogContext() - Method in class com.bea.web.RequestHandler
 
getLogLevel() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getLogLevel() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getLogWriter() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
getLogWriter() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getLogWriter() - Method in interface com.bea.logging.ILogger
Returns a PrintWriter for writing to an appropriate location.
getLogWriter() - Method in class com.bea.logging.LogCategory
 
getLogger() - Method in class com.bea.adapter.cci.AbstractConnection
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.cci.AbstractInteraction
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.event.AbstractEventGenerator
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.ConnectionEventLogger
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
Retrieves an object used to log information to.
getLogger() - Method in class com.bea.adapter.spi.NonManagedConnectionManager
Retrieves an object used to log information to.
getLogger(String) - Static method in class com.bea.logging.LogCategory
Overrides parent getLogger() using our own c_categoryFactory instance.
getLogger(Hierarchy, LogContext, ResourceBundle) - Static method in class com.bea.logging.LogCategory
This method is called by the LogManager to create an LogCategory instance.
getLogger(LogContext) - Static method in class com.bea.logging.LogManager
 
getLogger() - Static method in class com.bea.logging.LogManager
A convenience method to retrieve a logger for the current running thread.
getLogger() - Method in class com.bea.web.RequestHandler
 
getLoggerInfo(Logger) - Method in class com.bea.logging.LogCategory
 
getManagedConnection() - Method in class com.bea.adapter.cci.AbstractConnection
Get the managed connection for this connection.
getManagedConnectionFactoryClass() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
An abstract method which must be implemented by the adapter developer to return the ManagedConnectionFactory class of their adapter.
getMaxConnections() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
getMaxEndpoints() - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 
getMaxExclusive() - Method in class com.bea.web.tag.DoubleTagSupport
 
getMaxExclusive() - Method in class com.bea.web.tag.FloatTagSupport
 
getMaxExclusive() - Method in class com.bea.web.tag.IntegerTagSupport
 
getMaxExclusive() - Method in class com.bea.web.validation.DoubleWord
 
getMaxExclusive() - Method in class com.bea.web.validation.FloatWord
 
getMaxExclusive() - Method in class com.bea.web.validation.IntegerWord
 
getMaxInclusive() - Method in class com.bea.web.tag.DoubleTagSupport
 
getMaxInclusive() - Method in class com.bea.web.tag.FloatTagSupport
 
getMaxInclusive() - Method in class com.bea.web.tag.IntegerTagSupport
 
getMaxInclusive() - Method in class com.bea.web.validation.DoubleWord
 
getMaxInclusive() - Method in class com.bea.web.validation.FloatWord
 
getMaxInclusive() - Method in class com.bea.web.validation.IntegerWord
 
getMaxValue() - Method in class com.bea.web.validation.IntegerWord
 
getMaxlength() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
getMessage() - Method in class com.bea.connector.InvalidPropertyException
 
getMessage() - Method in class com.bea.connector.RecordTranslationException
 
getMessage() - Method in class com.bea.connector.ResourceRuntimeException
 
getMessage() - Method in class com.bea.connector.UnavailableException
 
getMessage() - Method in class com.bea.web.ActionResult
 
getMessage() - Method in class com.bea.web.validation.BasicValidationResult
 
getMessage() - Method in interface com.bea.web.validation.IValidationResult
 
getMessageBundleBase() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getMessageBundleBase() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getMessageBundleBase() - Method in class com.bea.web.RequestHandler
 
getMetaData() - Method in class com.bea.adapter.cci.AbstractConnection
 
getMetaData() - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
 
getMetaData() - Method in class com.bea.adapter.spi.AbstractManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMinEndpoints() - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 
getMinExclusive() - Method in class com.bea.web.tag.DoubleTagSupport
 
getMinExclusive() - Method in class com.bea.web.tag.FloatTagSupport
 
getMinExclusive() - Method in class com.bea.web.tag.IntegerTagSupport
 
getMinExclusive() - Method in class com.bea.web.validation.DoubleWord
 
getMinExclusive() - Method in class com.bea.web.validation.FloatWord
 
getMinExclusive() - Method in class com.bea.web.validation.IntegerWord
 
getMinInclusive() - Method in class com.bea.web.tag.DoubleTagSupport
 
getMinInclusive() - Method in class com.bea.web.tag.FloatTagSupport
 
getMinInclusive() - Method in class com.bea.web.tag.IntegerTagSupport
 
getMinInclusive() - Method in class com.bea.web.validation.DoubleWord
 
getMinInclusive() - Method in class com.bea.web.validation.FloatWord
 
getMinInclusive() - Method in class com.bea.web.validation.IntegerWord
 
getMinValue() - Method in class com.bea.web.validation.IntegerWord
 
getMutableVariable(String) - Method in interface com.bea.connector.IManageableVariableSet
 
getNDC() - Method in interface com.bea.logging.INestedDiagnosticContext
Used when printing the diagnostic context.
getNDC() - Method in class com.bea.logging.LogCategory
Used when printing the diagnostic context.
getNDCDepth() - Method in interface com.bea.logging.INestedDiagnosticContext
Get the current nesting depth of this diagnostic context
getNDCDepth() - Method in class com.bea.logging.LogCategory
Get the current nesting depth of this diagnostic context
getNDCInterface() - Method in interface com.bea.logging.ILogger
Gets an interface to a Nested Diagnostic Context object for applying thread-specific context to your log messages
getNDCInterface() - Method in class com.bea.logging.LogCategory
Method returns an interface to the static NDC methods that this object can access.
getName() - Method in class com.bea.adapter.event.LocalEventRouter
 
getName() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Gets the name of this adapter instance, or null if none has been given.
getName() - Method in interface com.bea.connector.IVariable
 
getName() - Method in interface com.bea.connector.WLIResourceAdapter
Gets the name of this adapter instance, or null if none has been given.
getName() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
getName() - Method in interface com.bea.wlai.event.IEventRouter
Gets the name of this event router instance or null if none was given.
getNamespaceManager() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This is the accessor method for the NamespaceManager, an external interface to the NamespaceManager EJB
getNextAction(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
A no-op method (returns null by default) that adapter developers can override to alter the screen flow.
getNextAction() - Method in class com.bea.web.ActionResult
 
getNextPage() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Gets the 'hint' for what the next page is supposed to be.
getOwner() - Method in class com.bea.wlai.event.EventMessageEndpoint
 
getParent() - Method in class com.bea.logging.LogContext
 
getPassword() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the Password; a "standard" connection property as suggested by the J2EE Connector Architecture
getPasswordCredential(Subject, ConnectionRequestInfo) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Returns an object that encapsulates a user name and password, gathered from either the JAAS Subject object or the connection request info object.
getPasswordFromRequestInfo(ConnectionRequestInfo) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the password from the supplied connection request info object.
getPattern() - Method in class com.bea.web.validation.Word
 
getPhysicalConnection() - Method in class com.bea.adapter.cci.AbstractConnection
This method returns the physical database connection of our managed connection member.
getPhysicalConnection() - Method in class com.bea.adapter.spi.AbstractManagedConnection
A ManagedConnection object is typically a wrapper around an object that is native to the EIS's external API.
getPlatform() - Method in class com.bea.web.UserAgent
 
getPlatformStr() - Method in class com.bea.web.UserAgent
 
getPortNumber() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the PortNumber; a "standard" connection property as suggested by the J2EE Connector Architecture
getProperty(String) - Method in interface com.bea.logging.ILogger
Gets raw property from the resource bundle *
getProperty(String) - Method in class com.bea.logging.LogCategory
Gets raw property from the resource bundle
getPushSource() - Method in class com.bea.adapter.event.PushEvent
The object on which the Event initially occurred.
getQualifiedName(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
getRecord() - Method in class com.bea.connector.RecordTranslationException
get the Record that caused the exception
getRecordFactory() - Method in class com.bea.adapter.cci.AbstractInteraction
 
getRecordFactory() - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
 
getRecordName() - Method in class com.bea.adapter.cci.RecordImpl
 
getRecordName() - Method in class com.bea.connector.DocumentRecord
Get Document Record's name.
getRecordShortDescription() - Method in class com.bea.adapter.cci.RecordImpl
 
getRecordShortDescription() - Method in class com.bea.connector.DocumentRecord
Get Document Record's short description.
getReference() - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
 
getRequestDocumentDefinition() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Gets the request document definition for this InteractionSpec.
getRequestDocumentDefinition() - Method in interface com.bea.connector.DocumentInteractionSpec
Get the IDocumentDefinition object representing the request document for this InteractionSpec object.
getRequestHandler(HttpServletRequest) - Method in class com.bea.web.ControllerServlet
Retrieves a RequestHandler from the session; if one is not available in the session, a new instance is created.
getRequestSchemaName(IServiceDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Convenience method to retrieve the service request schema's name.
getResource(ResourceBundle, String) - Method in class com.bea.web.validation.Word
 
getResourceAdapter() - Method in interface com.bea.connector.ActivationSpec
 
getResourceAdapterClass() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
An abstract method which must be implemented by the adapter developer to return the ResourceAdapter class of their adapter.
getResourceBundle(LogContext) - Static method in class com.bea.logging.LogManager
 
getResourceBundle() - Method in class com.bea.web.RequestHandler
 
getResponseDocumentDefinition() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Gets the response document definition for this InteractionSpec.
getResponseDocumentDefinition() - Method in interface com.bea.connector.DocumentInteractionSpec
Get the IDocumentDefinition object representing the request document for this InteractionSpec object.
getResponseSchemaName(IServiceDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Convenience method to retrieve the service response schema's name.
getResultSetInfo() - Method in class com.bea.adapter.cci.AbstractConnection
This method is not supported by default; adapter providers should override this method to return result set info.
getRootLogContext() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
getRootLogContext() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getRootLogContext() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Defines the root log context value for this adapter.
getRouter() - Method in class com.bea.adapter.event.AbstractEventGenerator
Accessor for router object.
getSchemaManager() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This is the accessor method for the SchemaManager, an external interface to the SchemaManager EJB
getServerName() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the ServerName; a "standard" connection property as suggested by the J2EE Connector Architecture.
getSize() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
getSleepCount() - Method in class com.bea.adapter.event.AbstractEventGenerator
Accessor for sleep count
getSpecVersion() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
getTimeContent(DocumentRecord, String, boolean) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
A convenience method for retrieving time content as a Java Calendar from a DocumentRecord.
getType() - Method in interface com.bea.connector.IVariable
 
getUserAgent() - Method in class com.bea.web.RequestHandler
 
getUserName() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
getUserName() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the UserName; a "standard" connection property as suggested by the J2EE Connector Architecture
getUserName() - Method in class com.bea.web.RequestHandler
 
getUserNameFromRequestInfo(ConnectionRequestInfo) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves the user name from the supplied connection request info object.
getValue() - Method in interface com.bea.connector.IVariable
 
getVariable(String) - Method in interface com.bea.connector.IVariableSet
 
getVariableSet() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Get the variable set instance being manipulated/displayed by the varset JSP page, or null if none has been set.
getVariableSet() - Method in interface com.bea.connector.IClientData
Get the variables for the client represented by this IClientData instance.
getVersion() - Method in class com.bea.web.UserAgent
 
getWarnings() - Method in class com.bea.adapter.cci.AbstractInteraction
 
getXAResource() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
getXAResources(ActivationSpec[]) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
getXAResources(ActivationSpec[]) - Method in interface com.bea.connector.ResourceAdapter
 

H

HANDLE_DEAD_EVENT_TYPES - Static variable in interface com.bea.adapter.util.IConstants
 
HANDLE_NEW_EVENT_TYPES - Static variable in interface com.bea.adapter.util.IConstants
 
HEADERS_END_TAG - Static variable in class com.bea.wlai.event.EventMessageEndpoint
 
HEADERS_START_TAG - Static variable in class com.bea.wlai.event.EventMessageEndpoint
 
HEALTHY - Static variable in class com.bea.connector.Status
 
Helper - class com.bea.adapter.util.Helper.
Convenience methods for ADK.
Helper() - Constructor for class com.bea.adapter.util.Helper
 
HierarchyDOMConfigurator - class com.bea.logging.HierarchyDOMConfigurator.
Extension of DOMConfigurator that allows the configuration of a specific hierarchy of categories.
HierarchyDOMConfigurator(LoggerFactory) - Constructor for class com.bea.logging.HierarchyDOMConfigurator
Creates a configurator that uses a specific category factory instance to create categories.
handlePostEventException(IEvent, Exception) - Method in class com.bea.adapter.event.AbstractEventGenerator
Convenience method to handle an exception while posting an event; currently this method invokes logPostEventException.
hasSameBaseProperties(AbstractManagedConnectionFactory) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Compares all the non-connection related properties provided by com.bea.adapter.spi.AbstractManagedConnectionFactory
hasSameConnectionProperties(AbstractManagedConnectionFactory) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Adapter developers should override this method if they have connection properties other than the standard ones provided by this implementation.
hashCode() - Method in class com.bea.adapter.cci.RecordImpl
 
hashCode() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Calculates an integer code for use in lookup from hash tables.
hashCode() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
hashCode() - Method in class com.bea.connector.DocumentRecord
Get Document Record's hash code.
hashCode() - Method in class com.bea.logging.LogContext
 
hashCode() - Method in class com.bea.wlai.event.EventMessageEndpointFactory
 

I

IClientData - interface com.bea.connector.IClientData.
 
IConstants - interface com.bea.adapter.util.IConstants.
These messages should be provided by the adapter provider in a properties file named after their adapter logical name on the classpath.
IEventGenerator - interface com.bea.wlai.event.IEventGenerator.
Interface that defines an object that can generate events from an EIS.
IEventRouter - interface com.bea.wlai.event.IEventRouter.
Defines objects that are used to route events generated by instances of IEventGenerator into the WLAI environment.
IEventRouter.IRoutingInfo - interface com.bea.wlai.event.IEventRouter.IRoutingInfo.
Marker interface for a routing information instance.
ILogger - interface com.bea.logging.ILogger.
The public interface to the logging framework.
IManageableVariableSet - interface com.bea.connector.IManageableVariableSet.
Contains a set of adapter defined environment variables for an adapter
IMutableVariable - interface com.bea.connector.IMutableVariable.
Contains an adapter defined environment variable for which the value can be changed.
IMutableVariableSet - interface com.bea.connector.IMutableVariableSet.
Contains a set of adapter defined environment variables for an adapter
INOPERATIVE - Static variable in class com.bea.connector.Status
 
INVALID - Static variable in class com.bea.adapter.spi.ValidationResult
Indicates an invalid result; no additional information available.
INVALID_CONNECTION_URL - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_CONTEXT - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating the value for a log context was null and hence invalid.
INVALID_COUNTRY_CODE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating that the value supplied for a country code is not valid.
INVALID_LANGUAGE_CODE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message for indicating that the value supplied for a language code is not valid.
INVALID_LICENSE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message stating that there is no valid license available in the runtime environment for the resource adapter.
INVALID_LOG_CONFIG_FILE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_LOG_LEVEL - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_MESSAGE_BUNDLE_BASE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_PASSWORD - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_PORT_NUMBER - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_ROOT_LOG_CONTEXT - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message stating that the base log context for the resource adapter is null or empty and is thus invalid.
INVALID_SERVER_NAME - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_STATE_EXCEPTION - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INVALID_USER_NAME - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
INestedDiagnosticContext - interface com.bea.logging.INestedDiagnosticContext.
The public interface to the Nested Diagnostic Context object of the ADK Logging Framework
IProxiedConnection - interface com.bea.connector.IProxiedConnection.
Marker interface used to determine if a ConnectionFactory returns a Connection that implements a IProxiedConnection interface.
IProxyMarker - interface com.bea.connector.IProxyMarker.
Marker interface used to determine if a ConnectionFactory returns a Connection that implements a IProxiedConnection interface.
IPushHandler - interface com.bea.adapter.event.IPushHandler.
This interface allows the developer to abstract event generation from the concrete PushEventGenerator object.
IPushListener - interface com.bea.adapter.event.IPushListener.
The PushListener is implemented by classes required to receive notification of an event.
IRecordTranslator - interface com.bea.connector.IRecordTranslator.
ApplicationView record translation plugin.
ISuspendableEventGenerator - interface com.bea.wlai.event.ISuspendableEventGenerator.
Interface that defines an event generator that can be suspended and resumed.
IValidationResult - interface com.bea.web.validation.IValidationResult.
An interface that encapsulates information about the result of a validation of a value for a word.
IVariable - interface com.bea.connector.IVariable.
Contains an adapter defined environment variable
IVariableSet - interface com.bea.connector.IVariableSet.
Contains a set of adapter defined environment variables for an adapter
IdentifierTagSupport - class com.bea.web.tag.IdentifierTagSupport.
Provides the rendering logic for an HTML form field that accepts Identifier values only.
IdentifierTagSupport() - Constructor for class com.bea.web.tag.IdentifierTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
IdentifierWord - class com.bea.web.validation.IdentifierWord.
Determines if a value is a valid Java identifier.
IdentifierWord() - Constructor for class com.bea.web.validation.IdentifierWord
 
IntegerTagSupport - class com.bea.web.tag.IntegerTagSupport.
Provides the rendering logic for an HTML form field that accepts integer values only.
IntegerTagSupport() - Constructor for class com.bea.web.tag.IntegerTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
IntegerWord - class com.bea.web.validation.IntegerWord.
Determines if a value is a valid Java Integer between a specified range.
IntegerWord() - Constructor for class com.bea.web.validation.IntegerWord
 
InteractionSpecImpl - class com.bea.adapter.cci.InteractionSpecImpl.
Encapsulates properties for driving an Interaction with an EIS instance.
InteractionSpecImpl() - Constructor for class com.bea.adapter.cci.InteractionSpecImpl
 
InteractionSpecImpl(String) - Constructor for class com.bea.adapter.cci.InteractionSpecImpl
 
InteractionSpecImpl(String, int, int) - Constructor for class com.bea.adapter.cci.InteractionSpecImpl
 
InvalidPropertyException - exception com.bea.connector.InvalidPropertyException.
 
InvalidPropertyException(String) - Constructor for class com.bea.connector.InvalidPropertyException
 
InvalidPropertyException(String, Throwable) - Constructor for class com.bea.connector.InvalidPropertyException
 
iDEPLOYED - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
iINITIALIZED - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
iREADY_TO_ADD - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
iREADY_TO_DEPLOY - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
iUNINITIALIZED - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
These static final ints are used to indicate the state of an application view descriptor.
identify(String) - Static method in class com.bea.web.UserAgent
 
info(String) - Method in interface com.bea.logging.ILogger
Log an info message by looking up its key.
info(String, boolean) - Method in interface com.bea.logging.ILogger
Logs strMessage as message (set isDirect == true)
info(String, Object[]) - Method in interface com.bea.logging.ILogger
Logs an info messages using an array of arguments.
info(String, Object) - Method in interface com.bea.logging.ILogger
Logs info messages with one arg.
info(String) - Method in class com.bea.logging.LogCategory
Log a message with the info priority.
info(String, boolean) - Method in class com.bea.logging.LogCategory
Log a message with the INFO priority.
info(String, Object[]) - Method in class com.bea.logging.LogCategory
Log a message with the warn priority.
info(String, Object) - Method in class com.bea.logging.LogCategory
Convenience method which allows the user to log a warn message with one argument to fill into the template.
inheritNDC(Stack) - Method in interface com.bea.logging.INestedDiagnosticContext
Inherit the diagnostic context of another thread.
inheritNDC(Stack) - Method in class com.bea.logging.LogCategory
Inherit the diagnostic context of another thread.
init(IEventRouter, Map) - Method in class com.bea.adapter.event.AbstractEventGenerator
intializes the EventGenerator.
init(ServletConfig) - Method in class com.bea.web.ControllerServlet
 
init(ServletContext) - Method in class com.bea.web.RequestHandler
By default, this method does nothing...however, subclasses can override this method to do any initialization using Servlet initial parameters.
init(IEventRouter, Map) - Method in interface com.bea.wlai.event.IEventGenerator
Initialize this event generator given its parent IEventRouter, and a Map of properties.
initAdapterMetaData(ResourceBundle) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Retrieves metadata about the resource adapter from a message bundle.
initAdapterMetaData(ResourceBundle) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Retrieves metadata about the resource adapter from a message bundle.
initEventDescriptor(ActionResult, IEventDescriptor, HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Initializes an event descriptor.
initServiceDescriptor(ActionResult, IServiceDescriptor, HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Initializes a service descriptor which involves creating the request and response schemas for the service.
initialize(EventMetaData) - Method in interface com.bea.adapter.event.IPushHandler
This method can be called by the pushevent generator, the implementation object can use this method
initializeLogResources() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Initializes resources needed by this instance to support localized logging after all base member variables have been initialized correctly by the application server.
initializeLogResources() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Initializes resources needed by this instance to support localized logging after all base member variables have been initialized correctly by the application server.
intToLevel(int) - Static method in class com.bea.logging.LogPriority
 
intToPriority(int) - Static method in class com.bea.logging.LogPriority
Converts an integer into a Priority.
internalValidate() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Internal validation routine to sanity check the current properties/config of this object.
invalidate() - Method in class com.bea.adapter.cci.AbstractConnection
Invalidates this handle.
isBrowseRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isBusy() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
isBusy() - Method in class com.bea.wlai.event.EventMessageEndpoint
 
isClosed() - Method in class com.bea.adapter.cci.AbstractConnection
 
isDebugEnabled() - Method in interface com.bea.logging.ILogger
True if DEBUG priority is enabled
isDestroyed() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
isEISAvailable() - Method in class com.bea.adapter.event.LocalEventRouter
Get the availability of the EIS instance for the EventGenerator.
isEISAvailable() - Method in interface com.bea.wlai.event.IEventRouter
Get the availability of the EIS instance for the EventGenerator.
isEmpty() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
isEventSchemaRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isEventTypeKnownToRouter(String) - Method in class com.bea.adapter.event.AbstractEventGenerator
 
isInboundMessagingEnabled() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Indicates if this adapter instance is configured to handle inbound messaging.
isInboundMessagingEnabled() - Method in interface com.bea.connector.WLIResourceAdapter
Indicates if this adapter instance is configured to handle inbound messaging.
isInfoEnabled() - Method in interface com.bea.logging.ILogger
True if INFO priority is enabled
isInitialized() - Method in class com.bea.adapter.event.AbstractEventGenerator
Validation method.
isLenient() - Method in class com.bea.web.validation.DateWord
 
isReleased() - Method in interface com.bea.wlai.event.IEventRouter.IRoutingInfo
Has this IRoutingInfo been released (either internally or by a call to release()).
isRequestSchemaRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isRequired() - Method in class com.bea.web.tag.AbstractInputTagSupport
 
isRequired() - Method in class com.bea.web.validation.Word
 
isResponseSchemaRequest() - Method in class com.bea.adapter.cci.DesignTimeInteractionSpecImpl
 
isSuccess() - Method in class com.bea.web.ActionResult
 
isSuspended() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Indicates if this thread is in the suspended state.
isValid() - Method in class com.bea.adapter.spi.ValidationResult
 
isValid() - Method in class com.bea.web.validation.BasicValidationResult
 
isValid() - Method in interface com.bea.web.validation.IValidationResult
 
isValidState() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
The application server creates an instance of this class and then calls the setter methods.
isValidState() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Indicates whether this WLIResourceAdapter instance has been configured with valid property information and has successfully executed the validate() method.

J

join(String, String) - Static method in class com.bea.logging.LogContext
Joins strBase with strNew in a logging framework dependent manner.

K

keySet() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 

L

LOCAL_TX_BEGIN - Static variable in interface com.bea.adapter.util.IConstants
Keys used to locate the message for local transaction logging supported by this adapter.
LOCAL_TX_BEGIN_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
 
LOCAL_TX_COMMIT - Static variable in interface com.bea.adapter.util.IConstants
 
LOCAL_TX_COMMIT_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
 
LOCAL_TX_NOT_SUPPORTED - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message stating that local transactions are not supported by this adapter.
LOCAL_TX_ROLLBACK - Static variable in interface com.bea.adapter.util.IConstants
 
LOCAL_TX_ROLLBACK_EXCEPTION - Static variable in interface com.bea.adapter.util.IConstants
 
LOG_CONFIG_FILE_NOT_SET - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
LabelTag - class com.bea.web.tag.LabelTag.
Provides the rendering logic for an HTML form field label.
LabelTag() - Constructor for class com.bea.web.tag.LabelTag
 
LocalEventRouter - class com.bea.adapter.event.LocalEventRouter.
The actual worker object in the WLAI event router.
LocalEventRouter(AbstractWLIResourceAdapter, IEventGenerator) - Constructor for class com.bea.adapter.event.LocalEventRouter
 
LogCategory - class com.bea.logging.LogCategory.
Class LogCategory is the Logging Framework's base Class for logging.
LogCategory(String) - Constructor for class com.bea.logging.LogCategory
Create a new logging category
LogCategory.LogCategoryFactory - class com.bea.logging.LogCategory.LogCategoryFactory.
A factory for LogCategoryinstances.
LogContext - class com.bea.logging.LogContext.
A class that encapsulates information to help determine its logging configuration in the logging framework.
LogContext() - Constructor for class com.bea.logging.LogContext
Creates an object used to retrieve an ILogger instance for the ROOT of the logging hierarchy and does NOT allow for localization of log messages.
LogContext(String) - Constructor for class com.bea.logging.LogContext
Creates an object used to retrieve an ILogger instance associated with strContext in the logging hierarchy and does NOT allow for localization of log messages.
LogContext(String, Locale) - Constructor for class com.bea.logging.LogContext
Creates an object used to retrieve an ILogger instance associated with strContext in the logging hierarchy and does attempts to create a ResourceBundle using strContext and locale.
LogManager - class com.bea.logging.LogManager.
A factory for ILogger instances.
LogManager() - Constructor for class com.bea.logging.LogManager
 
LogPriority - class com.bea.logging.LogPriority.
Class LogPriority extends org.apache.log4j.Priority for the purpose of wrapping the underlying implementation, and adding the value AUDIT to the default set of priorities
LogPriority(int, String, int) - Constructor for class com.bea.logging.LogPriority
Constructor for the LogPriority class.
listConnectionFactoryNames() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
List the names of the ConnectionFactories being managed for this ResourceAdapter instance.
listConnectionFactoryNames() - Method in interface com.bea.connector.WLIResourceAdapter
List the names of the ConnectionFactories being managed for this ResourceAdapter instance.
listVariableNames() - Method in interface com.bea.connector.IVariableSet
 
listVariables() - Method in interface com.bea.connector.IVariableSet
 
loadConfconnProperties(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Maps properties from the request to fields on the confconn html page.
loadEventDescriptorProperties(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Maps properties to fields on the html page.
loadRequestHandler(HttpServletRequest) - Method in class com.bea.web.ControllerServlet
Used to load the request handler.
loadServiceDescriptorProperties(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Maps properties to fields on the html page.
localTransactionCommitted(ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a transaction related event.
localTransactionCommitted(ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a transaction related event.
localTransactionRolledback(ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a transaction related event.
localTransactionRolledback(ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a transaction related event.
localTransactionStarted(ConnectionEvent) - Method in class com.bea.adapter.spi.ConnectionEventLogger
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a transaction related event.
localTransactionStarted(ConnectionEvent) - Method in class com.bea.adapter.spi.NonManagedConnectionEventListener
A ManagedConnection instance calls this method to notify its registered set of listeners of the occurrance of a transaction related event.
logDeadTypes(List) - Method in class com.bea.adapter.event.AbstractEventGenerator
Logs the list of dead types as information
logEventTypes(ILogger, Set) - Method in class com.bea.adapter.event.AbstractEventGenerator
Convenience method for event type logging
logInfo() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Writes information about 'this' instance to the underlying logger as a info message.
logInfo() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Writes information about 'this' instance to the underlying logger as a info message.
logNewTypes(List) - Method in class com.bea.adapter.event.AbstractEventGenerator
Logs the list of new types as information
logPostEventException(IEvent, Exception) - Method in class com.bea.adapter.event.AbstractEventGenerator
Convenience method for logging an exception that occured while attempting to post an event to the event router.

M

MANAGED_CONNECTION_DESTROYED - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for indicating a managed connection is being destroyed.
MANAGED_CONNECTION_INFO - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for managed connection information
MARGINAL - Static variable in class com.bea.connector.Status
 
MESSAGE_BUNDLE_BASE_NOT_SET - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
MISSING_LOG_CONFIG - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
MISSING_RESOURCE_BUNDLE - Static variable in class com.bea.adapter.util.DefaultMessageBundle
Key used to locate the message stating that the message bundle for a resource adapter cannot be located on the classpath.
MISSING_RESOURCE_WARNING - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message stating that a resource is missing in the message bundle used by the resource adapter.
MUST_OVERRIDE_CREATE_LOCAL_TX - Static variable in interface com.bea.adapter.util.IConstants
 
MUST_OVERRIDE_CREATE_XA_RESOURCE - Static variable in interface com.bea.adapter.util.IConstants
 
MessageEndpoint - interface com.bea.connector.MessageEndpoint.
 
MessageEndpointFactory - interface com.bea.connector.MessageEndpointFactory.
 
m_achPassword - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Standard connection parameters; treated as optional
m_changes - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
m_clientData - Variable in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Client data instance.
m_connectionFactory - Variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
m_connectionManager - Variable in class com.bea.adapter.cci.ConnectionFactoryImpl
 
m_defaultRequestDoc - Variable in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Cached default document created with the request document definition; minOccurs is forced to 1 by default.
m_defaultResponseDoc - Variable in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Cached default document created with the response document definition; minOccurs is forced to 1 by default.
m_managedConnectionFactory - Variable in class com.bea.adapter.cci.ConnectionFactoryImpl
 
m_proxy - Variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
m_reference - Variable in class com.bea.adapter.cci.ConnectionFactoryImpl
 
m_requestDocDef - Variable in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Encapsulates the schema and root element name for the request document for this interaction.
m_resourceAdapterMetaData - Variable in class com.bea.adapter.cci.ConnectionFactoryImpl
 
m_responseDocDef - Variable in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Encapsulates the schema and root element name for the response document for this interaction.
m_setOfEventTypes - Variable in class com.bea.adapter.event.AbstractEventGenerator
 
m_strAdapterDescription - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Basic adapter metadata; these come from a resource bundle
m_strAdapterName - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Basic adapter metadata; these come from a resource bundle
m_strAdapterVendorName - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Basic adapter metadata; these come from a resource bundle
m_strAdapterVersion - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Basic adapter metadata; these come from a resource bundle
m_strAdditionalLogContext - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
This value associates "this" with an application component in the runtime environment.
m_strConnectionURL - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Standard connection parameters; treated as optional
m_strCountryCode - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Associates a country code for determining the locale for logging
m_strLanguageCode - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Associates a language code for determining the locale for logging
m_strLogConfigFile - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
This value provides the name of the log configuration file
m_strLogLevel - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Log level - warning by default
m_strMessageBundleBase - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Base name for message bundle
m_strPortNumber - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Standard connection parameters; treated as optional
m_strRootLogContext - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Allows for the categorization of log messages for this adapter.
m_strServerName - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Standard connection parameters; treated as optional
m_strUserName - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Standard connection parameters; treated as optional
m_vetos - Variable in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
m_warning - Variable in class com.bea.adapter.cci.AbstractInteraction
 
makeNewLoggerInstance(String) - Method in class com.bea.logging.LogCategory.LogCategoryFactory
Create a new logging category
mapConnectionSpecToConnectionRequestInfo(ConnectionSpec) - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
This method gets invoked if the ConnectionSpec instance that is passed to the getConnection method is not a java.util.Map or a ConnectionRequestInfo.
mapLogContextToThread(Thread, LogContext) - Static method in class com.bea.logging.LogManager
Associates a log context with a thread.
markBusy(Object) - Method in class com.bea.wlai.event.EventMessageEndpoint
Take ownership of this EventMessageEndpoint instance.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
This method gets called by the ConnectionManager to try to find a valid connection in the pool it is managing.
matchesPattern(String) - Method in class com.bea.web.validation.Word
 

N

NON_CONNECTION_EXCEPTION_WHILE_PINGING - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
NON_CONNECTION_EXCEPTION_WHILE_PINGING - Static variable in interface com.bea.adapter.util.IConstants
 
NO_MAPPING_CSPEC_2_CRI - Static variable in interface com.bea.adapter.util.IConstants
 
NO_PASSWORD_CREDENTIALS_AVAILABLE - Static variable in interface com.bea.adapter.util.IConstants
 
NULL_ARGUMENT - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
NULL_ARGUMENT - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message indicating a null argument was passed to a method that cannot handle a null argument.
NULL_CONNECTION_ALLOCATED - Static variable in interface com.bea.adapter.util.IConstants
 
NULL_CONNECTION_EVENT_LISTENER - Static variable in interface com.bea.adapter.util.IConstants
 
NULL_CONNECTION_HANDLE - Static variable in interface com.bea.adapter.util.IConstants
 
NULL_CONNECTION_REQUEST_INFO - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for indicating that the connection request object is null.
NULL_PASSWORD_CREDENTIAL - Static variable in interface com.bea.adapter.util.IConstants
 
NULL_PRINTWRITER - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
NULL_WORKER_THREAD - Static variable in interface com.bea.adapter.util.IConstants
 
NonManagedConnectionEventListener - class com.bea.adapter.spi.NonManagedConnectionEventListener.
Used by a NonManagedConnectionManager instance to react to notifications from a ManagedConnection instance.
NonManagedConnectionEventListener(LogContext) - Constructor for class com.bea.adapter.spi.NonManagedConnectionEventListener
 
NonManagedConnectionManager - class com.bea.adapter.spi.NonManagedConnectionManager.
A connection manager allows a resource adapter to leverage the connection management offered by a J2EE CA container.
NonManagedConnectionManager(LogContext) - Constructor for class com.bea.adapter.spi.NonManagedConnectionManager
 
nextPage - Variable in class com.bea.web.RequestHandler.PageLinkage
 
notifyListenersOfEvent(ConnectionEvent) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Notifies all currently registered listeners of a connection event

O

OEMService - class com.bea.adapter.util.OEMService.
This class is provided to OEM partners to check licenses.
OEMService() - Constructor for class com.bea.adapter.util.OEMService
 
onEvent(Object, IEvent) - Method in class com.bea.wlai.event.EventMessageEndpoint
Deliver one event to this Endpoint's consumers.
onEvent(Object, IEvent, boolean, Queue) - Method in class com.bea.wlai.event.EventMessageEndpoint
Deliver one event from the parked event processor.

P

PHYSICAL_CONNECTION_ERROR - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for indicating an error occured while attempting to create a physical connection to the underlying EIS.
PHYSICAL_CONNECTION_NOT_SET - Static variable in interface com.bea.adapter.util.IConstants
 
PING_ALIVE - Static variable in interface com.bea.adapter.util.IConstants
 
PUSH_SOURCE_NOT_DECLARED - Static variable in interface com.bea.adapter.util.IConstants
 
PUSH_SOURCE_NOT_IPUSHGENERATOR - Static variable in interface com.bea.adapter.util.IConstants
 
PasswordTagSupport - class com.bea.web.tag.PasswordTagSupport.
Provides the rendering logic for an HTML form field that accepts text values only.
PasswordTagSupport() - Constructor for class com.bea.web.tag.PasswordTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
PushEvent - class com.bea.adapter.event.PushEvent.
This class is used to communicate an event between a IPushHandler and the PushEventGenerator.
PushEvent(IPushHandler) - Constructor for class com.bea.adapter.event.PushEvent
Constructs a PushEvent.
parseCategory(Element, Hierarchy) - Method in class com.bea.logging.HierarchyDOMConfigurator
Used internally to parse a category element.
peekPageLinkage() - Method in class com.bea.web.RequestHandler
Peek at the current 'page linkage' object on the top of the page stack.
performPush(PushEvent) - Method in class com.bea.adapter.event.AbstractPushEventGenerator
IPushListener implementation.
performPush(PushEvent) - Method in interface com.bea.adapter.event.IPushListener
response method
popNDC() - Method in interface com.bea.logging.INestedDiagnosticContext
Clients should call this method before leaving a diagnostic context.
popNDC() - Method in class com.bea.logging.LogCategory
Clients should call this method before leaving a diagnostic context.
popPageLinkage() - Method in class com.bea.web.RequestHandler
Pop the top 'page linkage' object off the page stack.
postEvent(IEvent) - Method in class com.bea.adapter.event.LocalEventRouter
 
postEvent(IEventRouter.IRoutingInfo, IEvent) - Method in class com.bea.adapter.event.LocalEventRouter
Post an event to all subscribers using a RoutingInfo object obtained from a prior call to getRoutingInfo().
postEvent(IEvent) - Method in interface com.bea.wlai.event.IEventRouter
Post the given event to all listeners for this event router.
postEvent(IEventRouter.IRoutingInfo, IEvent) - Method in interface com.bea.wlai.event.IEventRouter
Post an event to all subscribers using an IRoutingInfo object obtained from a prior call to getEventRoutingInfo().
postEvents(IEventRouter) - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Posts EIS events to the event router.
postEvents(IEventRouter, PushEvent) - Method in class com.bea.adapter.event.AbstractPushEventGenerator
Posts EIS events to the event router.
prevPage - Variable in class com.bea.web.RequestHandler.PageLinkage
 
printError(JspWriter, String) - Method in class com.bea.web.tag.AbstractInputTagSupport
Prints an error with HTML markup to the supplied output writer.
printStackTrace() - Method in class com.bea.connector.InvalidPropertyException
 
printStackTrace(PrintStream) - Method in class com.bea.connector.InvalidPropertyException
 
printStackTrace(PrintWriter) - Method in class com.bea.connector.InvalidPropertyException
 
printStackTrace() - Method in class com.bea.connector.RecordTranslationException
 
printStackTrace(PrintStream) - Method in class com.bea.connector.RecordTranslationException
 
printStackTrace(PrintWriter) - Method in class com.bea.connector.RecordTranslationException
 
printStackTrace() - Method in class com.bea.connector.ResourceRuntimeException
 
printStackTrace(PrintStream) - Method in class com.bea.connector.ResourceRuntimeException
 
printStackTrace(PrintWriter) - Method in class com.bea.connector.ResourceRuntimeException
 
printStackTrace() - Method in class com.bea.connector.ResourceWrapperException
 
printStackTrace(PrintWriter) - Method in class com.bea.connector.ResourceWrapperException
 
printStackTrace(PrintStream) - Method in class com.bea.connector.ResourceWrapperException
 
printStackTrace() - Method in class com.bea.connector.UnavailableException
 
printStackTrace(PrintStream) - Method in class com.bea.connector.UnavailableException
 
printStackTrace(PrintWriter) - Method in class com.bea.connector.UnavailableException
 
processRequest(String, HttpServletRequest, RequestHandler, String) - Method in class com.bea.web.ControllerServlet
Invokes the strDo method on the handler instance.
propertyChange(PropertyChangeEvent) - Method in class com.bea.adapter.cci.InteractionSpecImpl
Handles a property change; subclasses should override this method to supply their own handling of property change events, as this method is no-op.
pushNDC(String) - Method in interface com.bea.logging.INestedDiagnosticContext
Push new diagnostic context information for the current thread.
pushNDC(String) - Method in class com.bea.logging.LogCategory
Push new diagnostic context information for the current thread.
pushPageLinkage(RequestHandler.PageLinkage) - Method in class com.bea.web.RequestHandler
Push a new 'page linkage' object onto the page stack.
pushPageLinkage(String, String, String) - Method in class com.bea.web.RequestHandler
Utility method that creates a new PageLinkage and then calls pushPageLinkage with the newly created instance.
put(Object, Object) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
putAll(Map) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 

Q

QUALIFIED_APP_VIEW_NAME - Static variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 

R

RESOURCE_ERROR - Static variable in interface com.bea.adapter.util.IConstants
 
RESULT_SET_INFO_NOT_SUPPORTED - Static variable in interface com.bea.adapter.util.IConstants
 
ROOT_LOG_CONTEXT_NOT_SET - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
ROUTER_EVENT_TYPES_NULL - Static variable in interface com.bea.adapter.util.IConstants
 
RadioTagSupport - class com.bea.web.tag.RadioTagSupport.
Provides the rendering logic for an option in an HTML radio button group.
RadioTagSupport() - Constructor for class com.bea.web.tag.RadioTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
RecordImpl - class com.bea.adapter.cci.RecordImpl.
Provides a base implementation for a Record.
RecordImpl() - Constructor for class com.bea.adapter.cci.RecordImpl
Initializes the name and description to null.
RecordImpl(String, String) - Constructor for class com.bea.adapter.cci.RecordImpl
Initializes the members of this class to the arguments supplied.
RecordTranslationException - exception com.bea.connector.RecordTranslationException.
This class extends a ResourceException and encapsulates the input record that caused the exception; of course a ResourceException already allows for a linked exception
RecordTranslationException(String) - Constructor for class com.bea.connector.RecordTranslationException
 
RecordTranslationException(String, Record) - Constructor for class com.bea.connector.RecordTranslationException
 
RequestHandler - class com.bea.web.RequestHandler.
A base class for developing HTML form handlers.
RequestHandler() - Constructor for class com.bea.web.RequestHandler
 
RequestHandler.PageLinkage - class com.bea.web.RequestHandler.PageLinkage.
Utility class describing the previous and next page for any given page.
RequestHandler.PageLinkage(String, String, String) - Constructor for class com.bea.web.RequestHandler.PageLinkage
 
ResourceAdapter - interface com.bea.connector.ResourceAdapter.
 
ResourceAdapterMetaDataImpl - class com.bea.adapter.cci.ResourceAdapterMetaDataImpl.
Encapsulates metadata about a resource adapter.
ResourceAdapterMetaDataImpl(String, String, String, String, String[], boolean, boolean, boolean) - Constructor for class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
Constructs an instance.
ResourceRuntimeException - exception com.bea.connector.ResourceRuntimeException.
 
ResourceRuntimeException(String) - Constructor for class com.bea.connector.ResourceRuntimeException
 
ResourceRuntimeException(String, Throwable) - Constructor for class com.bea.connector.ResourceRuntimeException
 
ResourceWrapperException - exception com.bea.connector.ResourceWrapperException.
Wrapper exception class to handle printing usable stack traces from ResourceException (since the Sun implementation doesn't print nested exceptions' stack traces).
ResourceWrapperException(ResourceException) - Constructor for class com.bea.connector.ResourceWrapperException
 
read(String, HttpServletRequest) - Method in class com.bea.web.RequestHandler
 
readEISProductName(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
readEISProductVersion(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
readMaxConnections(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
readUserName(AbstractManagedConnection) - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
redepappvw(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Re-deploy a previously deployed application view directly from the appvwsum page.
refresh() - Method in class com.bea.adapter.event.AbstractEventGenerator
Refreshes the set of event types known to this worker.
refresh() - Method in interface com.bea.wlai.event.IEventGenerator
Refresh the list of requested event types by talking to the parent IEventRouter.
refreshInboundMessaging() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set, after a call to start, whether this adapter instance should have its inbound messaging section active or not.
refreshInboundMessaging() - Method in interface com.bea.connector.WLIResourceAdapter
Set, after a call to start, whether this adapter instance should have its inbound messaging section active or not.
release() - Method in interface com.bea.connector.MessageEndpoint
 
release() - Method in class com.bea.web.tag.AbstractInputTagSupport
Resets the internal state of this instance for reuse.
release() - Method in class com.bea.web.tag.CheckBoxTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.ContentTag
 
release() - Method in class com.bea.web.tag.DateTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.DoubleTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.FloatTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.IntegerTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.LabelTag
 
release() - Method in class com.bea.web.tag.PasswordTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.RadioTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.SubmitTag
 
release() - Method in class com.bea.web.tag.TextTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.web.tag.TextareaTagSupport
Resets the internal state of this instance.
release() - Method in class com.bea.wlai.event.EventMessageEndpoint
Release this endpoint and any owner ship of it.
release() - Method in interface com.bea.wlai.event.IEventRouter.IRoutingInfo
Release any resources this IRoutingInfo owns, and invalidate it.
releaseManagers() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
remappvw(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is used to DELETE an application view from the repository.
remove(Object) - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
remove(String) - Method in class com.bea.web.RequestHandler
 
removeAdapterStatusListener(AdapterStatusListener) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Remove an existing AdapterStatusListener
removeAdapterStatusListener(AdapterStatusListener) - Method in interface com.bea.connector.WLIResourceAdapter
Remove an existing AdapterStatusListener
removeConnectionEventListener(ConnectionEventListener) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Removes an already registered connection event listener from the ManagedConnection instance.
removeConnectionFactory(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Remove a ConnectionFactory with the given name from this ResourceAdapter.
removeConnectionFactory(String) - Method in interface com.bea.connector.WLIResourceAdapter
Remove a ConnectionFactory with the given name from this ResourceAdapter.
removeConnectionHandle(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Removes connectionHandle from the set of application-level connection handles that is managed by this instance.
removeDeadTypes(List) - Method in class com.bea.adapter.event.AbstractEventGenerator
Allows this instance to apply any EIS specific setup logic needed to handle dead event types; an event type is considered dead if it is no longer in the list of event types known to the router.
removeDeadTypes(List) - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Allows this instance to apply any EIS specific setup logic needed to handle dead event types; an event type is considered dead if it is no longer in the list of event types known to the router.
removeDeadTypes(List) - Method in class com.bea.adapter.event.AbstractPushEventGenerator
Allows this instance to apply any EIS specific setup logic needed to handle dead event types; an event type is considered dead if it is no longer in the list of event types known to the router.
removeEventDef(EventMessageEndpointFactory, EventActivationSpec) - Method in class com.bea.adapter.event.LocalEventRouter
 
removeListener(VariableChangeListener) - Method in interface com.bea.connector.IVariableSet
 
removeNDC() - Method in interface com.bea.logging.INestedDiagnosticContext
Remove the diagnostic context for this thread
removeNDC() - Method in class com.bea.logging.LogCategory
Remove the diagnostic context for this thread
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bea.adapter.cci.InteractionSpecImpl
To support JavaBeans constrained properties
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
To support JavaBeans constrained properties
removePushListener(IPushListener) - Method in interface com.bea.adapter.event.IPushHandler
removes a push listener from the implementation object
removeVariable(String) - Method in interface com.bea.connector.IMutableVariableSet
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.bea.adapter.cci.InteractionSpecImpl
To support JavaBeans constrained properties
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
To support JavaBeans constrained properties
report() - Static method in class com.bea.logging.LogManager
Generates a debugging report on the current state of the LogManager
requiresLayout() - Method in class com.bea.logging.WeblogicAppender
Objects can call this method to find out if they are required to provide a layout for this appender.
resetApplicationViewDescriptor(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Resets our internal representation of an application view to arg if needed
resume() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Resume the generation of events.
resume() - Method in interface com.bea.wlai.event.ISuspendableEventGenerator
Resume the generation of events.
resumeInboundMessaging() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Resume inbound messaging.
resumeInboundMessaging() - Method in interface com.bea.connector.WLIResourceAdapter
Resume inbound messaging.
rollback() - Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
run() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Runnable implementation.
run() - Method in class com.bea.adapter.util.CommandRunner
Executes the command established in the constructor.

S

START_TAG_PREFIX - Static variable in class com.bea.wlai.event.EventMessageEndpoint
 
SUCCESS - Static variable in class com.bea.adapter.util.CommandRunner
Possible return value from getExitValue; indicates that the external process returned 0 as an exit value.
SUSPENDED - Static variable in class com.bea.connector.Status
 
Status - class com.bea.connector.Status.
Simple class to encapsulate status information for an adapter instance.
Status(int, String) - Constructor for class com.bea.connector.Status
 
SubmitTag - class com.bea.web.tag.SubmitTag.
Provides the rendering logic for an HTML submit button.
SubmitTag() - Constructor for class com.bea.web.tag.SubmitTag
 
savePropertiesFromAdapter(ResourceAdapter, IAdapterDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method uses java reflection to save the appropriate properties from the ResourceAdapter instance to the given IAdapterDescriptor instance.
savePropertiesFromBean(Object, IPropertiedDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method uses java reflection to save the appropriate properties from the given JavaBean instance to a propertied descriptor instance.
savePropertiesFromFactory(ManagedConnectionFactory, IConnectionFactoryDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method uses java reflection to save the appropriate properties from the ManagedConnectionFactory to the given IConnectionFactoryDescriptor.
set(String, String, String) - Method in class com.bea.web.RequestHandler
 
setAdapterContext(AbstractDesignTimeRequestHandler.AdapterContext) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method allows you to set the context necessary to identify/locate the active adapter instance and connection factory.
setAdapterDescription(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the adapter description; this overrides the setting provided by the message bundle for this instance if the adapter_description key is mapped to a value in the message bundle.
setAdapterDescription(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set the adapter description (should be what you would use for description in wli-ra.xml).
setAdapterEisType(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set the adapter EIS type (should be what you would use for eis-type in wli-ra.xml)
setAdapterLogicalName(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
setAdapterName(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the adapter name; this overrides the setting provided by the message bundle for this instance if the adapter_name key is mapped to a value in the message bundle.
setAdapterName(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set adapter name (should be what you would use for display-name in wli-ra.xml).
setAdapterVendor(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the adapter vendor; this overrides the setting provided by the message bundle for this instance if the adapter_vendor key is mapped to a value in the message bundle.
setAdapterVendorName(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set the adapter vendor name (should be what you would use for vendor-name in wli-ra.xml)
setAdapterVersion(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the adapter version; this overrides the setting provided by the message bundle for this instance if the adapter_version key is mapped to a value in the message bundle.
setAdapterVersion(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set the adapter version (should be what you would use for resourceadapter-version in wli-ra.xml)
setAdditionalLogContext(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets additional context information for identifying logging configuration.
setAdditionalLogContext(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Sets additional context information for identifying logging configuration.
setAlt(String) - Method in class com.bea.web.tag.LabelTag
 
setApplicationViewDescriptor(IApplicationViewDescriptor) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method allows you to set the member variable m_avd by passing in an IApplicationViewDescriptor.
setArg(String) - Method in class com.bea.web.tag.ContentTag
 
setAttrs(String) - Method in class com.bea.web.tag.AbstractInputTagSupport
Sets any HTML Attrs for this input tag
setAutoCommit(boolean) - Method in class com.bea.adapter.cci.AbstractConnection
This method gets the current physical (jdbc) connection of our managed connection and checks to make sure that it supports local transactions.
setBeanParameters(Class, Object, Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Uses java reflection to set parameters on the Bean using values found in the current HTTP session for this handler.
setBrowser(byte) - Method in class com.bea.web.UserAgent
 
setClientData(IClientData) - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Store the client data to be used by the adapter during its Interaction.execute() processing.
setClientData(IClientData) - Method in interface com.bea.connector.ClientDataInteractionSpec
Store the client data to be used by the adapter during its Interaction.execute() processing.
setColumns(int) - Method in class com.bea.web.tag.TextareaTagSupport
 
setConnectionURL(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the ConnectionURL for connecting to the underlying EIS.
setCountryCode(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the country code for enabling I18N log and exception messages from instances of this class.
setCountryCode(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
setDefault(String) - Method in class com.bea.web.tag.AbstractInputTagSupport
Sets the default value for this input tag
setDesignTimeContext(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Sets the context for the design-time session by fetching the values from the given HttpServletRequest.
setDesignTimeContext(String, File) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Sets the application name and root directory for the design-time session.
setDoAction(String) - Method in class com.bea.web.tag.SubmitTag
 
setEventDefinition(IEventDefinition) - Method in interface com.bea.wlai.event.EventActivationSpec
SetEventDefinition
setEventGeneratorClassName(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
setEventGeneratorStatus(Status) - Method in class com.bea.adapter.event.LocalEventRouter
Allows an EventGenerator to indicate its health/status to the EventRouter.
setEventGeneratorStatus(Status) - Method in interface com.bea.wlai.event.IEventRouter
Allows an EventGenerator to indicate its health/status to the EventRouter.
setExecutionTimeout(int) - Method in class com.bea.adapter.cci.InteractionSpecImpl
Sets the execution timeout for this
setFormat(String) - Method in class com.bea.web.tag.DateTagSupport
 
setFormat(String) - Method in class com.bea.web.validation.DateWord
 
setFunctionName(String) - Method in class com.bea.adapter.cci.InteractionSpecImpl
Sets the function name for this interaction spec
setGUID(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Sets the globally unique ID of this adapter instance.
setGUID(String) - Method in interface com.bea.connector.WLIResourceAdapter
Sets the globally unique identifier for this adapter instance.
setImage(String) - Method in class com.bea.web.tag.LabelTag
 
setInboundMessagingEnabled(boolean) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set whether this adapter instance is configured to handle inbound messaging or not.
setInboundMessagingEnabled(boolean) - Method in interface com.bea.connector.WLIResourceAdapter
Set whether this adapter instance is configured to handle inbound messaging or not.
setInboundMessagingInstanceIDs(String[]) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Set an array of logical inbound messaging instance identifiers for this adapter instance.
setInboundMessagingInstanceIDs(String[]) - Method in interface com.bea.connector.WLIResourceAdapter
Set an array of logical inbound messaging instance identifiers for this adapter instance.
setInboundMessagingStatus(Status) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Change this adapter's status.
setInformation(String) - Method in class com.bea.web.ActionResult
 
setInteractionVerb(int) - Method in class com.bea.adapter.cci.InteractionSpecImpl
Sets the interaction verb for this
setKey(String) - Method in class com.bea.web.validation.Word
 
setLanguageCode(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the language code for enabling I18N log and exception messages from instances of this class.
setLanguageCode(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
setLenient(boolean) - Method in class com.bea.web.tag.DateTagSupport
 
setLenient(boolean) - Method in class com.bea.web.validation.DateWord
 
setLevel(String) - Method in interface com.bea.logging.ILogger
Sets the priority for this LogCategory
setLevel(String) - Method in class com.bea.logging.LogCategory
This method sets the current LogCategory's priority to one of the established levels.
setLocale(Locale) - Method in class com.bea.web.RequestHandler
 
setLogConfigFile(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the name for the log configuration file used by this instance.
setLogConfigFile(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
setLogConfigFile(String) - Method in class com.bea.web.RequestHandler
 
setLogContextName(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Overrides parent's method to append .DesignTime onto the log context.
setLogContextName(String) - Method in class com.bea.web.RequestHandler
 
setLogLevel(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the log priority level for 'this' instance.
setLogLevel(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Sets the log priority level for 'this' instance.
setLogWriter(PrintWriter) - Method in class com.bea.adapter.spi.AbstractManagedConnection
Adds out as a runtime destination to the ILogger for this instance.
setLogWriter(PrintWriter) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
setManagedConnection(AbstractManagedConnection) - Method in class com.bea.adapter.cci.AbstractConnection
Sets the managed connection for this connection.
setManagedConnectionParameters(Class, Object, Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Uses java reflection to set connection parameters on the ManagedConnectionFactory using values found in the current HTTP session for this handler.
setMaxExclusive(String) - Method in class com.bea.web.tag.DoubleTagSupport
 
setMaxExclusive(String) - Method in class com.bea.web.tag.FloatTagSupport
 
setMaxExclusive(String) - Method in class com.bea.web.tag.IntegerTagSupport
 
setMaxExclusive(String) - Method in class com.bea.web.validation.DoubleWord
Sets the value for the maximum exclusive constraining facet.
setMaxExclusive(String) - Method in class com.bea.web.validation.FloatWord
Sets the value for the maximum exclusive constraining facet.
setMaxExclusive(String) - Method in class com.bea.web.validation.IntegerWord
Sets the value for the maximum exclusive constraining facet.
setMaxInclusive(String) - Method in class com.bea.web.tag.DoubleTagSupport
 
setMaxInclusive(String) - Method in class com.bea.web.tag.FloatTagSupport
 
setMaxInclusive(String) - Method in class com.bea.web.tag.IntegerTagSupport
 
setMaxInclusive(String) - Method in class com.bea.web.validation.DoubleWord
Sets the value for the maximum inclusive constraining facet.
setMaxInclusive(String) - Method in class com.bea.web.validation.FloatWord
Sets the value for the maximum inclusive constraining facet.
setMaxInclusive(String) - Method in class com.bea.web.validation.IntegerWord
Sets the value for the maximum inclusive constraining facet.
setMaxlength(int) - Method in class com.bea.web.tag.AbstractInputTagSupport
Sets the maxlength for this form field.
setMessage(String) - Method in class com.bea.web.ActionResult
 
setMessageBundleBase(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the base name for the message bundle used by this instance.
setMessageBundleBase(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
setMessageBundleBase(String) - Method in class com.bea.web.RequestHandler
 
setMinExclusive(String) - Method in class com.bea.web.tag.DoubleTagSupport
 
setMinExclusive(String) - Method in class com.bea.web.tag.FloatTagSupport
 
setMinExclusive(String) - Method in class com.bea.web.tag.IntegerTagSupport
 
setMinExclusive(String) - Method in class com.bea.web.validation.DoubleWord
Sets the value for the minimum exclusive constraining facet.
setMinExclusive(String) - Method in class com.bea.web.validation.FloatWord
Sets the value for the minimum exclusive constraining facet.
setMinExclusive(String) - Method in class com.bea.web.validation.IntegerWord
Sets the value for the minimum exclusive constraining facet.
setMinInclusive(String) - Method in class com.bea.web.tag.DoubleTagSupport
 
setMinInclusive(String) - Method in class com.bea.web.tag.FloatTagSupport
 
setMinInclusive(String) - Method in class com.bea.web.tag.IntegerTagSupport
 
setMinInclusive(String) - Method in class com.bea.web.validation.DoubleWord
Sets the value for the minimum inclusive constraining facet.
setMinInclusive(String) - Method in class com.bea.web.validation.FloatWord
Sets the value for the minimum inclusive constraining facet.
setMinInclusive(String) - Method in class com.bea.web.validation.IntegerWord
Sets the value for the minimum inclusive constraining facet.
setNDCMaxDepth(int) - Method in interface com.bea.logging.INestedDiagnosticContext
Set maximum depth of this diagnostic context.
setNDCMaxDepth(int) - Method in class com.bea.logging.LogCategory
Set maximum depth of this diagnostic context.
setName(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Sets the logical name of this adapter instance.
setName(String) - Method in interface com.bea.connector.WLIResourceAdapter
Sets the logical name of this adapter instance.
setName(String) - Method in class com.bea.web.tag.AbstractInputTagSupport
Sets the name of this input tag
setName(String) - Method in class com.bea.web.tag.ContentTag
 
setName(String) - Method in class com.bea.web.tag.LabelTag
 
setName(String) - Method in class com.bea.web.tag.SubmitTag
 
setNextPage(String) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Sets the 'hint' for what the next page is supposed to be.
setNotifyEnabled(boolean) - Method in class com.bea.adapter.spi.AbstractLocalTransaction
Enables (or disables) notifications from this object when local TX methods are called.
setPassword(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the Password for connecting to the underlying EIS.
setPattern(String) - Method in class com.bea.web.tag.PasswordTagSupport
 
setPattern(String) - Method in class com.bea.web.tag.TextTagSupport
 
setPattern(String) - Method in class com.bea.web.tag.TextareaTagSupport
 
setPattern(String) - Method in class com.bea.web.validation.Word
 
setPhysicalConnection(Object) - Method in class com.bea.adapter.spi.AbstractManagedConnection
A convenience method that allows an adapter developer to save an object that represents the underlying physical connection to the EIS.
setPlatform(byte) - Method in class com.bea.web.UserAgent
 
setPortNumber(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the PortNumber for connecting to the underlying EIS.
setPriority(String) - Method in interface com.bea.logging.ILogger
Deprecated. This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead
setPriority(LogPriority) - Method in interface com.bea.logging.ILogger
Deprecated. This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead
setPriority(int) - Method in interface com.bea.logging.ILogger
Deprecated. This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead
setPriority(int) - Method in class com.bea.logging.LogCategory
This method overrides the method in super.
setPriority(String) - Method in class com.bea.logging.LogCategory
This method overrides the method in super.
setPriority(LogPriority) - Method in class com.bea.logging.LogCategory
This method overrides the method in super.
setRecordName(String) - Method in class com.bea.adapter.cci.RecordImpl
Sets the name of this record
setRecordName(String) - Method in class com.bea.connector.DocumentRecord
Set the Document Record's name.
setRecordShortDescription(String) - Method in class com.bea.adapter.cci.RecordImpl
Sets the short description for this record
setRecordShortDescription(String) - Method in class com.bea.connector.DocumentRecord
Set the Document Record's short description.
setReference(Reference) - Method in class com.bea.adapter.cci.ConnectionFactoryImpl
 
setRequestDocumentDefinition(IDocumentDefinition) - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Sets the request document definition
setRequestDocumentDefinition(IDocumentDefinition) - Method in interface com.bea.connector.DocumentInteractionSpec
Set the IDocumentDefinition object representing the request document for this InteractionSpec object.
setRequired(boolean) - Method in class com.bea.web.tag.AbstractInputTagSupport
Sets whether this input field is required for successful processing of the HTML form.
setRequired(boolean) - Method in class com.bea.web.tag.LabelTag
 
setRequired(boolean) - Method in class com.bea.web.validation.Word
 
setResourceAdapter(ResourceAdapter) - Method in interface com.bea.connector.ActivationSpec
 
setResourceAdapterParameters(Class, Object, Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Uses java reflection to set connection parameters on the ManagedConnectionFactory using values found in the current HTTP session for this handler.
setResourceAdapterProperties() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Add standard properties required for all resource adapters
setResourceBundle(ResourceBundle) - Method in interface com.bea.logging.ILogger
Sets the category's resource bundle
setResponseDocumentDefinition(IDocumentDefinition) - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Sets the response document definition
setResponseDocumentDefinition(IDocumentDefinition) - Method in interface com.bea.connector.DocumentInteractionSpec
Set the IDocumentDefinition object representing the response document for this InteractionSpec object.
setRootLogContext(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the root log context for this factory.
setRootLogContext(String) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Sets the root log context for this factory.
setRows(int) - Method in class com.bea.web.tag.TextareaTagSupport
 
setServerName(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the ServerName for connecting to the underlying EIS.
setSize(int) - Method in class com.bea.web.tag.AbstractInputTagSupport
Sets the size for this form field.
setStandardResourceAdapterProperties() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
 
setSuccess(boolean) - Method in class com.bea.web.ActionResult
 
setUserAgent(UserAgent) - Method in class com.bea.web.RequestHandler
 
setUserName(String) - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
Sets the UserName for connecting to the underlying EIS.
setUserName(String) - Method in class com.bea.web.RequestHandler
 
setValue(String) - Method in interface com.bea.connector.IMutableVariable
 
setValue(String) - Method in class com.bea.web.tag.CheckBoxTagSupport
 
setValue(String) - Method in class com.bea.web.tag.RadioTagSupport
 
setVariableSet(IMutableVariableSet) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Set the variable set instance to be manipulated/displayed by the varset JSP page.
setVariableSetHasNewValues(boolean) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Set a flag indicating that we just applied new values to the variable set.
setVersion(String) - Method in class com.bea.web.UserAgent
 
setupNewTypes(List) - Method in class com.bea.adapter.event.AbstractEventGenerator
Allows this instance to apply any EIS specific setup logic needed to handle new event types provided by the event router.
setupNewTypes(List) - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Allows this instance to apply any EIS specific setup logic needed to handle new event types provided by the event router.
setupNewTypes(List) - Method in class com.bea.adapter.event.AbstractPushEventGenerator
Allows this instance to apply any EIS specific setup logic needed to handle new event types provided by the event router.
size() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
start() - Method in class com.bea.adapter.event.AbstractEventGenerator
Starts the EventGenerator
start() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Starts the PullEventGenerator to polling.
start() - Method in class com.bea.adapter.event.AbstractPushEventGenerator
Adds this object, as a listener, to any IPushHandlers created.
start(Properties) - Method in class com.bea.adapter.event.LocalEventRouter
 
start(BootstrapContext) - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Starts a resource adapter instance.
start(BootstrapContext) - Method in interface com.bea.connector.ResourceAdapter
 
start() - Method in interface com.bea.wlai.event.IEventGenerator
Start generating events as they are detected in the EIS.
startInboundMessaging() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Start the inbound messaging section of this adapter instance.
status - Variable in class com.bea.connector.Status
 
stop() - Method in class com.bea.adapter.event.AbstractEventGenerator
Stops the Event Generator
stop() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Notifies this thread that it should stop posting events to the event router.
stop() - Method in class com.bea.adapter.event.AbstractPushEventGenerator
Removes this object, as a listener, from all IPushHandler objects
stop() - Method in class com.bea.adapter.event.LocalEventRouter
 
stop() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Stops a resource adapter instance.
stop() - Method in interface com.bea.connector.ResourceAdapter
 
stop() - Method in interface com.bea.wlai.event.IEventGenerator
Stop generating events from the EIS.
stopInboundMessaging() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Stop the inbound messaging section of this adapter instance.
storeRetryEvent(IEvent) - Method in class com.bea.adapter.event.LocalEventRouter
 
strToPriority(String) - Static method in class com.bea.logging.LogPriority
Converts a String into a Priority.
subContext(String) - Method in class com.bea.logging.LogContext
Creates a new LogContext object with this context as its base context.
supportsEditableEvents() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports editing of events.
supportsEditableServices() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports editing of services.
supportsEventTest() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports the testing of events.
supportsEvents() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports events.
supportsExecuteWithInputAndOutputRecord() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
supportsExecuteWithInputRecordOnly() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
supportsLocalTransactionDemarcation() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
supportsServiceTest() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports the testing of services.
supportsServices() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports services.
supportsSuspendInboundMessaging() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Indicate whether this ResourceAdapter can suspend its inbound messaging section.
supportsSuspendInboundMessaging() - Method in interface com.bea.connector.WLIResourceAdapter
Indicate whether this ResourceAdapter can suspend its inbound messaging section.
supportsVariables() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Used by the designtime web frame work to determine if an adapter supports the definition and use of variables.
suspend() - Method in class com.bea.adapter.event.AbstractPullEventGenerator
Suspend (temporarily) the generation of events.
suspend() - Method in interface com.bea.wlai.event.ISuspendableEventGenerator
Suspend (temporarily) the generation of events.
suspendInboundMessaging() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Suspend the inbound messaging section for this ResourceAdapter instance.
suspendInboundMessaging() - Method in interface com.bea.connector.WLIResourceAdapter
Suspend the inbound messaging section for this ResourceAdapter instance.

T

TIMEOUT - Static variable in class com.bea.adapter.util.CommandRunner
Possible return value from getExitValue; indicates the process did NOT return an exit value in the maximum allowable time period, perhaps the external process is hung.
TextTagSupport - class com.bea.web.tag.TextTagSupport.
Provides the rendering logic for an HTML form field that accepts text values only.
TextTagSupport() - Constructor for class com.bea.web.tag.TextTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
TextareaTagSupport - class com.bea.web.tag.TextareaTagSupport.
Provides the rendering logic for an HTML form field for text areas In addition, each instance of this class uses an instance of com.bea.web.validation.Word to perform runtime validation of the value for this field.
TextareaTagSupport() - Constructor for class com.bea.web.tag.TextareaTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
t_connection - Variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
t_dtHelper - Variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
t_initialContext - Variable in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
toString() - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
 
toString() - Method in class com.bea.adapter.cci.InteractionSpecImpl
 
toString() - Method in class com.bea.adapter.cci.RecordImpl
 
toString() - Method in class com.bea.adapter.cci.ResourceAdapterMetaDataImpl
 
toString() - Method in class com.bea.adapter.spi.AbstractConnectionMetaData
 
toString() - Method in class com.bea.adapter.spi.AbstractManagedConnection
 
toString() - Method in class com.bea.adapter.spi.AbstractManagedConnectionFactory
 
toString() - Method in class com.bea.adapter.spi.ValidationResult
 
toString() - Method in class com.bea.connector.DocumentRecord
 
toString() - Method in class com.bea.connector.InvalidPropertyException
 
toString() - Method in class com.bea.connector.ResourceRuntimeException
 
toString() - Method in class com.bea.connector.UnavailableException
 
toString() - Method in class com.bea.logging.LogCategory
 
toString() - Method in class com.bea.logging.LogContext
 
toString() - Method in class com.bea.web.RequestHandler
 
toString() - Method in class com.bea.web.UserAgent
 
toString() - Method in class com.bea.web.validation.IntegerWord
 
toString() - Method in class com.bea.web.validation.Word
 
translateRequest(InteractionSpec, DocumentRecord, ConnectionFactory) - Method in interface com.bea.connector.IRecordTranslator
Translate request input XML document to adapter specific Record.
translateResponse(InteractionSpec, DocumentRecord, ConnectionFactory) - Method in interface com.bea.connector.IRecordTranslator
Translate reponse input XML document to adapter specific Record.
translateResponse(InteractionSpec, DocumentRecord, Record, ConnectionFactory) - Method in interface com.bea.connector.IRecordTranslator
Translate response output adapter specific Record to XML document.

U

UKNOWN_TYPE_ALLOCATED - Static variable in interface com.bea.adapter.util.IConstants
 
UNKNOWN - Static variable in class com.bea.connector.Status
 
UNKNOWN_APP_LEVEL_CONNECTION_HANDLE - Static variable in interface com.bea.adapter.util.IConstants
 
URLTagSupport - class com.bea.web.tag.URLTagSupport.
Provides the rendering logic for an HTML form field that accepts URL values only.
URLTagSupport() - Constructor for class com.bea.web.tag.URLTagSupport
Default constructor, all subclasses of javax.servlet.jsp.tagext.TagSupport are required to only define a public constructor with the same signature, and to call the superclass constructor.
URLWord - class com.bea.web.validation.URLWord.
Determines if a value is a valid URL.
URLWord() - Constructor for class com.bea.web.validation.URLWord
 
USING_CREDENTIALS_FROM_SUBJECT - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message for indicating that the managed connection factory found user credentials in the javax.security.auth.Subject instance and will use those to obtain a connection from the EIS.
UnavailableException - exception com.bea.connector.UnavailableException.
 
UnavailableException(String) - Constructor for class com.bea.connector.UnavailableException
 
UnavailableException(String, Throwable) - Constructor for class com.bea.connector.UnavailableException
 
UserAgent - class com.bea.web.UserAgent.
Identifies a user's Web browser by inspecting the USER-AGENT field of an HTTP request.
UserAgent() - Constructor for class com.bea.web.UserAgent
 
undepappvw(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This method is used to undeploy an application view from the server, yet leave it in the repository for future editing or deployment.
updateSchemaInRepository(String, SOMSchema) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Deprecated. This method should not be used going forward. The preferred approach is to use the addServiceSchemasToRepository or addEventSchemaToRepository methods directly.
updateValues(IVariableSet) - Method in interface com.bea.connector.IManageableVariableSet
 

V

VALID - Static variable in class com.bea.adapter.spi.ValidationResult
Indicates a valid result; no additional information available.
VALID - Static variable in class com.bea.web.validation.BasicValidationResult
 
ValidationResult - class com.bea.adapter.spi.ValidationResult.
Encapsulates information about a validation check; such as checking if a license is valid.
ValidationResult() - Constructor for class com.bea.adapter.spi.ValidationResult
 
ValidationResult(boolean) - Constructor for class com.bea.adapter.spi.ValidationResult
 
ValidationResult(boolean, Object[]) - Constructor for class com.bea.adapter.spi.ValidationResult
 
VariableChangeListener - interface com.bea.connector.VariableChangeListener.
 
VariableChangeListener.VariableChangeEvent - class com.bea.connector.VariableChangeListener.VariableChangeEvent.
 
VariableChangeListener.VariableChangeEvent(IVariable, String) - Constructor for class com.bea.connector.VariableChangeListener.VariableChangeEvent
 
validate() - Method in class com.bea.adapter.spi.AbstractWLIResourceAdapter
Called by the client that is configuring an instance of this WLIResourceAdapter class after all the JavaBeans properties have been set.
validate() - Method in interface com.bea.connector.ActivationSpec
 
validate() - Method in interface com.bea.connector.WLIResourceAdapter
Called by the client that is configuring an instance of this WLIResourceAdapter class after all the JavaBeans properties have been set.
validate(String, ResourceBundle) - Method in class com.bea.web.validation.DateWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.DoubleWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.EmailWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.FloatWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.IdentifierWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.IntegerWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.URLWord
 
validate(String, ResourceBundle) - Method in class com.bea.web.validation.Word
 
validateConnectionParameters(Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Verifies that the user supplied connection paramters are sufficient to configure an SPI ManagedConnectionFactory instance to open a connection to the underlying EIS.
validateRequest(String, HttpServletRequest, RequestHandler, StringBuffer) - Method in class com.bea.web.ControllerServlet
 
validateRequestDocument(DocumentInteractionSpec, DocumentRecord) - Method in class com.bea.adapter.cci.AbstractDocumentRecordInteraction
Convenience method for validating request documents
validateResourceAdapterParameters(Map) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Verifies that the user supplied event parameters are sufficient to configure an XCCI ResourceAdapter instance.
value - Variable in class com.bea.web.FormFieldPair
 
values() - Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
variableChanged(VariableChangeListener.VariableChangeEvent) - Method in interface com.bea.connector.VariableChangeListener
Indicates that a single variable was changed, and gives access to the new and old values.
variableSetHasNewValues() - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Get a flag indicating if we just applied new values to the variable set.
variablesChanged(VariableChangeListener.VariableChangeEvent[]) - Method in interface com.bea.connector.VariableChangeListener
Indicates that a batch of variables (one or more) were changed.
varset(HttpServletRequest) - Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
 
vetoableChange(PropertyChangeEvent) - Method in class com.bea.adapter.cci.DocumentInteractionSpecImpl
Verifies if the given property change is valid; implements all of our property validation routines for the request/response document definitions
vetoableChange(PropertyChangeEvent) - Method in class com.bea.adapter.cci.InteractionSpecImpl
Verifies if the given property change is valid; subclasses should over-ride this method to supply their own validation as this implementation is no-op.

W

WEBLOGIC_APPENDER_INIT_ERROR - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
WEBLOGIC_APPENDER_LOG - Static variable in class com.bea.adapter.util.DefaultMessageBundle
 
WLIResourceAdapter - interface com.bea.connector.WLIResourceAdapter.
Interface representing an instance of a resource adapter.
WeblogicAppender - class com.bea.logging.WeblogicAppender.
The WeblogicAppender is an appender for writing to the WebLogic log services.
WeblogicAppender() - Constructor for class com.bea.logging.WeblogicAppender
 
WeblogicAppender(String) - Constructor for class com.bea.logging.WeblogicAppender
 
Word - class com.bea.web.validation.Word.
Encapsulates metadata about a single data element in a model.
Word() - Constructor for class com.bea.web.validation.Word
 
warn(String) - Method in interface com.bea.logging.ILogger
Logs a warning message by looking up its Key.
warn(String, boolean) - Method in interface com.bea.logging.ILogger
Logs strMessage as message (set isDirect == true)
warn(String, Object[]) - Method in interface com.bea.logging.ILogger
Logs a warning using an array of arguments.
warn(String, Object) - Method in interface com.bea.logging.ILogger
Logs a warning messages with one arg.
warn(Throwable) - Method in interface com.bea.logging.ILogger
Logs an exception as a warning
warn(String) - Method in class com.bea.logging.LogCategory
Log a message with the warn priority.
warn(String, boolean) - Method in class com.bea.logging.LogCategory
Log a message with the warn priority.
warn(String, Object[]) - Method in class com.bea.logging.LogCategory
Log a message with the warn priority.
warn(String, Object) - Method in class com.bea.logging.LogCategory
Convenience method which allows the user to log a warn message with one argument to fill into the template.
warn(Throwable) - Method in class com.bea.logging.LogCategory
Log a message with the error priority.

X

XA_TX_NOT_SUPPORTED - Static variable in interface com.bea.adapter.util.IConstants
Key used to locate the message stating that XA transactions are not supported by this adapter.

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