Package jadex.platform.service.remote
Class ProxyLatencyProperty
- java.lang.Object
- 
- jadex.bridge.nonfunctional.AbstractNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.SimpleValueNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.NFRootProperty<java.lang.Long,TimeUnit>
- 
- jadex.platform.service.remote.ProxyLatencyProperty
 
 
 
 
- 
- All Implemented Interfaces:
- INFProperty<java.lang.Long,TimeUnit>
 
 public class ProxyLatencyProperty extends NFRootProperty<java.lang.Long,TimeUnit> The latency of a remote platform. Injects the latency property to the platform.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.bridge.nonfunctional.INFPropertyINFProperty.Target
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.LonglastvalThe last measured value.- 
Fields inherited from class jadex.bridge.nonfunctional.NFRootPropertyinjected, root
 - 
Fields inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertycomp, value
 - 
Fields inherited from class jadex.bridge.nonfunctional.AbstractNFPropertymetainfo
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProxyLatencyProperty(IInternalAccess comp)Create a new property.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LongmeasureValue()Measure the value.- 
Methods inherited from class jadex.bridge.nonfunctional.NFRootPropertydispose, injectPropertyToRootComponent, isInjected
 - 
Methods inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertygetComponent, getPrettyPrintValue, getValue, setValue
 - 
Methods inherited from class jadex.bridge.nonfunctional.AbstractNFPropertycreateProperty, getMetaInfo, getName, getValue, readNFProperties
 
- 
 
- 
- 
- 
Constructor Detail- 
ProxyLatencyPropertypublic ProxyLatencyProperty(IInternalAccess comp) Create a new property.
 
- 
 - 
Method Detail- 
measureValuepublic java.lang.Long measureValue() Measure the value.- Specified by:
- measureValuein class- SimpleValueNFProperty<java.lang.Long,TimeUnit>
 
 
- 
 
-