Apache Derby 10.7

org.apache.derby.mbeans
Interface VersionMBean


public interface VersionMBean

This interface defines a Standard MBean for exposing the version information of a running Derby component. Refer to the getters of the interface for defined attributes. All attributes are read-only. The MBean does not define any operations.

Key properties for registered MBean:

If a security manager is installed these permissions are required:

See Also:
SystemPermission

Method Summary
 java.lang.String getBuildNumber()
           
 int getMaintenanceVersion()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 java.lang.String getProductName()
           
 java.lang.String getProductTechnologyName()
           
 java.lang.String getProductVendorName()
           
 java.lang.String getVersionString()
          Return the full version string.
 boolean isAlpha()
           
 boolean isBeta()
           
 

Method Detail

getProductName

java.lang.String getProductName()

getProductTechnologyName

java.lang.String getProductTechnologyName()

getProductVendorName

java.lang.String getProductVendorName()

getMajorVersion

int getMajorVersion()

getMinorVersion

int getMinorVersion()

getMaintenanceVersion

int getMaintenanceVersion()

getVersionString

java.lang.String getVersionString()
Return the full version string.

Returns:
Full version string.

getBuildNumber

java.lang.String getBuildNumber()

isBeta

boolean isBeta()

isAlpha

boolean isAlpha()

Built on Mon 2010-11-29 07:00:47-0800, from revision 1040133

Apache Derby 10.7 API Documentation - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.