Class FCVersionInfo
java.lang.Object
de.xima.fc.ms.monitoring.FCVersionInfo
- All Implemented Interfaces:
FCVersionInfoMBean
MBean implementation of
FCVersionInfoMBean for monitoring the formcycle version.-
Method Summary
Modifier and TypeMethodDescriptionGets the date when the current formcycle instance was built.Gets the code name of the current formcycle instance.Gets the version number of the current formcycle instance.static voidregister()Register the formcycle version monitoring bean with the current MBean server.static voidUnregister the formcycle version monitoring bean with the current MBean server.
-
Method Details
-
getbuild_date
Description copied from interface:FCVersionInfoMBeanGets the date when the current formcycle instance was built. For production releases, this is the time when the version was built, which may be slightly earlier that the date the version was released.- Specified by:
getbuild_datein interfaceFCVersionInfoMBean- Returns:
- The build date of the current formcycle instance.
-
getversion_name
Description copied from interface:FCVersionInfoMBeanGets the code name of the current formcycle instance. This is usually a code name for the release, such asdespinaorlarissa.- Specified by:
getversion_namein interfaceFCVersionInfoMBean- Returns:
- The code name of the current formcycle instance.
-
getversion_number
Description copied from interface:FCVersionInfoMBeanGets the version number of the current formcycle instance. This is usually a valid semantic version number, but could be any string e.g. in test environments. For production environments, this is most likely a semantic version without any pre-release or build metadata, such as1.2.3.- Specified by:
getversion_numberin interfaceFCVersionInfoMBean- Returns:
- The version number of the current formcycle instance.
-
register
public static void register()Register the formcycle version monitoring bean with the current MBean server. -
unregister
public static void unregister()Unregister the formcycle version monitoring bean with the current MBean server.
-