public final class FlushMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FlushMode |
AUTO
The flushing/synchronization of the beans with the regisrty is done
automatically by the
BeanPool . |
static FlushMode |
MANUAL
The
BeanPool is flushed/synchronized with the registry only when
the BeanPool.flush() is invoked. |
Modifier and Type | Method and Description |
---|---|
boolean |
isMode(FlushMode mode)
Checks if the current mode is the same as another one.
|
public static final FlushMode AUTO
BeanPool
. There is no need to call
BeanPool.flush()
.public static final FlushMode MANUAL
BeanPool
is flushed/synchronized with the registry only when
the BeanPool.flush()
is invoked.