org.jboss.resource.connectionmanager
Class CachedConnectionManagerReference

java.lang.Object
  extended by org.jboss.resource.connectionmanager.CachedConnectionManagerReference

public class CachedConnectionManagerReference
extends Object

This should be removed when JCA is refactored as POJOs This is just to avoid the start/stop sequence of CachedConnectionManager when it is created by a container as CachedConnectionManager tries to locate things through MBEan calls.

Version:
$Revision: 1.3.2.2 $
Author:
Bill Burke

Constructor Summary
CachedConnectionManagerReference()
           
 
Method Summary
 CachedConnectionManager getCachedConnectionManager()
           
 TransactionManager getTransactionManager()
           
 void setCachedConnectionManager(CachedConnectionManager cachedConnectionManager)
           
 void setTransactionManager(TransactionManager transactionManager)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedConnectionManagerReference

public CachedConnectionManagerReference()
Method Detail

getCachedConnectionManager

public CachedConnectionManager getCachedConnectionManager()

setCachedConnectionManager

public void setCachedConnectionManager(CachedConnectionManager cachedConnectionManager)

getTransactionManager

public TransactionManager getTransactionManager()

setTransactionManager

public void setTransactionManager(TransactionManager transactionManager)

start

public void start()

stop

public void stop()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.