Package | Description |
---|---|
org.osgi.service.transaction.control |
Transaction Control Service Package Version 1.0.
|
Modifier and Type | Field and Description |
---|---|
private TransactionContext |
ScopedWorkException.context
TransactionContext instances are not required to
be Serializable , and the ongoing context is very
unlikely to be active post deserialization. |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionControl.getCurrentContext() |
TransactionContext |
ScopedWorkException.ongoingContext() |
Constructor and Description |
---|
ScopedWorkException(java.lang.String message,
java.lang.Throwable cause,
TransactionContext context)
Creates a new TransactionException with the supplied message and cause
|