|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.arm4.arm40.transaction.ArmInterface
org.arm4.arm40.metric.ArmMetricDefinition
org.arm4.arm40.metric.ArmMetricGauge32Definition
public class ArmMetricGauge32Definition
Marks a metadata binding.
This is a subclass of ArmMetricDefinition
serving as a marker
interface that binds the metadata in ArmMetricDefinition
to the metric data type, and describes an object interface that can
be instantiated (there are no factory methods for objects that implement
only ArmMetricDefinition
).
No new methods beyond those in ArmMetricDefinition
are added.
ArmMetricFactory.newArmMetricGauge32Definition(org.opengroup.arm40.transaction.ArmApplicationDefinition, java.lang.String, java.lang.String, short, org.opengroup.arm40.transaction.ArmID)
.
Field Summary |
---|
Fields inherited from class org.arm4.arm40.transaction.ArmInterface |
---|
m_errorCode, m_factory |
Fields inherited from interface org.opengroup.arm40.metric.ArmMetricDefinition |
---|
METRIC_USE_GENERAL, METRIC_USE_TRAN_SIZE, METRIC_USE_TRAN_STATUS |
Constructor Summary | |
---|---|
ArmMetricGauge32Definition(ArmApplicationDefinition definition,
java.lang.String name,
java.lang.String units,
short usage,
ArmID id)
Create the ARM metric definition. |
Method Summary |
---|
Methods inherited from class org.arm4.arm40.metric.ArmMetricDefinition |
---|
getApplicationDefinition, getID, getName, getUnits, getUsage |
Methods inherited from class org.arm4.arm40.transaction.ArmInterface |
---|
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengroup.arm40.metric.ArmMetricDefinition |
---|
getID, getName, getUnits, getUsage |
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface |
---|
getErrorCode, getErrorMessage, setErrorCode |
Constructor Detail |
---|
public ArmMetricGauge32Definition(ArmApplicationDefinition definition, java.lang.String name, java.lang.String units, short usage, ArmID id)
ArmMetricFactory.newArmMetricGauge32Definition(org.opengroup.arm40.transaction.ArmApplicationDefinition, java.lang.String, java.lang.String, short, org.opengroup.arm40.transaction.ArmID)
.
definition
- the descriptive metadata for the applicationname
- the metric nameunits
- an optional string describing the units of measurement,
such as "files" or "jobs in queue". It may be null.usage
- descibes the semantics of the metric's usageid
- an optional 16-byte ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |