org.apache.qpid.management.common.mbeans
Interface ServerInformation


public interface ServerInformation

Interface for the ServerInformation MBean

Since:
Qpid JMX API 1.3

Field Summary
static int QPID_JMX_API_MAJOR_VERSION
           
static int QPID_JMX_API_MINOR_VERSION
           
static String TYPE
           
 
Method Summary
 String getBuildVersion()
          Attribute to represent the build version string.
 Integer getManagementApiMajorVersion()
          Attribute to represent the major version number for the management API.
 Integer getManagementApiMinorVersion()
          Attribute to represent the minor version number for the management API.
 String getProductVersion()
          Attribute to represent the product version string.
 

Field Detail

TYPE

static final String TYPE
See Also:
Constant Field Values

QPID_JMX_API_MAJOR_VERSION

static final int QPID_JMX_API_MAJOR_VERSION
See Also:
Constant Field Values

QPID_JMX_API_MINOR_VERSION

static final int QPID_JMX_API_MINOR_VERSION
See Also:
Constant Field Values
Method Detail

getManagementApiMajorVersion

Integer getManagementApiMajorVersion()
                                     throws IOException
Attribute to represent the major version number for the management API.

Returns:
The major management version number.
Throws:
IOException
Since:
Qpid JMX API 1.3

getManagementApiMinorVersion

Integer getManagementApiMinorVersion()
                                     throws IOException
Attribute to represent the minor version number for the management API.

Returns:
The minor management version number.
Throws:
IOException
Since:
Qpid JMX API 1.3

getBuildVersion

String getBuildVersion()
                       throws IOException
Attribute to represent the build version string.

Returns:
The build version string
Throws:
IOException
Since:
Qpid JMX API 1.3

getProductVersion

String getProductVersion()
                         throws IOException
Attribute to represent the product version string.

Returns:
The product version string
Throws:
IOException
Since:
Qpid JMX API 1.3


Licensed to the Apache Software Foundation