This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 89998 - Add restart method to org.openide.LifecycleManager
Summary: Add restart method to org.openide.LifecycleManager
Status: RESOLVED DUPLICATE of bug 168257
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2006-11-24 11:47 UTC by _ theanuradha
Modified: 2009-07-08 17:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ theanuradha 2006-11-24 11:47:06 UTC
Restating Application is common task

org.openide.LifecycleManager must have public abstract void restart()
Comment 1 Jesse Glick 2006-11-24 21:01:43 UTC
Not sure if we want to support this. Ability to restart an app is very dependent
on details of the launcher. For example, it is probably impossible in JNLP mode.

The Auto Update module triggers restart in the launcher when it has updates
ready; this is basically special-cased in the launcher since it cannot be
handled while the app runs.

What is the intended use case?
Comment 2 Jesse Glick 2008-11-10 22:25:04 UTC
No known use cases, no current plans.
Comment 3 Jesse Glick 2009-07-08 17:39:34 UTC
.
Comment 4 Jesse Glick 2009-07-08 17:39:45 UTC

*** This issue has been marked as a duplicate of 168257 ***