Oracle® Collaboration Suite Workspaces API Reference
10g (10.1.1.0.2)

Part No. B16233-01


oracle.workspaces.search.searchlet
Class CwManagedConnectionFactory

java.lang.Object
  extended byoracle.resource.spi.support.LogWriterSupport
      extended byoracle.resource.spi.support.AbstractManagedConnectionFactory
          extended byoracle.search.spi.SimpleManagedConnectionFactory
              extended byoracle.workspaces.search.searchlet.CwManagedConnectionFactory

All Implemented Interfaces:
javax.resource.spi.ManagedConnectionFactory, java.io.Serializable

public class CwManagedConnectionFactory
extends oracle.search.spi.SimpleManagedConnectionFactory

Factory class to create managed connections for searchlet connections.

See Also:
Serialized Form

Constructor Summary
CwManagedConnectionFactory()

Method Summary
java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager cm)
Creates an instance of this connection factory.
javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connInfo)
Creates an instance of a managed connection.

Methods inherited from class oracle.search.spi.SimpleManagedConnectionFactory
equals, hashCode, matchManagedConnections

Methods inherited from class oracle.resource.spi.support.AbstractManagedConnectionFactory
createConnectionFactory

Methods inherited from class oracle.resource.spi.support.LogWriterSupport
getLogWriter, setLogWriter, writeLog, writeLog

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
getLogWriter, setLogWriter

Constructor Detail

CwManagedConnectionFactory

public CwManagedConnectionFactory()

Method Detail

createConnectionFactory

public java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager cm)
                                         throws javax.resource.ResourceException
Creates an instance of this connection factory.
Throws:
javax.resource.ResourceException

createManagedConnection

public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
                                                                    javax.resource.spi.ConnectionRequestInfo connInfo)
                                                             throws javax.resource.ResourceException
Creates an instance of a managed connection.
Throws:
javax.resource.ResourceException

Copyright © 2001, 2005, Oracle. All rights reserved.