|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.picocontainer.gems.GemsCharacteristics
public final class GemsCharacteristics
A list of properties to allow switching on and off different characteristics at container construction time.
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 |
---|
public static final Properties NO_JMX
JMXExposing
public static final Properties JMX
JMXExposing
public static final Properties HOT_SWAP
public static final Properties NO_HOT_SWAP
public static final Properties POOL
public static final Properties NO_POOL
Constructor Detail |
---|
public GemsCharacteristics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |