Uses of Interface
org.opengroup.arm40.metric.ArmMetricDefinition

Packages that use ArmMetricDefinition
net.m2technologies.open_arm.metric   
org.opengroup.arm40.metric   
 

Uses of ArmMetricDefinition in net.m2technologies.open_arm.metric
 

Classes in net.m2technologies.open_arm.metric that implement ArmMetricDefinition
 class ArmMetricCounter32DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricCounter64DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricCounterFloat32DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricDefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricGauge32DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricGauge64DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricGaugeFloat32DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricNumericId32DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricNumericId64DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 class ArmMetricString32DefinitionImpl
          Copyright 2005 Mark Masterson

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 

Methods in net.m2technologies.open_arm.metric that return ArmMetricDefinition
 ArmMetricDefinition ArmMetricImpl.getDefinition()
           
 ArmMetricDefinition ArmMetricGroupDefinitionImpl.getMetricDefinition(int index)
           
 

Methods in net.m2technologies.open_arm.metric with parameters of type ArmMetricDefinition
 ArmMetricGroupDefinition ArmMetricFactoryImpl.newArmMetricGroupDefinition(ArmMetricDefinition[] definitions)
           
 

Constructors in net.m2technologies.open_arm.metric with parameters of type ArmMetricDefinition
ArmMetricString32Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricNumericId64Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricNumericId32Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricImpl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricGaugeFloat32Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricGauge64Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricGauge32Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricCounterFloat32Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricCounter64Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
ArmMetricCounter32Impl(ArmTransactionFactory creatingFactory, ArmMetricDefinition metricDefinition)
           
 

Uses of ArmMetricDefinition in org.opengroup.arm40.metric
 

Subinterfaces of ArmMetricDefinition in org.opengroup.arm40.metric
 interface ArmMetricCounter32Definition
           
 interface ArmMetricCounter64Definition
           
 interface ArmMetricCounterFloat32Definition
           
 interface ArmMetricGauge32Definition
           
 interface ArmMetricGauge64Definition
           
 interface ArmMetricGaugeFloat32Definition
           
 interface ArmMetricNumericId32Definition
           
 interface ArmMetricNumericId64Definition
           
 interface ArmMetricString32Definition
           
 

Methods in org.opengroup.arm40.metric that return ArmMetricDefinition
 ArmMetricDefinition ArmMetricGroupDefinition.getMetricDefinition(int index)
           
 ArmMetricDefinition ArmMetric.getDefinition()
           
 

Methods in org.opengroup.arm40.metric with parameters of type ArmMetricDefinition
 ArmMetricGroupDefinition ArmMetricFactory.newArmMetricGroupDefinition(ArmMetricDefinition[] definitions)