Interface JtaPlatformProvider
-
public interface JtaPlatformProviderAServiceLoader-style provider ofJtaPlatforminstances. Used when an explicit JtaPlatform is not provided.
-
-
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
-
-