|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.config.imp.AbstractUserTransactionServiceFactory
com.atomikos.icatch.trmi.UserTransactionServiceFactory
public final class UserTransactionServiceFactory
A facade class for the Trmi TM framework. Allows easy integration of the trmi TM (standalone) in applications.
Field Summary | |
---|---|
static String |
LOCAL_ENDPOINTS_PORT_PROPERTY_NAME
The name of the property indicating what local port the SOAP endpoints are to be exported on. |
static String |
SECURE_HTTP_PROPERTY_NAME
The name of the property that specifies whether or not HTTPS should be used. |
static String |
SOAP_COMMIT_PROTOCOLS_PROPERTY_NAME
The name of the property indicating what SOAP commit protocols to enable. |
static String |
SOAP_HOST_ADDRESS_PROPERTY_NAME
The name of the property indicating the SOAP host address where this transaction manager is listening. |
static String |
SOAP_PORT_PROPERTY_NAME
The name of the property indicating what TCP port the SOAP service is listening on. |
static String |
TRUST_CLIENT_TM_PROPERTY_NAME
The name of the property that specifies whether or not a client transaction manager can be trusted to terminate heuristic problems. |
Constructor Summary | |
---|---|
UserTransactionServiceFactory()
|
Method Summary | |
---|---|
UserTransactionService |
getUserTransactionService(Properties properties)
Get the UserTransactionManager instance for the configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SOAP_COMMIT_PROTOCOLS_PROPERTY_NAME
public static final String SOAP_HOST_ADDRESS_PROPERTY_NAME
public static final String SOAP_PORT_PROPERTY_NAME
public static final String LOCAL_ENDPOINTS_PORT_PROPERTY_NAME
public static final String TRUST_CLIENT_TM_PROPERTY_NAME
public static final String SECURE_HTTP_PROPERTY_NAME
Constructor Detail |
---|
public UserTransactionServiceFactory()
Method Detail |
---|
public UserTransactionService getUserTransactionService(Properties properties)
getUserTransactionService
in interface UserTransactionServiceFactory
properties
- The specified properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |