Interface JtaPlatformProvider


@JavaServiceLoadable public interface JtaPlatformProvider
A ServiceLoader-style provider of JtaPlatform instances. Used when an explicit JtaPlatform is not provided.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve the JtaPlatform provided by this environment.
  • Method Details

    • getProvidedJtaPlatform

      JtaPlatform getProvidedJtaPlatform()
      Retrieve the JtaPlatform provided by this environment.
      Returns:
      The provided JtaPlatform