Package jadex.bridge.sensor.memory
Class UsedPermGenMemoryProperty
- java.lang.Object
- 
- jadex.bridge.nonfunctional.AbstractNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.SimpleValueNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.NFRootProperty<java.lang.Long,MemoryUnit>
- 
- jadex.bridge.sensor.memory.MemoryProperty
- 
- jadex.bridge.sensor.memory.UsedPermGenMemoryProperty
 
 
 
 
 
- 
- All Implemented Interfaces:
- INFProperty<java.lang.Long,MemoryUnit>
 
 public class UsedPermGenMemoryProperty extends MemoryProperty 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.bridge.nonfunctional.INFPropertyINFProperty.Target
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNAMEThe name of the property.- 
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 UsedPermGenMemoryProperty(IInternalAccess comp)Create a new property.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static java.lang.management.MemoryPoolMXBeangetPermGenMemoryPool()Get the perm gen pool.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
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final java.lang.String NAME The name of the property.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
UsedPermGenMemoryPropertypublic UsedPermGenMemoryProperty(IInternalAccess comp) Create a new property.
 
- 
 - 
Method Detail- 
measureValuepublic java.lang.Long measureValue() Measure the value.- Specified by:
- measureValuein class- SimpleValueNFProperty<java.lang.Long,MemoryUnit>
 
 - 
getPermGenMemoryPoolprotected static java.lang.management.MemoryPoolMXBean getPermGenMemoryPool() Get the perm gen pool.
 
- 
 
-