The client interface allows a J2EE-based application to
connect to and access back-end systems. 
The client interface manages the flow of data between the client
application and the back-end system and does not have any visibility into what
either the container or the application server are doing with the adapter.
com.bea.adapter.event - package com.bea.adapter.eventThe com.bea.adapter.event package contains classes that provide a basic event
  generator.com.bea.adapter.spi - package com.bea.adapter.spi
All J2EE Connector Architecture-compliant resource adapters
must provide an implementation for the interfaces in the javax.resource.spi
package.
com.bea.adapter.test - package com.bea.adapter.testThe com.bea.adapter.test package contains classes used to test adapters.com.bea.adapter.util - package com.bea.adapter.utilThe com.bea.adapter.util package contains utility classes used by other ADK packages.com.bea.adapter.web - package com.bea.adapter.webThe 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.b2b - package com.bea.b2bProvides the base exception class (B2BException) for BEA business-to-business applications.com.bea.b2b.enabler - package com.bea.b2b.enablerUsed for working with c-enabler nodes and c-enabler sessions.com.bea.b2b.enabler.xocp - package com.bea.b2b.enabler.xocpUsed for working with c-enabler sessions for the XML Open Collaboration Protocol (XOCP).com.bea.b2b.management - package com.bea.b2b.managementProvides the ManagementException class for WebLogic Collaborate management applications.com.bea.b2b.protocol - package com.bea.b2b.protocolUsed for working with logic plug-ins.com.bea.b2b.protocol.conversation - package com.bea.b2b.protocol.conversationUsed for working with conversations.com.bea.b2b.protocol.cxml - package com.bea.b2b.protocol.cxmlUsed for working with the cXML protocol.com.bea.b2b.protocol.cxml.messaging - package com.bea.b2b.protocol.cxml.messagingUsed for working with cXML messages and documents.com.bea.b2b.protocol.messaging - package com.bea.b2b.protocol.messagingUsed for working with messages in a conversation.com.bea.b2b.protocol.xocp.application - package com.bea.b2b.protocol.xocp.applicationUsed for working with XOCP (eXtensible Open Collaboration Protocol) application and XOCP application sessions.com.bea.b2b.protocol.xocp.conversation.local - package com.bea.b2b.protocol.xocp.conversation.localUsed for working with conversations that use the XML Open Collaboration Protocol (XOCP).com.bea.b2b.protocol.xocp.messaging - package com.bea.b2b.protocol.xocp.messagingUsed for working with messages in conversations that use the XML Open Collaboration Protocol (XOCP).com.bea.b2b.security - package com.bea.b2b.securityUsed for working with WebLogic Collaborate security, including certificate validation and user authentication.com.bea.b2b.tpa - package com.bea.b2b.tpaProvides classes representing Collaboration Agreement.com.bea.b2b.wlpi - package com.bea.b2b.wlpiUsed for working with WebLogic Process Integrator workflows.com.bea.connector - package com.bea.connectorClasses/interfaces that extend the capabilities of the J2EE Connector
Architecture.com.bea.document - package com.bea.documentObjects/interfaces for BEA Document and Schema support.com.bea.eci.logging - package com.bea.eci.loggingUsed for logging messages.com.bea.eci.repository.ejb - package com.bea.eci.repository.ejbProvides the classes for the stateless session EJB eCI repository interface.com.bea.eci.repository.helper - package com.bea.eci.repository.helperProvides the classes required by the ECI repository interface.com.bea.logging - package com.bea.loggingThe logging toolkit provided by the ADK allows adapter developers to log internationalized messages to multiple output destinations.com.bea.lwclient - package com.bea.lwclientUsed for working with WebLogic Collaborate Trading Partner Lightweight Client Mailbox.com.bea.schema - package com.bea.schemaObjects/interfaces for BEA Schema support.com.bea.schema.facet - package com.bea.schema.facetObjects/interfaces for BEA Schema facet support.com.bea.schema.type - package com.bea.schema.typeObjects/interfaces for BEA Schema predefined types.com.bea.util - package com.bea.utilObjects/interfaces for general BEA Utilitycom.bea.web - package com.bea.webThe com.bea.web package provides classes that implement form processing framework.com.bea.web.tag - package com.bea.web.tagThe 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.validationThe com.bea.web.validation package provides classes that validate user input to support form processing.com.bea.wlai.client - package com.bea.wlai.clientProvides the WebLogic Application Integration client-side interfaces/classes.com.bea.wlai.common - package com.bea.wlai.commonProvides the WebLogic Application Integration commonly used interfaces/classes.com.bea.wlai.event - package com.bea.wlai.eventProvides the WebLogic Application Integration interfaces/classes for working with events.com.bea.wlcfilesync - package com.bea.wlcfilesyncUsed for working with WebLogic Collaborate Trading Partner Lightweight Client File Sync Client.com.bea.wlpi.client.common - package com.bea.wlpi.client.commonProvides the WebLogic Process Integrator common client-side classes.com.bea.wlpi.client.util - package com.bea.wlpi.client.utilVarious utilities for use with WebLogic Process Integrator.com.bea.wlpi.common - package com.bea.wlpi.commonProvides common classes used by both the WebLogic 
Process Integrator client and server.com.bea.wlpi.common.plugin - package com.bea.wlpi.common.pluginProvides common classes used by plugins in the WebLogic Process 
Integrator client and server.com.bea.wlpi.common.security - package com.bea.wlpi.common.securityProvides common classes used by security in the WebLogic Process 
Integrator.com.bea.wlxt - package com.bea.wlxtProvides the WebLogic Integration XML-Non XML Translator classes.com.bea.wlxt.bintype - package com.bea.wlxt.bintypeProvides the WebLogic Integration XML-Non XML Translator binary type
classes.com.bea.wlxt.repository - package com.bea.wlxt.repositoryProvides the WebLogic Integration XML-Non XML Translator repository
classes.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.
comment(char[], int, int) - 
Method in class com.bea.wlpi.client.common.XMLTemplate
 
