You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2006/10/06 13:48:27 UTC

[jira] Updated: (TUSCANY-770) Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl

     [ http://issues.apache.org/jira/browse/TUSCANY-770?page=all ]

ant elder updated TUSCANY-770:
------------------------------

        Fix Version/s: Java-M2
    Affects Version/s: Java-M2

> 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
>    Affects Versions: Java-M2
>            Reporter: Rashmi Hunt
>             Fix For: Java-M2
>
>
> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org