public interface VersionMBean
Key properties for registered MBean:
type=Version
jar={derby.jar|derbynet.jar}
system=
runtime system identifier (see overview)
If a security manager is installed these permissions are required:
SystemPermission("server", "monitor")
for version information
specific to derbynet.jar
SystemPermission("engine", "monitor")
for version information
specific to derby.jar
SystemPermission
Modifier and Type | Method | Description |
---|---|---|
String |
getBuildNumber() |
|
int |
getMaintenanceVersion() |
|
int |
getMajorVersion() |
|
int |
getMinorVersion() |
|
String |
getProductName() |
|
String |
getProductTechnologyName() |
|
String |
getProductVendorName() |
|
String |
getVersionString() |
Return the full version string.
|
boolean |
isAlpha() |
|
boolean |
isBeta() |
String getProductName()
String getProductTechnologyName()
String getProductVendorName()
int getMajorVersion()
int getMinorVersion()
int getMaintenanceVersion()
String getVersionString()
String getBuildNumber()
boolean isBeta()
boolean isAlpha()
Apache Derby 10.14 API Documentation - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.