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

Part No. B16233-01


oracle.workspaces.search.searchlet
Class CwManagedConnection

java.lang.Object
  extended byoracle.resource.spi.support.LogWriterSupport
      extended byoracle.resource.spi.support.AbstractManagedConnection
          extended byoracle.search.spi.SimpleManagedConnection
              extended byoracle.workspaces.search.searchlet.CwManagedConnection

All Implemented Interfaces:
javax.resource.spi.ManagedConnection

public class CwManagedConnection
extends oracle.search.spi.SimpleManagedConnection

A physical connection to a searchlet. Use an instance of CwManagedConnectionFactory to get an instance of this class.


Constructor Summary
CwManagedConnection()

Method Summary
java.lang.Object getConnection(javax.security.auth.Subject user, javax.resource.spi.ConnectionRequestInfo info)
Create a logical connection on top of this physical connection.

Methods inherited from class oracle.search.spi.SimpleManagedConnection
associateConnection, cleanup, destroy, getLocalTransaction, getMetaData, getXAResource

Methods inherited from class oracle.resource.spi.support.AbstractManagedConnection
addConnectionEventListener, removeConnectionEventListener, sendEvent

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

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

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

Constructor Detail

CwManagedConnection

public CwManagedConnection()

Method Detail

getConnection

public java.lang.Object getConnection(javax.security.auth.Subject user,
                                      javax.resource.spi.ConnectionRequestInfo info)
                               throws javax.resource.ResourceException
Create a logical connection on top of this physical connection.
Parameters:
user - the connecting user
info - other info related to the connection
Returns:
an instance of CwConnection
Throws:
javax.resource.ResourceException

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