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