You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Jim Hurley (JIRA)" <ji...@apache.org> on 2007/08/10 21:19:43 UTC

[jira] Created: (RIVER-221) Make Results of service creation available via programmatic API

Make Results of service creation available via programmatic API
---------------------------------------------------------------

                 Key: RIVER-221
                 URL: https://issues.apache.org/jira/browse/RIVER-221
             Project: River
          Issue Type: Improvement
          Components: com_sun_jini_start
    Affects Versions: jtsk_2.0
            Reporter: Jim Hurley
            Priority: Minor


Bugtraq ID [4980538|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4980538]

Adding a publicly accessible method that starts services and returns the service creation results would help programmatic users from having to roll their own main() equivalent.

Comments
---------------------
Additional thought needed to handle the potential for multiple invocations of this method from a program. The service starter was designed with a single invocation model. For example, the maintained list of transient references is created upon each invocation, which would allow previous references t become GC candidates.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.