com.sun.enterprise.transaction.config.TransactionServiceInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package com.sun.enterprise.transaction.config;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "transaction-service", metadata = "=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,@automatic-recovery=optional,@automatic-recovery=default:false,@automatic-recovery=datatype:java.lang.Boolean,@automatic-recovery=leaf,@heuristic-decision=optional,@heuristic-decision=default:rollback,@heuristic-decision=datatype:java.lang.String,@heuristic-decision=leaf,@keypoint-interval=optional,@keypoint-interval=default:65536,@keypoint-interval=datatype:java.lang.String,@keypoint-interval=leaf,@retry-timeout-in-seconds=optional,@retry-timeout-in-seconds=default:600,@retry-timeout-in-seconds=datatype:java.lang.Integer,@retry-timeout-in-seconds=leaf,@timeout-in-seconds=optional,@timeout-in-seconds=default:0,@timeout-in-seconds=datatype:java.lang.Integer,@timeout-in-seconds=leaf,@tx-log-dir=optional,@tx-log-dir=datatype:java.lang.String,@tx-log-dir=leaf,target=com.sun.enterprise.transaction.config.TransactionService")
@InjectionTarget(TransactionService.class)
public class TransactionServiceInjector
extends NoopConfigInjector
{
}