com.atomikos.icatch.provider.imp
Class AssemblerImp

java.lang.Object
  extended by com.atomikos.icatch.provider.imp.AssemblerImp
All Implemented Interfaces:
Assembler

public class AssemblerImp
extends Object
implements Assembler


Constructor Summary
AssemblerImp()
          Called by ServiceLoader.
 
Method Summary
 CompositeTransactionManager assembleCompositeTransactionManager()
           
 TransactionServiceProvider assembleTransactionService(ConfigProperties configProperties)
           
 ConfigProperties initializeProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblerImp

public AssemblerImp()
Called by ServiceLoader.

Method Detail

initializeProperties

public ConfigProperties initializeProperties()
Specified by:
initializeProperties in interface Assembler

assembleTransactionService

public TransactionServiceProvider assembleTransactionService(ConfigProperties configProperties)
Specified by:
assembleTransactionService in interface Assembler

assembleCompositeTransactionManager

public CompositeTransactionManager assembleCompositeTransactionManager()
Specified by:
assembleCompositeTransactionManager in interface Assembler


Copyright © 2016. All Rights Reserved.