|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.picocontainer.gems.PicoGemsBuilder
public class PicoGemsBuilder
Provides a series of factory methods to allow an "index" of the capabilities that you may find in PicoContainer-Gems.
| Constructor Summary | |
|---|---|
PicoGemsBuilder()
|
|
| Method Summary | |
|---|---|
static org.picocontainer.BehaviorFactory |
ASM_IMPL_HIDING()
Creates an AsmImplementationHiding behavior factory. |
static org.picocontainer.ComponentMonitor |
COMMONS_LOGGING()
Creates a Commons-Logging based component monitor instance. |
static org.picocontainer.BehaviorFactory |
HOT_SWAPPING()
Creates a HotSwapping behavior factory. |
static org.picocontainer.BehaviorFactory |
IMPL_HIDING()
Deprecated. renamed to ASM_IMPL_HIDING() to better differentiate between JDK Proxy implementation hiding and ASM-based implementation hiding. |
static org.picocontainer.BehaviorFactory |
JMX()
Only uses the system default mbean server. |
static org.picocontainer.ComponentMonitor |
LOG4J()
Creates a log4j component monitor instance. |
static org.picocontainer.BehaviorFactory |
POOLING()
Creates an instance pooling adapter factory. |
static org.picocontainer.ComponentMonitor |
SLF4J()
Creates a slf4j component monitor instance. |
static org.picocontainer.BehaviorFactory |
THREAD_LOCAL()
Creates a thread localizing adapter factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PicoGemsBuilder()
| Method Detail |
|---|
@Deprecated public static org.picocontainer.BehaviorFactory IMPL_HIDING()
AsmImplementationHiding behavior factory.
public static org.picocontainer.BehaviorFactory ASM_IMPL_HIDING()
AsmImplementationHiding behavior factory.
public static org.picocontainer.BehaviorFactory HOT_SWAPPING()
HotSwapping behavior factory.
public static org.picocontainer.BehaviorFactory JMX()
JMXExposing for other
constructors that give you more flexibility in exposing your objects.
public static org.picocontainer.BehaviorFactory THREAD_LOCAL()
public static org.picocontainer.BehaviorFactory POOLING()
public static org.picocontainer.ComponentMonitor LOG4J()
public static org.picocontainer.ComponentMonitor SLF4J()
public static org.picocontainer.ComponentMonitor COMMONS_LOGGING()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||