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.INFProperty
INFProperty.Target
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Long
lastval
The last measured value.-
Fields inherited from class jadex.bridge.nonfunctional.NFRootProperty
injected, root
-
Fields inherited from class jadex.bridge.nonfunctional.SimpleValueNFProperty
comp, value
-
Fields inherited from class jadex.bridge.nonfunctional.AbstractNFProperty
metainfo
-
-
Constructor Summary
Constructors Constructor Description ProxyLatencyProperty(IInternalAccess comp)
Create a new property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
measureValue()
Measure the value.-
Methods inherited from class jadex.bridge.nonfunctional.NFRootProperty
dispose, injectPropertyToRootComponent, isInjected
-
Methods inherited from class jadex.bridge.nonfunctional.SimpleValueNFProperty
getComponent, getPrettyPrintValue, getValue, setValue
-
Methods inherited from class jadex.bridge.nonfunctional.AbstractNFProperty
createProperty, getMetaInfo, getName, getValue, readNFProperties
-
-
-
-
Constructor Detail
-
ProxyLatencyProperty
public ProxyLatencyProperty(IInternalAccess comp)
Create a new property.
-
-
Method Detail
-
measureValue
public java.lang.Long measureValue()
Measure the value.- Specified by:
measureValue
in classSimpleValueNFProperty<java.lang.Long,TimeUnit>
-
-