|
![]() |
|||||||||
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 BehaviorFactory |
ASM_IMPL_HIDING()
Creates an AsmImplementationHiding behavior factory. |
static ComponentMonitor |
COMMONS_LOGGING()
Creates a Commons-Logging based component monitor instance. |
static BehaviorFactory |
HOT_SWAPPING()
Creates a HotSwapping behavior factory. |
static BehaviorFactory |
IMPL_HIDING()
Deprecated. renamed to ASM_IMPL_HIDING() to better differentiate between JDK Proxy implementation hiding and ASM-based implementation hiding. |
static BehaviorFactory |
JMX()
Only uses the system default mbean server. |
static ComponentMonitor |
LOG4J()
Creates a log4j component monitor instance. |
static BehaviorFactory |
POOLING()
Creates an instance pooling adapter factory. |
static ComponentMonitor |
SLF4J()
Creates a slf4j component monitor instance. |
static 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 BehaviorFactory IMPL_HIDING()
AsmImplementationHiding
behavior factory.
public static BehaviorFactory ASM_IMPL_HIDING()
AsmImplementationHiding
behavior factory.
public static BehaviorFactory HOT_SWAPPING()
HotSwapping
behavior factory.
public static BehaviorFactory JMX()
JMXExposing
for other
constructors that give you more flexibility in exposing your objects.
public static BehaviorFactory THREAD_LOCAL()
public static BehaviorFactory POOLING()
public static ComponentMonitor LOG4J()
public static ComponentMonitor SLF4J()
public static ComponentMonitor COMMONS_LOGGING()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |