org.jboss.resource.connectionmanager
Class CachedConnectionManagerReference
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedConnectionManagerReference
public CachedConnectionManagerReference()
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.