Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl
---------------------------------------------------------------------------
Key: TUSCANY-770
URL: http://issues.apache.org/jira/browse/TUSCANY-770
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core
Reporter: Rashmi Hunt
Currently there is no API or any way in LauncherImpl to set Host specific
(provided) RuntimeInfo object, while bootstrapping the runtime.
This support is needed for the host to supply its own implementation of
RuntimeInfo so that it can be later accessed in binding extensions
by autowiring in the builder. Such support will provide a way for binding
extensions to access any host specific information.
LauncherImpl needs an API like,
public void setHostRuntimeInfo(Class runtimeInfoClass, Object
runtimeInfo) {
systemCompositeComponent.registerJavaObject(runtimeInfoClass.getName(),
runtimeInfoClass,
runtimeInfo);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]