|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentContext
A holder that can be used during the load process to store information that is not part of the logical assembly model. This should be regarded as transient and references to this context should not be stored inside the model. $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
Method Summary | |
---|---|
ClassLoader |
getClassLoader()
Returns a class loader that can be used to load application resources. |
Object |
getExtension(String name)
Return the extension property with the supplied name. |
ScopeContainer |
getModuleScope()
Returns the ScopeContainer for the MODULE scope that will be associated with this deployment unit. |
DeploymentContext |
getParent()
Returns the parent of this deployment context. |
URL |
getScdlLocation()
Returns the location of the SCDL definition being deployed. |
javax.xml.stream.XMLInputFactory |
getXmlFactory()
Returns a factory that can be used to obtain an StAX XMLStreamReader. |
void |
putExtension(String name,
Object value)
Set the value of an extension property. |
Method Detail |
---|
DeploymentContext getParent()
ClassLoader getClassLoader()
javax.xml.stream.XMLInputFactory getXmlFactory()
ScopeContainer getModuleScope()
URL getScdlLocation()
Object getExtension(String name)
name
- the name of the property
void putExtension(String name, Object value)
name
- the name of the propertyvalue
- the property value; if null then the extension property is removed
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |