WebLogic Integration


Uses of Class
com.bea.logging.LogContext

Packages that use LogContext
com.bea.adapter.cci

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 The com.bea.adapter.event package contains classes that provide a basic event generator. 
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.logging The logging toolkit provided by the ADK allows adapter developers to log internationalized messages to multiple output destinations. 
com.bea.web The com.bea.web package provides classes that implement form processing framework. 
 

Uses of LogContext in com.bea.adapter.cci
 

Methods in com.bea.adapter.cci that return LogContext
 LogContext AbstractInteraction.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 LogContext ConnectionFactoryImpl.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 LogContext AbstractConnection.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 

Constructors in com.bea.adapter.cci with parameters of type LogContext
ConnectionFactoryImpl.ConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory connectionFactory, javax.resource.spi.ConnectionManager connectionManager, ResourceAdapterMetaDataImpl resourceAdapterMetaData, LogContext logContext)
          Constructs an instance to create EIS specific application component connection handles.
 

Uses of LogContext in com.bea.adapter.event
 

Methods in com.bea.adapter.event that return LogContext
 LogContext AbstractEventGenerator.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 

Uses of LogContext in com.bea.adapter.spi
 

Methods in com.bea.adapter.spi that return LogContext
protected  LogContext AbstractManagedConnectionFactory.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
protected  LogContext NonManagedConnectionEventListener.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 LogContext AbstractConnectionMetaData.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
protected  LogContext ConnectionEventLogger.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 LogContext AbstractManagedConnection.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
protected  LogContext NonManagedConnectionManager.getLogContext()
          Retrieves an object that determines the logging configuration for this instance in the logging framework.
 

Constructors in com.bea.adapter.spi with parameters of type LogContext
NonManagedConnectionEventListener.NonManagedConnectionEventListener(LogContext logContext)
           
ConnectionEventLogger.ConnectionEventLogger(LogContext logContext)
           
AbstractManagedConnection.AbstractManagedConnection(AbstractManagedConnectionFactory myFactory, LogContext logContext, boolean bSupportsXAResource, boolean bSupportsLocalTransactions)
          Initializes the base class components provided by this class for concrete ManagedConnections.
NonManagedConnectionManager.NonManagedConnectionManager(LogContext logContext)
           
 

Uses of LogContext in com.bea.logging
 

Methods in com.bea.logging that return LogContext
 LogContext LogContext.getParent()
           
 LogContext LogContext.subContext(java.lang.String strSubContext)
          Creates a new LogContext object with this context as its base context.
static LogContext LogManager.configure(java.lang.String strLogConfigFile, java.lang.String strRootLogContext, java.lang.String strMessageBundleBase, java.util.Locale locale, java.lang.ClassLoader classLoader)
          Configures the underlying logging system with the parameters specified.
static LogContext LogManager.getLogContext(java.lang.Thread t)
          Retrieves a log context for a thread.
 

Methods in com.bea.logging with parameters of type LogContext
static LogCategory LogCategory.getCategory(org.apache.log4j.Hierarchy hierarchy, LogContext context, java.util.ResourceBundle bundle)
          This method is called by the LogManager to create an LogCategory instance.
static ILogger LogManager.getLogger(LogContext context)
           
static java.util.ResourceBundle LogManager.getResourceBundle(LogContext context)
           
static void LogManager.mapLogContextToThread(java.lang.Thread t, LogContext logContext)
          Associates a log context with a thread.
 

Uses of LogContext in com.bea.web
 

Methods in com.bea.web that return LogContext
 LogContext RequestHandler.getLogContext()
           
 


WebLogic Integration

WebLogic Integration (WLI)