org.perf.log.properties
Class NSBTunablePropertiesImpl

java.lang.Object
  extended by org.perf.log.properties.CachedTunablePropertiesAbstract
      extended by org.perf.log.properties.NSBTunablePropertiesImpl
All Implemented Interfaces:
TunableProperties

public class NSBTunablePropertiesImpl
extends CachedTunablePropertiesAbstract

This class provides lookup for Name Space Binding properties The class caches the property by default after the first lookup. If the requested property is passed attribute of dynamic it will refreshes the property at regular interval

Author:
Pradeep Nambiar

Constructor Summary
NSBTunablePropertiesImpl()
           
 
Method Summary
 java.lang.String getDynamicProperty(java.lang.String name)
           
 java.lang.String getStaticProperty(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSBTunablePropertiesImpl

public NSBTunablePropertiesImpl()
Method Detail

getStaticProperty

public java.lang.String getStaticProperty(java.lang.String name)

getDynamicProperty

public java.lang.String getDynamicProperty(java.lang.String name)