| Package | Description |
|---|---|
| com.sun.enterprise.security.admin.cli | |
| com.sun.enterprise.v3.server | |
| org.glassfish.internal.deployment | |
| org.jvnet.hk2.config |
| Modifier and Type | Method and Description |
|---|---|
protected Transaction |
SecureAdminUpgradeHelper.transaction() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
ApplicationLifecycle.prepareAppConfigChanges(DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLifecycle.registerAppInDomainXML(ApplicationInfo applicationInfo,
DeploymentContext context,
Transaction t) |
void |
ApplicationLifecycle.registerAppInDomainXML(ApplicationInfo applicationInfo,
DeploymentContext context,
Transaction t,
boolean appRefOnly) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Deployment.prepareAppConfigChanges(DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
Deployment.registerAppInDomainXML(ApplicationInfo applicationInfo,
DeploymentContext context,
Transaction t) |
void |
Deployment.registerAppInDomainXML(ApplicationInfo applicationInfo,
DeploymentContext context,
Transaction t,
boolean appRefOnly) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
WriteableView.getTransaction() |
static <T extends ConfigBeanProxy> |
Transaction.getTransaction(T source)
Returns the transaction associated with a writable view
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transactor.abort(Transaction t)
Aborts this Transaction, reverting the state
|
void |
WriteableView.abort(Transaction t)
Aborts this Transaction, reverting the state
|
boolean |
Transactor.canCommit(Transaction t)
Returns true of this Transaction can be committed on this object
|
boolean |
WriteableView.canCommit(Transaction t)
Returns true of this Transaction can be committed on this object
|
List<PropertyChangeEvent> |
Transactor.commit(Transaction t)
Commit this Transaction.
|
List<PropertyChangeEvent> |
WriteableView.commit(Transaction t)
Commit this Transaction.
|
boolean |
Transactor.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.
|
boolean |
WriteableView.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.
|
Copyright © 2019. All rights reserved.