Package net.timewalker.ffmq4
Class FFMQVersion
- java.lang.Object
-
- net.timewalker.ffmq4.FFMQVersion
-
public class FFMQVersion extends Object
FFMQVersion
-
-
Constructor Summary
Constructors Constructor Description FFMQVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetJMSMajorVersion()Get the minor version number of the supported JMS specificationstatic intgetJMSMinorVersion()Get the major version number of the supported JMS specificationstatic intgetProviderMajorVersion()Get the major version number of the providerstatic intgetProviderMinorVersion()Get the minor version number of the providerstatic StringgetProviderReleaseVersion()Get the release version string of the provider
-
-
-
Method Detail
-
getProviderMajorVersion
public static int getProviderMajorVersion()
Get the major version number of the provider- Returns:
- the major version number of the provider
-
getProviderMinorVersion
public static int getProviderMinorVersion()
Get the minor version number of the provider- Returns:
- the minor version number of the provider
-
getProviderReleaseVersion
public static String getProviderReleaseVersion()
Get the release version string of the provider- Returns:
- the minor version string of the provider
-
getJMSMajorVersion
public static int getJMSMajorVersion()
Get the minor version number of the supported JMS specification- Returns:
- the minor version number of the supported JMS specification
-
getJMSMinorVersion
public static int getJMSMinorVersion()
Get the major version number of the supported JMS specification- Returns:
- the major version number of the supported JMS specification
-
-