comment(char[], int, int) - 
Method in class com.bea.wlpi.common.LexicalHandlerProxy
Report an XML comment anywhere in the document.
commit() - 
Method in class com.bea.adapter.spi.AbstractLocalTransaction
 
commitLocalTransaction() - 
Method in interface com.bea.wlai.client.ApplicationViewRemote
Commits a local transaction and closes allocated resources.
commitLocalTransaction() - 
Method in class com.bea.wlai.client.ApplicationView
Commits a local transaction and closes allocated resources.
compare(Object, Object) - 
Method in class com.bea.wlai.client.EventContext
Helper method for comparing member variables, safe to pass null for either
 of the parameters.
compare(Object, Object) - 
Method in class com.bea.wlai.client.AppViewRuntimeInfo
 
compare(Object, Object) - 
Method in class com.bea.wlpi.common.PublishPackage
Compares its two arguments for order.
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.
compareTo(Object) - 
Method in class com.bea.eci.repository.helper.RepositoryFolderInfo
Determines if this RepositoryFolderInfo object is equal, less than, or
greater than the passed in RepositoryFolderInfo object.
compareTo(Object) - 
Method in class com.bea.eci.repository.helper.XMLEntityInfo
Determines if this XMLEntityInfo object is equal, less than, or
 greater than the passed in XMLEntityInfo object.
compareTo(Object) - 
Method in class com.bea.wlpi.common.XMLEntityInfoHelper
 
compareTo(Object) - 
Method in class com.bea.wlpi.common.RoleUserMap
Compare two RoleUserMap objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.TemplateInfo
Compare two TemplateInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.VariableInfo
Compare two VariableInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.ClassInvocationDescriptor
 
compareTo(Object) - 
Method in class com.bea.wlpi.common.EventKeyInfo
Compare two EventKeyInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.EJBInvocationDescriptor
 
compareTo(Object) - 
Method in class com.bea.wlpi.common.UserInfo
Compare two UserInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.BusinessCalendarInfo
Compare two BusinessCalendarInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.RoleInfo
Compare two RoleInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.InstanceInfo
Compare two InstanceInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.RerouteInfo
Compare two RerouteInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.TemplateDefinitionInfo
Compare two TemplateDefinitionInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.RepositoryFolderInfoHelper
 
compareTo(Object) - 
Method in class com.bea.wlpi.common.MethodDescriptor
 
compareTo(Object) - 
Method in class com.bea.wlpi.common.VersionInfo
Compare two VersionInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.TaskInfo
Compare two TaskInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.OrganizationInfo
Compare two OrganizationInfo objects.
compareTo(Object) - 
Method in class com.bea.wlpi.common.plugin.InfoObject
Compare two InfoObject objects.
COMPONENT - 
Static variable in interface com.bea.wlai.common.WLAIConstants
 
confconn(HttpServletRequest) - 
Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
Configures a connection to the underlying EIS.
config - 
Variable in class com.bea.wlpi.server.plugin.PluginConfiguration
 
ConfigurationData - class com.bea.wlpi.common.plugin.ConfigurationData.Provides information about a plugin's configuration.ConfigurationData(String, VersionInfo, int, int, String) - 
Constructor for class com.bea.wlpi.common.plugin.ConfigurationData
Create a new ConfigurationData object.
ConfigurationInfo - class com.bea.wlpi.common.plugin.ConfigurationInfo.Provides information about configuration information defined by a plugin.ConfigurationInfo(String, int, String, String[]) - 
Constructor for class com.bea.wlpi.common.plugin.ConfigurationInfo
Create a new ConfigurationInfo object.
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() - 
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.
connect() - 
Method in class com.bea.wlai.client.ImportExport
 
