org.netbeans.core.startup/1 1.40

org.netbeans.core.startup
Class ModuleLifecycleManager

java.lang.Object
  extended by org.openide.LifecycleManager
      extended by org.netbeans.core.startup.ModuleLifecycleManager

public class ModuleLifecycleManager
extends LifecycleManager

Rudimentary manager useful for non-GUI platform applications. Superseded by NbLifecycleManager.

See Also:
#158525

Constructor Summary
ModuleLifecycleManager()
           
 
Method Summary
 void exit()
           
 void exit(int status)
           
 void markForRestart()
           
 void saveAll()
           
 
Methods inherited from class org.openide.LifecycleManager
getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleLifecycleManager

public ModuleLifecycleManager()
Method Detail

saveAll

public void saveAll()
Specified by:
saveAll in class LifecycleManager

exit

public void exit()
Specified by:
exit in class LifecycleManager

exit

public void exit(int status)
Overrides:
exit in class LifecycleManager

markForRestart

public void markForRestart()
                    throws UnsupportedOperationException
Overrides:
markForRestart in class LifecycleManager
Throws:
UnsupportedOperationException

org.netbeans.core.startup/1 1.40

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.