org.wildfly.extras.creaper.commands.ra
Class AddResourceAdapter.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.ra.AddResourceAdapter.Builder
Enclosing class:
AddResourceAdapter

public static final class AddResourceAdapter.Builder
extends Object


Constructor Summary
AddResourceAdapter.Builder(String resourceAdapterId, String resourceAdapterModule, TransactionType transactionSupport)
           
 
Method Summary
 AddResourceAdapter build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddResourceAdapter.Builder

public AddResourceAdapter.Builder(String resourceAdapterId,
                                  String resourceAdapterModule,
                                  TransactionType transactionSupport)
Parameters:
resourceAdapterId - name of resource adapter
resourceAdapterModule - module with resource adapter
transactionSupport - type of transaction
Method Detail

build

public AddResourceAdapter build()


Copyright © 2020. All rights reserved.