Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.messaging.driver
Interface DriverManagedConnection

All Superinterfaces:
DriverConnection, javax.resource.spi.ManagedConnection
All Known Implementing Classes:
DriverManagedConnectionBase

public interface DriverManagedConnection
extends DriverConnection, javax.resource.spi.ManagedConnection

This interface extends the JCA SPI ManagedConnection and the Client facing DriverConnection interface to provide a single interface that driver providers can implement to create a container managed connection. There is a base implementation DriverManagedConnectionBase provided as part of the Messaging Driver Base Library. The actual driver provider should extend DriverManagedConnectionBase to create a concrete implementation of the DriverManagedConnection. The container manages instances of the managed connection.

Since:
11.0.0

Field Summary
 
Fields inherited from interface oracle.sdp.messaging.driver.DriverConnection
MESSAGE_ID_MAX_LENGTH
 
Method Summary
 DriverContext getDriverContext()
          Get access to the DriverContext associated with this managed connection.
 void setDriverContext(DriverContext context)
          Set the DriverContext instance associated with this managed connection.
 
Methods inherited from interface oracle.sdp.messaging.driver.DriverConnection
cancel, close, getMessageListener, getStatus, getWorkingState, processHttpServletRequest, registerMessageListener, replace, send, unregisterMessageListener
 
Methods inherited from interface javax.resource.spi.ManagedConnection
addConnectionEventListener, associateConnection, cleanup, destroy, getConnection, getLocalTransaction, getLogWriter, getMetaData, getXAResource, removeConnectionEventListener, setLogWriter
 

Method Detail

getDriverContext

DriverContext getDriverContext()
Get access to the DriverContext associated with this managed connection.

Returns:
the DriverContext associated with this managed connection.

setDriverContext

void setDriverContext(DriverContext context)
Set the DriverContext instance associated with this managed connection.

Parameters:
context - the DriverContext to associate with this managed connection.

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.