public interface BuildPlan
| Modifier and Type | Field and Description |
|---|---|
static ComponentRef[] |
EMPTY_PLANS |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(BasicContainer bc,
Object self)
Call the before-destruction methods specified for this object.
|
void |
dump(IndentWriter iw) |
Object |
getObject(BasicContainer c) |
boolean |
hasDestructors() |
boolean |
needsStaticInitialization()
When T this component has a static (one-time only) initialization requirement.
|
void |
start(BasicContainer bc,
Object self)
Call the after-construction methods specified for this object (start methods).
|
void |
staticStart(BasicContainer c)
When this has a static initializer this should execute it.
|
static final ComponentRef[] EMPTY_PLANS
Object getObject(BasicContainer c) throws Exception
Exceptionvoid dump(IndentWriter iw) throws IOException
IOExceptionboolean needsStaticInitialization()
void staticStart(BasicContainer c) throws Exception
c - Exceptionvoid start(BasicContainer bc, Object self) throws Exception
bc - self - Exceptionvoid destroy(BasicContainer bc, Object self)
bc - self - Exceptionboolean hasDestructors()
Copyright © 2017 etc.to. All rights reserved.