connect(Frame, String, String, String) - 
Method in class com.bea.wlpi.client.common.WLPI
Connect to WebLogic Integration server using the specified parameters.
connect(Frame, String, String, String, int, boolean, boolean) - 
Method in class com.bea.wlpi.client.common.WLPI
Connect to WebLogic Integration server using the specified parameters.
connect(InitialContext) - 
Method in class com.bea.wlai.client.ImportExport
 
connect(String, String, String) - 
Method in class com.bea.wlai.client.ImportExport
 
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_FACTORY_MANAGER - 
Static variable in class com.bea.wlai.client.DesignTimeHelper
 
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
 
ConnectionAcquisitionException - exception com.bea.wlai.client.ConnectionAcquisitionException. ConnectionAcquisitionException(String) - 
Constructor for class com.bea.wlai.client.ConnectionAcquisitionException
 
ConnectionAcquisitionException(String, Exception) - 
Constructor for class com.bea.wlai.client.ConnectionAcquisitionException
 
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.
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.
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.
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.
ConnectionEventLogger - class com.bea.adapter.spi.ConnectionEventLogger.Used to log connection eventsConnectionEventLogger(LogContext) - 
Constructor for class com.bea.adapter.spi.ConnectionEventLogger
 
ConnectionFactoryDescriptor - class com.bea.wlai.common.ConnectionFactoryDescriptor.An implementation of the IConnectionFactoryDescriptor interface for use by
 the WLAI server.ConnectionFactoryDescriptor(String, String, String, String, int, int, boolean) - 
Constructor for class com.bea.wlai.common.ConnectionFactoryDescriptor
Construct a new ServiceDescriptor with the given name, description,
 interaction spec class name, and request/response document descriptors.
ConnectionFactoryDescriptor(String, String, String, String, int, int, float, boolean) - 
Constructor for class com.bea.wlai.common.ConnectionFactoryDescriptor
Deprecated. targetFractionOfMaxPoolSize is no longer supported
ConnectionFactoryException - exception com.bea.wlai.client.ConnectionFactoryException.An exception which indicates an error accessing or manipulating a
 connection factory.ConnectionFactoryException(String) - 
Constructor for class com.bea.wlai.client.ConnectionFactoryException
 
ConnectionFactoryException(String, Exception) - 
Constructor for class com.bea.wlai.client.ConnectionFactoryException
 
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.
ConnectionFactoryManager - interface com.bea.wlai.client.ConnectionFactoryManager.Manages access to ConnectionFactories.ConnectionFactoryManagerHome - interface com.bea.wlai.client.ConnectionFactoryManagerHome.Home interface for the ConnectionFactoryManager EJB.ConnectionInfo - class com.bea.wlai.client.ConnectionInfo.Represents the major information for an adapter within WLAI.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
 
construct() - 
Method in class com.bea.wlxt.SwingWorker
Compute the value to be returned by the get method.
CONSTRUCTOR_INVOCATION_FAILED - 
Static variable in interface com.bea.wlpi.common.Messages
"Creation of new {0} failed; {1}."
CONSTRUCTOR_NOT_FOUND - 
Static variable in interface com.bea.wlpi.common.Messages
"No matching constructor was found on {0}; {1}."
contains(SOMObject) - 
Method in class com.bea.schema.SOMSimpleContent
Determine if an object is child of this element.
contains(SOMObject) - 
Method in class com.bea.schema.SOMAttributeGroup
Determine if an object is child of this element.
contains(SOMObject) - 
Method in class com.bea.schema.SOMExtension
Determine if an object is child of this element.
contains(SOMObject) - 
Method in class com.bea.schema.SOMGroupType
Determine if an object is child of this element.
contains(SOMObject) - 
Method in class com.bea.schema.SOMBasic
Determine if an object is child of this element.
contains(SOMObject) - 
Method in class com.bea.schema.SOMUnresolvedReference
 
contains(SOMObject) - 
Method in interface com.bea.schema.SOMReference
 
contains(SOMObject) - 
Method in class com.bea.schema.SOMComplexType
Determine if an object is child of this element.
containsDoctypeDeclaration() - 
Method in class com.bea.wlpi.client.common.XMLTemplate
 
containsError(Error) - 
Method in class com.bea.util.AbstractErrorContainer
Determine if an Error is in the container.
containsException(Exception) - 
Method in class com.bea.util.AbstractExceptionContainer
Determine if an Exception is in the container.
containsException(Exception) - 
Method in class com.bea.util.RuntimeExceptionContainer
Determine if an Exception is in the container.
containsField(String) - 
Method in class com.bea.web.RequestHandler
 
containsKey(Object) - 
Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
containsListener(String, EventListener) - 
Method in class com.bea.wlai.client.EventContext
Has this EventContext already had EventListener given by listener register
 interest in events of type eventTypeName.
containsThrowable(Throwable) - 
Method in class com.bea.util.ThrowableContainer
Determine if a Throwable is in the container.
containsValue(Object) - 
Method in class com.bea.adapter.spi.ConnectionRequestInfoMap
 
containsValue(String) - 
Method in class com.bea.schema.facet.FacetEnumeration
Tests if the specified value is an enumeration in this Facet.
content - 
Variable in class com.bea.schema.SOMSchemaFromDTD.Macro
 
CONTENT_TYPE - 
Static variable in class com.bea.wlpi.server.eventprocessor.EventData
Property name for content type.
CONTENT_TYPE_JAVA - 
Static variable in class com.bea.wlpi.server.eventprocessor.EventData
 
CONTENT_TYPE_XML - 
Static variable in class com.bea.wlpi.server.eventprocessor.EventData
 
ContentTag - class com.bea.web.tag.ContentTag.Provides the rendering logic for HTML content.ContentTag() - 
Constructor for class com.bea.web.tag.ContentTag
 
CONTINUE - 
Static variable in interface com.bea.wlpi.server.common.ExecutionContext
Return code to permit processing of subsequent operations.
continueProcessing() - 
Method in class com.bea.b2b.protocol.messaging.MessageEnvelope
Determines whether the processing of the logic plug-in
 chain would continue (true) or not (false) if an exception
 were thrown during execution of logic plug-ins in the chain.
continueProcessing(boolean) - 
Method in class com.bea.b2b.protocol.messaging.MessageEnvelope
Specifies whether the processing of the logic plug-in
 chain should continue (true) or not (false) if an exception
 were thrown during execution of logic plug-ins in the chain.
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
 
Conversation - interface com.bea.b2b.protocol.xocp.conversation.local.Conversation.Deprecated. The Conversation interface represents a conversation in a c-space.Conversation.ConversationException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.ConversationException.Deprecated. The ConversationException class represents a generic conversation exception.Conversation.ConversationException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.ConversationException
Deprecated. Constructs a ConversationException.
Conversation.ConversationException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.ConversationException
Deprecated. Constructs a ConversationException with the specified message text.
Conversation.InvalidMessageException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.InvalidMessageException.Deprecated. An InvalidMessageException is thrown if a published or received document 
 is not valid for the conversation.Conversation.InvalidMessageException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.InvalidMessageException
Deprecated. Constructs an InvalidMessageException.
Conversation.InvalidMessageException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.InvalidMessageException
Deprecated. Constructs an InvalidMessageException with the specified message text.
Conversation.JoinException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.JoinException.Deprecated. A JoinException is thrown if an error occurred when joining a conversation.Conversation.JoinException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.JoinException
Deprecated. Constructs a JoinException.
Conversation.JoinException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.JoinException
Deprecated. Constructs a JoinException with the specified message text.
Conversation.LeaveException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.LeaveException.Deprecated. A LeaveException is thrown if an error occurred when leaving a conversation.Conversation.LeaveException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.LeaveException
Deprecated. Constructs a LeaveException.
Conversation.LeaveException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.LeaveException
Deprecated. Constructs a LeaveException with the specified message text.
Conversation.PublishException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.PublishException.Deprecated. A PublishException is thrown if an error occurred when publishing
 a document in a conversation.Conversation.PublishException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.PublishException
Deprecated. Constructs a PublishException.
Conversation.PublishException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.PublishException
Deprecated. Constructs a PublishException with the specified message text.
Conversation.TerminateException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.TerminateException.Deprecated. A TerminateException is thrown if an error occurred when terminating a conversation.Conversation.TerminateException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.TerminateException
Deprecated. Constructs a TerminateException.
Conversation.TerminateException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.TerminateException
Deprecated. Constructs a TerminateException with the specified message text.
Conversation.ValidationException - exception com.bea.b2b.protocol.xocp.conversation.local.Conversation.ValidationException.Deprecated. A ValidationException is thrown if an error occurred when validating 
 a published or received document.Conversation.ValidationException() - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.ValidationException
