Package org.frankframework.jta.narayana
Class NarayanaConfigurationBean
java.lang.Object
org.frankframework.jta.narayana.NarayanaConfigurationBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public class NarayanaConfigurationBean
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Populate all the jBossTS EnvironmentBeans.void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setProperties
(Properties properties)
-
Constructor Details
-
NarayanaConfigurationBean
public NarayanaConfigurationBean()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet() throws com.arjuna.ats.arjuna.exceptions.ObjectStoreExceptionPopulate all the jBossTS EnvironmentBeans.- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
com.arjuna.ats.arjuna.exceptions.ObjectStoreException
-
getProperties
-
setProperties
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-