Class LicenseManagementJMXConstants
- java.lang.Object
-
- com.opencloud.rhino.config.license.LicenseManagementJMXConstants
-
public class LicenseManagementJMXConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description LicenseManagementJMXConstants()
-
-
-
Field Detail
-
COMPONENT_ID
public static final String COMPONENT_ID
Value representing the 'componentID' column index for returned tabular results.
- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
Value representing the 'instance' column index for returned tabular results.
- See Also:
- Constant Field Values
-
FUNCTION
public static final String FUNCTION
Value representing the 'function' column index for returned tabular results.
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
Value representing the 'version' column index for returned tabular results.
- See Also:
- Constant Field Values
-
ACCOUNTED
public static final String ACCOUNTED
Value representing the 'accounted' column index for returned tabular results.
- See Also:
- Constant Field Values
-
OPTIONAL
public static final String OPTIONAL
Value representing the 'optional' column index for returned tabular results.
- See Also:
- Constant Field Values
-
CAPACITY
public static final String CAPACITY
Value representing the 'capacity' column index for returned tabular results.
- See Also:
- Constant Field Values
-
LICENSE_OVERVIEW_TYPE
public static CompositeType LICENSE_OVERVIEW_TYPE
Row type for license overview data.
-
LICENSE_OVERVIEW_TABLE_TYPE
public static TabularType LICENSE_OVERVIEW_TABLE_TYPE
Table type for license overview data.
-
-