Interface TransactionProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
TransactionManager, TransactionProxyManager

public interface TransactionProfile extends OsidProfile

The TransactionProfile describes the interoperability among transaction services.

  • Method Details

    • supportsTransactions

      boolean supportsTransactions()
      Tests if transactions are supported.
      Returns:
      true if transactions are supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.