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
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
-