public interface ConnectorOperations
Modifier and Type | Method and Description |
---|---|
CurrentConnection |
connect_to_resource_manager(ResourceManager rm,
XASwitch xa_switch,
String open_string,
String close_string,
short thread_model,
boolean automatic_association,
boolean dynamic_registration_optimization) |
ResourceManager |
create_resource_manager(String resource_manager_name,
XASwitch xa_switch,
String open_string,
String close_string,
short thread_model,
boolean automatic_association,
boolean dynamic_registration_optimization,
CurrentConnectionHolder current_connection) |
ResourceManager create_resource_manager(String resource_manager_name, XASwitch xa_switch, String open_string, String close_string, short thread_model, boolean automatic_association, boolean dynamic_registration_optimization, CurrentConnectionHolder current_connection)
CurrentConnection connect_to_resource_manager(ResourceManager rm, XASwitch xa_switch, String open_string, String close_string, short thread_model, boolean automatic_association, boolean dynamic_registration_optimization)
Copyright © 2021 JBoss by Red Hat. All rights reserved.