Follow these guidelines when specifying ModelMBeanInfo descriptors.
ModelMBean Field |
Description |
Type |
Requirements |
Default Value |
---|---|---|---|---|
ModelMBeanInfo. getDescription() |
The friendly description of the service |
String |
Must not be null |
N/A |
ModelMBeanInfo. getMBeanDescriptor(). getField("typeName") |
If supplied, supplies the service type for the service to be created in vRealize Hyperic, overriding the default value - the value of type from the service's ObjectName. |
String |
Optional |
Value of the type property in the resource's ObjectName. |
ModelMBeanInfo. getMBeanDescriptor(). getField("export") |
Can be used to prevent the agent from creating a service for the MBean in vRealize Hyperic inventory. |
String |
Must be set to True or False. |
True |