[ 
https://issues.apache.org/jira/browse/TUSCANY-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raymond Feng updated TUSCANY-770:
---------------------------------

    Fix Version/s:     (was: Java-M2)
                   Java-M3

> Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-770
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-770
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core
>    Affects Versions: Java-M2
>            Reporter: Rashmi Hunt
>             Fix For: Java-M3
>
>
> 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: 
https://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]

Reply via email to