Package hudson.lifecycle
Class SolarisSMFLifecycle
java.lang.Object
hudson.lifecycle.Lifecycle
hudson.lifecycle.SolarisSMFLifecycle
Lifecycle for Hudson installed as SMF service.- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.lifecycle.LifecycleLifecycle.PlaceholderLifecycle
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrestart()In SMF managed environment, just commit a suicide and the service will be restarted by SMF.Methods inherited from class hudson.lifecycle.LifecyclecanRestart, canRewriteHudsonWar, get, getHudsonWar, onBootFailure, onExtendTimeout, onReady, onReload, onStatusUpdate, onStop, rewriteHudsonWar, supportsDynamicLoad, verifyRestartable
- 
Constructor Details- 
SolarisSMFLifecyclepublic SolarisSMFLifecycle()
 
- 
- 
Method Details- 
restartIn SMF managed environment, just commit a suicide and the service will be restarted by SMF.- Overrides:
- restartin class- Lifecycle
- Throws:
- IOException
- InterruptedException
 
 
-