|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.context.DefaultContext
org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Default implementation of a deployment context.
Field Summary |
Fields inherited from interface org.apache.avalon.composition.provider.DeploymentContext |
SEPARATOR |
Constructor Summary | |
DefaultDeploymentContext(Logger logger,
SystemContext system,
String partition,
String name,
Mode mode,
DeploymentProfile profile,
DependencyGraph graph)
Creation of a new deployment context. |
Method Summary | |
DependencyGraph |
getDependencyGraph()
Return the dependency graph used to construct deployment and decommissioning sequences. |
Logger |
getLogger()
Return the assigned logger. |
Mode |
getMode()
Return the mode of establishment. |
String |
getName()
Return the profile name. |
String |
getPartitionName()
Return the assigned partition name. |
DeploymentProfile |
getProfile()
Return the deployment profile. |
String |
getQualifiedName()
Return the model fully qualified name. |
SystemContext |
getSystemContext()
Return the system context. |
Methods inherited from class org.apache.avalon.framework.context.DefaultContext |
checkWriteable, get, getContextData, getParent, hide, makeReadOnly, put |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.avalon.framework.context.Context |
get |
Constructor Detail |
public DefaultDeploymentContext(Logger logger, SystemContext system, String partition, String name, Mode mode, DeploymentProfile profile, DependencyGraph graph)
logger
- the logging channel to assignpartition
- the assigned partition namename
- the profile namemode
- the deployment modegraph
- the parent deployment assembly graphMethod Detail |
public SystemContext getSystemContext()
getSystemContext
in interface DeploymentContext
public String getName()
getName
in interface DeploymentContext
public String getPartitionName()
getPartitionName
in interface DeploymentContext
public String getQualifiedName()
getQualifiedName
in interface DeploymentContext
public Mode getMode()
getMode
in interface DeploymentContext
public DeploymentProfile getProfile()
getProfile
in interface DeploymentContext
public Logger getLogger()
getLogger
in interface DeploymentContext
public DependencyGraph getDependencyGraph()
getDependencyGraph
in interface DeploymentContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |