public class ExecutionTimeProperty extends TimedProperty
INFProperty.Target
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name of the property.
|
Constructor and Description |
---|
ExecutionTimeProperty(IInternalAccess comp,
IService service,
MethodInfo method)
Create a new property.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
dispose()
Property was removed and should be disposed.
|
Long |
measureValue()
Measure the value.
|
void |
setValue(Long value)
Set the value.
|
getComponent, getValue
createProperty, getMetaInfo, getName, getValue, readNFProperties
public static final String NAME
public ExecutionTimeProperty(IInternalAccess comp, IService service, MethodInfo method)
public Long measureValue()
measureValue
in class SimpleValueNFProperty<Long,TimeUnit>
public void setValue(Long value)
setValue
in class SimpleValueNFProperty<Long,TimeUnit>
value
- The value to set.public IFuture<Void> dispose()
dispose
in interface INFProperty<Long,TimeUnit>
dispose
in class AbstractNFProperty<Long,TimeUnit>
Copyright © 2013. All Rights Reserved.