org.jencks
Class JCAConnector

java.lang.Object
  extended byorg.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 $

Constructor Summary
JCAConnector()
           
JCAConnector(BootstrapContext bootstrapContext, ResourceAdapter resourceAdapter)
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 ActivationSpec getActivationSpec()
           
 org.springframework.beans.factory.BeanFactory getBeanFactory()
           
 BootstrapContext getBootstrapContext()
           
 MessageEndpointFactory getEndpointFactory()
           
 String getRef()
          Returns the name of the MessageListener POJO in Spring
 ResourceAdapter getResourceAdapter()
           
 TransactionManager getTransactionManager()
           
 void setActivationSpec(ActivationSpec activationSpec)
           
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 void setBootstrapContext(BootstrapContext bootstrapContext)
           
 void setEndpointFactory(MessageEndpointFactory endpointFactory)
           
 void setRef(String ref)
          Sets the name of the MessageListener POJO in Spring
 void setResourceAdapter(ResourceAdapter resourceAdapter)
           
 void setTransactionManager(TransactionManager transactionManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAConnector

public JCAConnector()

JCAConnector

public JCAConnector(BootstrapContext bootstrapContext,
                    ResourceAdapter resourceAdapter)
Method Detail

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.