com.ibm.soa.parlayx21.common
Class TimeMetric

java.lang.Object
  extended by com.ibm.soa.parlayx21.common.TimeMetric
All Implemented Interfaces:
java.io.Serializable

public class TimeMetric
extends java.lang.Object
implements java.io.Serializable

The time metric lists a particular time metric.

For the services that provide service based on a time interval or duration or similar metric this type is used to specify the time metric.

See Also:
Serialized Form

Constructor Summary
TimeMetric()
           
 
Method Summary
 TimeMetrics getMetric()
           
 int getUnits()
           
 void setMetric(TimeMetrics metric)
           
 void setUnits(int units)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMetric

public TimeMetric()
Method Detail

getMetric

public TimeMetrics getMetric()

setMetric

public void setMetric(TimeMetrics metric)

getUnits

public int getUnits()

setUnits

public void setUnits(int units)


Copyright © 2003 IBM Corp. All Rights Reserved.