public class LicenseManagementJMXConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNTED
Value representing the 'accounted' column index for returned tabular results.
|
static String |
CAPACITY
Value representing the 'capacity' column index for returned tabular results.
|
static String |
COMPONENT_ID
Value representing the 'componentID' column index for returned tabular results.
|
static String |
FUNCTION
Value representing the 'function' column index for returned tabular results.
|
static String |
INSTANCE
Value representing the 'instance' column index for returned tabular results.
|
static TabularType |
LICENSE_OVERVIEW_TABLE_TYPE
Table type for license overview data.
|
static CompositeType |
LICENSE_OVERVIEW_TYPE
Row type for license overview data.
|
static String |
OPTIONAL
Value representing the 'optional' column index for returned tabular results.
|
static String |
VERSION
Value representing the 'version' column index for returned tabular results.
|
Constructor and Description |
---|
LicenseManagementJMXConstants() |
public static final String COMPONENT_ID
Value representing the 'componentID' column index for returned tabular results.
public static final String INSTANCE
Value representing the 'instance' column index for returned tabular results.
public static final String FUNCTION
Value representing the 'function' column index for returned tabular results.
public static final String VERSION
Value representing the 'version' column index for returned tabular results.
public static final String ACCOUNTED
Value representing the 'accounted' column index for returned tabular results.
public static final String OPTIONAL
Value representing the 'optional' column index for returned tabular results.
public static final String CAPACITY
Value representing the 'capacity' column index for returned tabular results.
public static CompositeType LICENSE_OVERVIEW_TYPE
Row type for license overview data.
public static TabularType LICENSE_OVERVIEW_TABLE_TYPE
Table type for license overview data.