com.atomikos.icatch.standalone
Class StandAloneConfiguration

java.lang.Object
  extended by com.atomikos.icatch.standalone.StandAloneConfiguration

Deprecated. As from release 1.30, all of this is done through an instance of the bean class com.atomikos.icatch.UserTransactionServiceImp.

public final class StandAloneConfiguration
extends Object

The configuration (facade) class for the standalone version of the transaction manager. This version supports no import or export of transactions.


Field Summary
static String DEFAULT_PROPERTIES_FILE_NAME
          Deprecated. The default standalone properties file name, assumed to be in the current directory and to be used in case the property FILE_PATH_PROPERTY_NAME is not set.
static String FILE_PATH_PROPERTY_NAME
          Deprecated. The System property name that holds the path to the standalone properties file, needed for default initialization of the standalone config.
static String NO_FILE_PROPERTY_NAME
          Deprecated. The system property name that indicates that NO configuration file should be used.
 
Constructor Summary
StandAloneConfiguration()
          Deprecated.  
 
Method Summary
static TSInitInfo createTSInitInfo()
          Deprecated. Create a TSInitInfo object for this configuration.
static UserTransactionService getUserTransactionService()
          Deprecated. 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

FILE_PATH_PROPERTY_NAME

public static final String FILE_PATH_PROPERTY_NAME
Deprecated. 
The System property name that holds the path to the standalone properties file, needed for default initialization of the standalone config.

See Also:
Constant Field Values

NO_FILE_PROPERTY_NAME

public static final String NO_FILE_PROPERTY_NAME
Deprecated. 
The system property name that indicates that NO configuration file should be used. In this case, default properties will be used, and overridden by any system-set properties. To use this option, just set the System property with this name to an arbitrary value.

See Also:
Constant Field Values

DEFAULT_PROPERTIES_FILE_NAME

public static final String DEFAULT_PROPERTIES_FILE_NAME
Deprecated. 
The default standalone properties file name, assumed to be in the current directory and to be used in case the property FILE_PATH_PROPERTY_NAME is not set.

See Also:
Constant Field Values
Constructor Detail

StandAloneConfiguration

public StandAloneConfiguration()
Deprecated. 
Method Detail

getUserTransactionService

public static final UserTransactionService getUserTransactionService()
Deprecated. 
Get the UserTransactionManager instance for the configuration.

Returns:
UserTransactionManager The UserTransactionManager

createTSInitInfo

public static final TSInitInfo createTSInitInfo()
Deprecated. 
Create a TSInitInfo object for this configuration.

Returns:
TSInitInfo The initialization object.


Copyright © 2011. All Rights Reserved.