Interface JtaPlatformProvider
-
@JavaServiceLoadable public interface JtaPlatformProvider
AServiceLoader-style provider ofJtaPlatforminstances. Used when an explicitJtaPlatformis not provided.- See Also:
JtaPlatform,JtaPlatformResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JtaPlatformgetProvidedJtaPlatform()Retrieve the JtaPlatform provided by this environment.
-
-
-
Method Detail
-
getProvidedJtaPlatform
JtaPlatform getProvidedJtaPlatform()
Retrieve the JtaPlatform provided by this environment.- Returns:
- The provided JtaPlatform
-
-