Deprecated. Constructs a ValidationException.
Conversation.ValidationException(String) - 
Constructor for class com.bea.b2b.protocol.xocp.conversation.local.Conversation.ValidationException
Deprecated. Constructs a ValidationException with the specified message text.
ConversationHandler - interface com.bea.b2b.protocol.xocp.conversation.local.ConversationHandler.Deprecated. The ConversationHandler interface represents a handler for receiving messages 
 in a conversation. C-enabler applications should implement this interface.ConversationMBean - interface com.bea.b2b.management.ConversationMBean.The ConversationMBean interface represents an active conversation.ConversationType - class com.bea.b2b.protocol.conversation.ConversationType.The ConversationType class represents a conversation definition 
 for a trading partner who has subscribed to a role.CONVERSION_FAILED - 
Static variable in interface com.bea.wlpi.common.Messages
"Unable to convert value {0} from {1} to required {2}."
convertDate(String, SimpleDateFormat, SimpleDateFormat) - 
Static method in class com.bea.util.Formatter
Convert a date string into a new format
convertDate(String, String, String) - 
Static method in class com.bea.util.Formatter
Convert a date string into a new format
convertPacked(BigDecimal, int, int, int, byte, MFLField) - 
Method in class com.bea.wlxt.bintype.BintypePacked
Convert a BigDecimal to a packed decimal number.
convertPacked(byte[], int, int, MFLField) - 
Method in class com.bea.wlxt.bintype.BintypePacked
Convert a packed decimal number to a BigDecimal.
convertZoned(BigDecimal, int, int, int, char, MFLField) - 
Method in class com.bea.wlxt.bintype.BintypeZoned
Convert a BigDecimal to a zoned decimal number.
convertZoned(byte[], int, int, MFLField) - 
Method in class com.bea.wlxt.bintype.BintypeZoned
Convert a zoned decimal number to a BigDecimal.
Coordinator.DelistException - exception com.bea.b2b.protocol.conversation.Coordinator.DelistException.A DelistException is thrown if an error occurs when delisting a trading partner in a conversation.Coordinator.DelistException() - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.DelistException
Constructs an DelistException.
Coordinator.DelistException(String) - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.DelistException
Constructs an DelistException with the specified message text.
Coordinator.LeaveCSpaceException - exception com.bea.b2b.protocol.conversation.Coordinator.LeaveCSpaceException.A LeaveCSpaceException is thrown if an error occurs when a collaborator leaves a c-space.Coordinator.LeaveCSpaceException() - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.LeaveCSpaceException
Constructs a LeaveCSpaceException.
Coordinator.LeaveCSpaceException(String) - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.LeaveCSpaceException
Constructs a LeaveCSpaceException with the specified message text.
Coordinator.ShutdownException - exception com.bea.b2b.protocol.conversation.Coordinator.ShutdownException.A ShutdownException is thrown if an error occurs when shutting down a c-space.Coordinator.ShutdownException() - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.ShutdownException
Constructs a ShutdownException.
Coordinator.ShutdownException(String) - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.ShutdownException
Constructs a ShutdownException with the specified message text.
Coordinator.TerminateException - exception com.bea.b2b.protocol.conversation.Coordinator.TerminateException.A TerminateException is thrown if an error occurs when terminating a conversation.Coordinator.TerminateException() - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.TerminateException
Constructs a TerminateException.
Coordinator.TerminateException(String) - 
Constructor for class com.bea.b2b.protocol.conversation.Coordinator.TerminateException
Constructs a TerminateException with the specified message text.
create() - 
Method in interface com.bea.wlpi.server.admin.AdminHome
Create a remote object that implements the Admin interface.
create() - 
Method in interface com.bea.wlpi.server.audit.AuditHome
Create a remote object that implements the Audit interface.
create() - 
Method in interface com.bea.wlpi.server.catalog.EJBCatalogHome
Create a remote EJBCatalog instance.
create() - 
Method in interface com.bea.wlpi.server.permission.PermissionHome
Create a remote object that implements the Permission
 interface.
create() - 
Method in interface com.bea.wlpi.server.plugin.PluginHome
Create a remote plugin object reference.
create() - 
Method in interface com.bea.wlpi.server.plugin.PluginManagerHome
Create a new PluginManager EJB.
create() - 
Method in interface com.bea.wlpi.server.plugin.PluginManagerCfgHome
Create a new PluginManagerCfg EJB.
create() - 
Method in interface com.bea.wlpi.server.principal.WLPIPrincipalHome
Create a remote WLPIPrincipal object.
create() - 
Method in interface com.bea.wlpi.server.serverproperties.ServerPropertiesHome
Create a remote object that implements the ServerProperties interface.
create() - 
Method in interface com.bea.wlpi.server.worklist.WorklistHome
Create a remote Worklist bean instance.
create() - 
Method in interface com.bea.wlpi.tour.po.PurchaseOrderHome
Create a remote object that implements the PurchaseOrder} interface.
create() - 
Method in class com.bea.util.ObjectPool
 
