com.sun.enterprise.config.serverbeans
Class TransactionServiceInjector

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigInjector
      extended by org.jvnet.hk2.config.NoopConfigInjector
          extended by com.sun.enterprise.config.serverbeans.TransactionServiceInjector

@Service(name="transaction-service",
         metadata="target=com.sun.enterprise.config.serverbeans.TransactionService,@automatic-recovery=optional,@automatic-recovery=default:false,@automatic-recovery=datatype:java.lang.Boolean,@automatic-recovery=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,@heuristic-decision=optional,@heuristic-decision=default:rollback,@heuristic-decision=datatype:java.lang.String,@heuristic-decision=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,@keypoint-interval=optional,@keypoint-interval=default:65536,@keypoint-interval=datatype:java.lang.String,@keypoint-interval=leaf,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
public class TransactionServiceInjector
extends org.jvnet.hk2.config.NoopConfigInjector


Constructor Summary
TransactionServiceInjector()
           
 
Method Summary
 
Methods inherited from class org.jvnet.hk2.config.NoopConfigInjector
inject, injectAttribute, injectElement
 
Methods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionServiceInjector

public TransactionServiceInjector()


Copyright © 2012 GlassFish Community. All Rights Reserved.