Uses of Interface
org.osgi.service.transaction.control.TransactionContext
-
Packages that use TransactionContext Package Description org.osgi.service.transaction.control Transaction Control Service Package Version 1.0. -
-
Uses of TransactionContext in org.osgi.service.transaction.control
Fields in org.osgi.service.transaction.control declared as TransactionContext Modifier and Type Field Description private TransactionContext
ScopedWorkException. context
TransactionContext
instances are not required to beSerializable
, and the ongoing context is very unlikely to be active post deserialization.Methods in org.osgi.service.transaction.control that return TransactionContext Modifier and Type Method Description TransactionContext
TransactionControl. getCurrentContext()
TransactionContext
ScopedWorkException. ongoingContext()
Constructors in org.osgi.service.transaction.control with parameters of type TransactionContext Constructor Description ScopedWorkException(java.lang.String message, java.lang.Throwable cause, TransactionContext context)
Creates a new TransactionException with the supplied message and cause
-