create() - 
Method in interface com.bea.wlai.client.ApplicationViewManagerHome
Create/get an instance of an ApplicationViewManager remote interface.
create() - 
Method in interface com.bea.wlai.client.ConnectionFactoryManagerHome
Create/get an instance of an ConnectionFactoryManager remote interface.
create() - 
Method in interface com.bea.wlai.client.ApplicationViewHome
Create/get an instance of the ApplicationView EJB.
create() - 
Method in interface com.bea.wlai.client.StartupHome
 
create() - 
Method in interface com.bea.wlai.client.NamespaceManagerHome
Create a new NamespaceManager object or retrieve an existing one.
create() - 
Method in interface com.bea.wlai.client.SchemaManagerHome
Create/get an instance of a SchemaManager remote interface.
create() - 
Method in interface com.bea.wlai.client.DeployManagerHome
Create/get an instance of a DeployManager remote interface.
create() - 
Method in interface com.bea.eci.repository.ejb.XMLRepositoryHome
 
create() - 
Static method in class com.bea.wlxt.repository.RepositoryFactory
Create a Repository object based upon current properties.
create(boolean) - 
Method in interface com.bea.wlpi.server.admin.AdminHome
Create a remote object that implements the Admin interface.
create(Properties) - 
Static method in class com.bea.wlxt.repository.RepositoryFactory
Create a Repository object based upon passed properties.
create(String) - 
Static method in class com.bea.wlxt.repository.RepositoryURL
Create a URL representing a document in the WLXT repository.
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.
createConnectionFactoryDescriptor(QualifiedName, String) - 
Method in class com.bea.adapter.web.AbstractDesignTimeRequestHandler
This protected method creates a connection factory descriptor object that
  implements the IConnectionFactoryDescriptor interface.
createConversation(ConversationType, long) - 
Method in interface com.bea.b2b.enabler.xocp.XOCPEnablerSession
Deprecated. Creates a conversation of the specified conversation type and with the specified timeout.
createConversation(String, String, long) - 
Method in interface com.bea.b2b.protocol.xocp.application.XOCPApplicationSession
Deprecated. Creates a conversation of the specified Collaboration Agreement global identifier and conversation role, and with the specified timeout.
createDefault() - 
Method in class com.bea.schema.SOMSimpleType
 
createDefault() - 
Method in class com.bea.schema.SOMRestriction
Limited implementation.
createDefault() - 
Method in class com.bea.schema.SOMList
 
createDefault() - 
Method in class com.bea.schema.SOMUnion
Not implemented.
createDefault() - 
Method in class com.bea.schema.facet.FacetEnumeration
 
createDefault() - 
Method in class com.bea.schema.facet.FacetPattern
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMSimpleContent
Not implemented.
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMExtension
Not implemented.
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMComplexExtension
Not implemented.
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMGroupType
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMAll
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMAny
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMGroup
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMChoice
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMSequence
 
createDefault(DefaultDocumentOptions, Element) - 
Method in class com.bea.schema.SOMComplexType
 
createDefault(Map) - 
Method in class com.bea.schema.type.SOMElementalType
 
createDefault(Map) - 
Method in class com.bea.schema.type.PrimitiveDecimal
 
createDefault(Map) - 
Method in class com.bea.schema.type.PrimitiveString
 
createDefault(Map) - 
Method in class com.bea.schema.type.PrimitiveNumber
Deprecated.  
createDefaultDocument() - 
Method in interface com.bea.document.IDocumentDefinition
Create a document which conforms to the schema for this document definition,
 and which contains any default data for elements or attributes in the schema.
createDefaultDocument(DefaultDocumentOptions) - 
Method in interface com.bea.document.IDocumentDefinition
Using the specified options, create a new IDocument object which conforms to
 the structure prescribed by this schema, and contains any default values
 which have been specified.
createDefaultDocument(DefaultDocumentOptions) - 
Method in class com.bea.schema.SOMSchema
create an XML instance document template based on this
 schema model.
createDefaultEvent() - 
Method in class com.bea.wlai.common.EventDefinition
 
createDefaultEvent() - 
Method in interface com.bea.wlai.common.IEventDefinition
Create an event object containing default structure and values.
createDefaultEvent(IEvent) - 
Method in class com.bea.wlai.common.EventDefinition
 
createDefaultEvent(IEvent) - 
Method in interface com.bea.wlai.common.IEventDefinition
Create an event object within the given event object, that contains
 default structure and values.
createDescriptorFactory() - 
Static method in class com.bea.wlai.common.DescriptorFactory
Create a new descriptor factory for use in creating descriptors.
createDescriptorFactory(ClassLoader) - 
Static method in class com.bea.wlai.common.DescriptorFactory
Create a new descriptor factory for use in creating descriptors, using
 the specified ClassLoader to load the class.
