public class PicoGemsBuilder extends Object
| Constructor and Description |
|---|
PicoGemsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PicoGemsBuilder()
@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()
Copyright © 2003-2014 Codehaus. All Rights Reserved.