hudson.lifecycle
Class SolarisSMFLifecycle
java.lang.Object
hudson.lifecycle.Lifecycle
hudson.lifecycle.SolarisSMFLifecycle
- All Implemented Interfaces:
- ExtensionPoint
public class SolarisSMFLifecycle
- extends Lifecycle
Lifecycle
for Hudson installed as SMF service.
- Author:
- Kohsuke Kawaguchi
Method Summary |
void |
restart()
In SMF managed environment, just commit a suicide and the service will be restarted by SMF. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolarisSMFLifecycle
public SolarisSMFLifecycle()
restart
public void restart()
throws IOException,
InterruptedException
- In SMF managed environment, just commit a suicide and the service will be restarted by SMF.
- Overrides:
restart
in class Lifecycle
- Throws:
IOException
InterruptedException
Copyright © 2004-2013. All Rights Reserved.