createDocument() - 
Static method in class com.bea.document.DocumentFactory
Create a blank document.
createDocument(Document) - 
Static method in class com.bea.document.DocumentFactory
Create a document using the given DOM document.
createDocument(Element) - 
Static method in class com.bea.document.DocumentFactory
Create a document using a copy of the given Element as the document root
 element.
createDocument(File) - 
Static method in class com.bea.document.DocumentFactory
Create a document by reading XML text previously saved to a file.
createDocument(File, String) - 
Static method in class com.bea.document.DocumentFactory
Create a document by reading XML text previously saved to a file.
createDocument(IDocument) - 
Static method in class com.bea.document.DocumentFactory
Create a new document that is a deep copy of the given document.
createDocument(InputSource) - 
Static method in class com.bea.document.DocumentFactory
Create a document by reading the XML text for the document from the given
 InputSource.
createDocument(Reader) - 
Static method in class com.bea.document.DocumentFactory
Create a document by reading the XML text for the document from the given
 Reader.
createDocument(String) - 
Static method in class com.bea.document.DocumentFactory
Create a document using the given XML text.
createDocument(String, boolean) - 
Static method in class com.bea.document.DocumentFactory
Create a document using the given XML text, optionally deferring the
 parse of that XML until a later time (i.e.
createDocumentData(XObject) - 
Static method in class com.bea.document.DocumentData
 
createDocumentDefinition() - 
Static method in class com.bea.document.DocumentFactory
Create a document definition instance.
createDocumentDefinition(String) - 
Static method in class com.bea.document.DocumentFactory
Create a document definition with the given document type name.
createDocumentDescriptor(String, String, String, String) - 
Static method in class com.bea.wlai.common.DescriptorFactory
Create a new document descriptor given the schema name and root element
 name for the descriptor.
createDocumentDescriptorFromDocumentType(String) - 
Static method in class com.bea.wlai.common.ServiceDescriptor
Create a document descriptor from a document type specification in
 / format.
createEntity(int, String, String, String, String, RepositoryFolderInfo) - 
Method in class com.bea.eci.repository.helper.RepositoryActions
Create a new XML entity in the repository, within an existing folder if
 desired.
createEntity(int, String, String, String, String, RepositoryFolderInfo) - 
Method in interface com.bea.eci.repository.ejb.XMLRepository
Create a new XML entity in the repository, within an existing folder if
 desired.
createEventDescriptor(String, String, String, String) - 
Static method in class com.bea.wlai.common.DescriptorFactory
Create a new event descriptor given the schema name and root element
 name for the descriptor.
createFolder(String) - 
Method in interface com.bea.wlxt.repository.RepositoryFolder
Create a new folder as a child of this folder.
createFolder(String, String, String) - 
Method in interface com.bea.wlxt.repository.RepositoryFolder
Create a new folder as a child of this folder.
createFolder(String, String, String, String, RepositoryFolderInfo) - 
Method in class com.bea.eci.repository.helper.RepositoryActions
Creates a new folder in the repository.
createFolder(String, String, String, String, RepositoryFolderInfo) - 
Method in interface com.bea.eci.repository.ejb.XMLRepository
Creates a new folder in the repository.
createFormattedMessage(int, Object[]) - 
Static method in class com.bea.wlpi.common.MessageFormatter
 
createList(Node) - 
Method in class com.bea.wlcfilesync.LwcDOMParser
Deprecated. 
 This creates the trading partner light weight client
 config list and return it to calling program.
createLocalTransaction() - 
Method in class com.bea.adapter.spi.AbstractManagedConnection
Returns a LocalTransaction.
createMailbox(String) - 
Method in class com.bea.lwclient.LwcMailbox
Deprecated. Create a mailbox with the specified name.
createMailbox(String) - 
Method in interface com.bea.lwclient.LwcMailboxDirectory
Deprecated. Create a mailbox with the specified name.
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
 
createNullDocumentDefinition() - 
Static method in class com.bea.document.DocumentFactory
Create a document definition for an empty/null document type.
createNullDocumentDescriptor() - 
Static method in class com.bea.wlai.common.DescriptorFactory
Create a document descriptor describing an empty/null document.
createSession(PartyInstance, CSpace) - 
Method in class com.bea.b2b.tpa.PartyInstance
if remote/hosted, create session for trading partner in channel-owner's
 c-space
createSetOfEventTypes(Set, List, List) - 
Method in class com.bea.adapter.event.AbstractEventGenerator
Creates a set of event types that are known to the router.
createTemplate(String, Collection) - 
Method in interface com.bea.wlpi.server.admin.Admin
Deprecated. Use the new Admin.createTemplate(String,String,Collection)
 or Admin.createTemplate(String,String,Collection,Object)
createTemplate(String, String, Collection) - 
Method in interface com.bea.wlpi.server.admin.Admin
Create a workflow template with the specified name.
createTemplate(String, String, Collection, Object) - 
Method in interface com.bea.wlpi.server.admin.Admin
Create a workflow template with the specified name.
createTemplateDefinition(String, String, String) - 
Method in interface com.bea.wlpi.server.admin.Admin
Create a definition for a workflow template, using the name and content
 supplied.
createTemplateDefinition(String, String, String, Object) - 
Method in interface com.bea.wlpi.server.admin.Admin
Create a definition for a workflow template, using the name and content
 supplied.
createUser(String, String) - 
Method in interface com.bea.wlpi.server.principal.WLPIPrincipal
Create a new user in the realm and add it to the wlpiUsers group.
createWlpiUser(String, String) - 
Method in interface com.bea.wlpi.server.principal.WLPIPrincipal
Deprecated. WLPI 1.2.1 release
createWLSUser(String, String) - 
Method in class com.bea.b2b.security.Security
 
createXAResource() - 
Method in class com.bea.adapter.spi.AbstractManagedConnection
Creates the XA resource if supported.
CREDENTIAL_INFO_SET - 
Static variable in interface com.bea.wlpi.common.Messages
"{0} is already set.
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
 
CRITICAL_LEVEL - 
Static variable in class com.bea.wlai.common.LogManager
 
critical(String) - 
Static method in class com.bea.wlai.common.LogManager
Log an critical message to the WebLogic Server logging facility.
critical(String, Throwable) - 
Static method in class com.bea.wlai.common.LogManager
Log an critical message to the WebLogic Server logging facility.
CustomEventComboBoxRenderer - class com.bea.wlpi.client.common.CustomEventComboBoxRenderer.A BasicComboBoxRenderer that paints the selected item from the list in the
 JComboBox field.CustomEventComboBoxRenderer(String[], String[], String) - 
Constructor for class com.bea.wlpi.client.common.CustomEventComboBoxRenderer
Create a CustomEventComboBoxRenderer.
CXMLDocument - class com.bea.b2b.protocol.cxml.messaging.CXMLDocument.The CXMLDocument class is a concrete class that supports
 a CXML document.CXMLHttpStatusException - exception com.bea.b2b.protocol.cxml.CXMLHttpStatusException.A CXMLHttpStatusException is thrown if a problem occurs during processing of a CXML message.CXMLHttpStatusException() - 
Constructor for class com.bea.b2b.protocol.cxml.CXMLHttpStatusException
Constructs a PlugInException.
CXMLHttpStatusException(String) - 
Constructor for class com.bea.b2b.protocol.cxml.CXMLHttpStatusException
Constructs a CXMLHttpStatusException with the specified message.
CXMLHttpStatusException(String, int) - 
Constructor for class com.bea.b2b.protocol.cxml.CXMLHttpStatusException
Constructs a CXMLHttpStatusException with the specified message.
CXMLListener - interface com.bea.b2b.protocol.cxml.CXMLListener.The CXMLListener interface is used to receive cXML messagesCXMLManager - class com.bea.b2b.protocol.cxml.CXMLManager.The CXMLManager class represents a management class for
 applications using the cXML protocol.CXMLManagerException - exception com.bea.b2b.protocol.cxml.CXMLManagerException.A CXMLManagerException is thrown if a problem occurs while using the CXML Manager methods.CXMLManagerException() - 
Constructor for class com.bea.b2b.protocol.cxml.CXMLManagerException
 
CXMLManagerException(String) - 
Constructor for class com.bea.b2b.protocol.cxml.CXMLManagerException
 
CXMLMessage - class com.bea.b2b.protocol.cxml.messaging.CXMLMessage.The CXMLMessage class represents a cXML message.CXMLMessage() - 
Constructor for class com.bea.b2b.protocol.cxml.messaging.CXMLMessage
Constructs a CXMLMessage
CXMLMessageToken - class com.bea.b2b.protocol.cxml.messaging.CXMLMessageToken.The CXMLMessageToken class represents a message token for cXML messages.CXMLMessageToken(String) - 
Constructor for class com.bea.b2b.protocol.cxml.messaging.CXMLMessageToken
Constructs a CXMLMessageToken for the specified message.
CXMLToken - class com.bea.b2b.protocol.cxml.CXMLToken.The CXMLToken class represents a unique token class for
 applications sending or receiving messages with the cXML protocol.CXMLToken() - 
Constructor for class com.bea.b2b.protocol.cxml.CXMLToken
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
WebLogic Integration (WLI)