org.apache.commons.monitoring.configuration
Class Configuration

java.lang.Object
  extended by org.apache.commons.monitoring.configuration.Configuration

public final class Configuration
extends Object


Nested Class Summary
static interface Configuration.Created
           
static interface Configuration.Destroying
           
 
Field Summary
static String COMMONS_MONITORING_PREFIX
           
 
Method Summary
static int getInteger(String key, int defaultValue)
           
static String getProperty(String key, String defaultValue)
           
static boolean is(String key, boolean defaultValue)
           
static
<T> T
newInstance(Class<T> clazz)
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMONS_MONITORING_PREFIX

public static final String COMMONS_MONITORING_PREFIX
See Also:
Constant Field Values
Method Detail

newInstance

public static <T> T newInstance(Class<T> clazz)

is

public static boolean is(String key,
                         boolean defaultValue)

getInteger

public static int getInteger(String key,
                             int defaultValue)

getProperty

public static String getProperty(String key,
                                 String defaultValue)

shutdown

public static void shutdown()


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.