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. |
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.