public static enum ITransactionManagerProvider.TransactionManagerType extends Enum<ITransactionManagerProvider.TransactionManagerType>
| Enum Constant and Description | 
|---|
| DISTRIBUTEDDistributed Jini transaction manager (embedded). | 
| LOOKUP_DISTRIBUTEDLookup (remote) distributed Jini transaction manager. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getNameInConfiguration() | 
| static ITransactionManagerProvider.TransactionManagerType | getValue(String transactionManagerType) | 
| static ITransactionManagerProvider.TransactionManagerType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ITransactionManagerProvider.TransactionManagerType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ITransactionManagerProvider.TransactionManagerType DISTRIBUTED
public static final ITransactionManagerProvider.TransactionManagerType LOOKUP_DISTRIBUTED
public static ITransactionManagerProvider.TransactionManagerType[] values()
for (ITransactionManagerProvider.TransactionManagerType c : ITransactionManagerProvider.TransactionManagerType.values()) System.out.println(c);
public static ITransactionManagerProvider.TransactionManagerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getNameInConfiguration()
public static ITransactionManagerProvider.TransactionManagerType getValue(String transactionManagerType)
Copyright © GigaSpaces.