org.jencks
Class JCAConnector
java.lang.Object
org.jencks.JCAConnector
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
- public class JCAConnector
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.BeanFactoryAware
Represents a connector in the JCA container - which represents
a single activation specification on a resource adapter
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAConnector
public JCAConnector()
JCAConnector
public JCAConnector(BootstrapContext bootstrapContext,
ResourceAdapter resourceAdapter)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface org.springframework.beans.factory.DisposableBean
- Throws:
Exception
getActivationSpec
public ActivationSpec getActivationSpec()
setActivationSpec
public void setActivationSpec(ActivationSpec activationSpec)
getRef
public String getRef()
- Returns the name of the MessageListener POJO in Spring
setRef
public void setRef(String ref)
- Sets the name of the MessageListener POJO in Spring
getEndpointFactory
public MessageEndpointFactory getEndpointFactory()
setEndpointFactory
public void setEndpointFactory(MessageEndpointFactory endpointFactory)
getBootstrapContext
public BootstrapContext getBootstrapContext()
setBootstrapContext
public void setBootstrapContext(BootstrapContext bootstrapContext)
getResourceAdapter
public ResourceAdapter getResourceAdapter()
setResourceAdapter
public void setResourceAdapter(ResourceAdapter resourceAdapter)
getTransactionManager
public TransactionManager getTransactionManager()
setTransactionManager
public void setTransactionManager(TransactionManager transactionManager)
getBeanFactory
public org.springframework.beans.factory.BeanFactory getBeanFactory()
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
- Specified by:
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.