|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.activation.appliance.impl.DefaultBlockContext
Context object applied to a new block.
Constructor Summary | |
DefaultBlockContext(Logger logger,
ContainmentModel model,
DependencyGraph graph,
ServiceContext context,
Engine engine,
ApplianceRepository repository)
Creation of a new block context. |
Method Summary | |
ApplianceRepository |
getApplianceRepository()
Returns the parent appliance repository. |
ContainmentModel |
getContainmentModel()
Returns the containment model assigned to the block. |
DependencyGraph |
getDependencyGraph()
Returns the dependency graph assigned to the block. |
Engine |
getEngine()
Returns the assigned engine. |
Logger |
getLogger()
Returns the logging channel to assign to the block. |
ServiceContext |
getServiceContext()
Returns the service context assigned to the block. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultBlockContext(Logger logger, ContainmentModel model, DependencyGraph graph, ServiceContext context, Engine engine, ApplianceRepository repository)
logger
- the logging channel to assignmodel
- the containment model describing the blockgraph
- the dependency graphcontext
- the service contextengine
- the engine from which dependent applicance
instances may be resolvedrepository
- the parent appliance repositoryMethod Detail |
public Logger getLogger()
getLogger
in interface BlockContext
public ContainmentModel getContainmentModel()
getContainmentModel
in interface BlockContext
public DependencyGraph getDependencyGraph()
getDependencyGraph
in interface BlockContext
public ServiceContext getServiceContext()
getServiceContext
in interface BlockContext
public Engine getEngine()
getEngine
in interface BlockContext
public ApplianceRepository getApplianceRepository()
getApplianceRepository
in interface BlockContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |