Interface NestableTransaction

All Superinterfaces:
Transaction
All Known Implementing Classes:
NestableServerTransaction

public interface NestableTransaction extends Transaction
Interface for classes representing nestable transactions returned by NestableTransactionManager servers for use with transaction participants that implement the default transaction semantics.
Since:
1.0
Author:
Sun Microsystems, Inc.
See Also: