Package | Description |
---|---|
org.jboss.narayana.txframework.api.management | |
org.jboss.narayana.txframework.impl.handlers.wsba |
Modifier and Type | Method and Description |
---|---|
void |
WSBATxControl.cannotComplete()
Deprecated.
|
void |
BATxControl.completed()
Deprecated.
|
void |
WSBATxControl.exit()
Deprecated.
|
void |
TxControl.fail()
Deprecated.
this method can be called from a web service or lifecycle method to notify the framework that the
transaction has failed and may have left the service in an inconsistent state
|
void |
TxControl.readOnly()
Deprecated.
this method can be called from a web service method while a transaction is active to notify the
framework that no changes have been made during execution of the service method.
|
Modifier and Type | Method and Description |
---|---|
void |
WSBATxControlImpl.cannotComplete() |
void |
WSBATxControlImpl.completed() |
void |
WSBATxControlImpl.exit() |
void |
WSBATxControlImpl.fail() |
void |
WSBATxControlImpl.readOnly() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.