public abstract class BeanScheduler extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.inject.Module |
MODULE |
Constructor and Description |
---|
BeanScheduler() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
activate(Object bean)
Customized activation of the given bean.
|
void |
schedule(Object bean)
Schedules activation of the given bean at the next safe activation point.
|
public final void schedule(Object bean)
bean
- The managed beanprotected abstract void activate(Object bean)
bean
- The bean to activateCopyright © 2017. All rights reserved.