org.picocontainer.gems
Class GemsCharacteristics

java.lang.Object
  extended by org.picocontainer.gems.GemsCharacteristics

public final class GemsCharacteristics
extends Object

A list of properties to allow switching on and off different characteristics at container construction time.

Author:
Michael Rimov

Field Summary
static Properties HOT_SWAP
          Turn on hot-swapping behavior.
static Properties JMX
          Turn on behavior for JMXExposing
static Properties NO_HOT_SWAP
          Turn off hot swapping behavior.
static Properties NO_JMX
          Turn off behavior for JMXExposing
static Properties NO_POOL
          Turn off pooling behavior.
static Properties POOL
          Turn on pooling behavior.
 
Constructor Summary
GemsCharacteristics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_JMX

public static final Properties NO_JMX
Turn off behavior for JMXExposing


JMX

public static final Properties JMX
Turn on behavior for JMXExposing


HOT_SWAP

public static final Properties HOT_SWAP
Turn on hot-swapping behavior.


NO_HOT_SWAP

public static final Properties NO_HOT_SWAP
Turn off hot swapping behavior.


POOL

public static final Properties POOL
Turn on pooling behavior.


NO_POOL

public static final Properties NO_POOL
Turn off pooling behavior.

Constructor Detail

GemsCharacteristics

public GemsCharacteristics()


Copyright © 2003-2010 Codehaus. All Rights Reserved.