Uses of Class
org.jvnet.hk2.config.Transaction
-
Packages that use Transaction Package Description com.sun.enterprise.security.admin.cli com.sun.enterprise.v3.server org.glassfish.internal.deployment org.jvnet.hk2.config -
-
Uses of Transaction in com.sun.enterprise.security.admin.cli
Methods in com.sun.enterprise.security.admin.cli that return Transaction Modifier and Type Method Description protected TransactionSecureAdminUpgradeHelper. transaction() -
Uses of Transaction in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return Transaction Modifier and Type Method Description TransactionApplicationLifecycle. prepareAppConfigChanges(DeploymentContext context)Methods in com.sun.enterprise.v3.server with parameters of type Transaction Modifier and Type Method Description voidApplicationLifecycle. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t)voidApplicationLifecycle. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t, boolean appRefOnly) -
Uses of Transaction in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return Transaction Modifier and Type Method Description TransactionDeployment. prepareAppConfigChanges(DeploymentContext context)Methods in org.glassfish.internal.deployment with parameters of type Transaction Modifier and Type Method Description voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t, boolean appRefOnly) -
Uses of Transaction in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return Transaction Modifier and Type Method Description static <T extends ConfigBeanProxy>
TransactionTransaction. getTransaction(T source)Returns the transaction associated with a writable viewTransactionWriteableView. getTransaction()Methods in org.jvnet.hk2.config with parameters of type Transaction Modifier and Type Method Description voidTransactor. abort(Transaction t)Aborts this Transaction, reverting the statevoidWriteableView. abort(Transaction t)Aborts this Transaction, reverting the statebooleanTransactor. canCommit(Transaction t)Returns true of this Transaction can be committed on this objectbooleanWriteableView. canCommit(Transaction t)Returns true of this Transaction can be committed on this objectList<PropertyChangeEvent>Transactor. commit(Transaction t)Commit this Transaction.List<PropertyChangeEvent>WriteableView. commit(Transaction t)Commit this Transaction.booleanTransactor. join(Transaction t)Enter a new Transaction, this method should return false if this object is already enlisted in another transaction, or cannot be enlisted with the passed transaction.booleanWriteableView. join(Transaction t)Enter a new Transaction, this method should return false if this object is already enlisted in another transaction, or cannot be enlisted with the passed transaction.
-