Class SimpleServerRunnable
- java.lang.Object
-
- org.opennms.netmgt.provision.server.SimpleServerRunnable
-
-
Constructor Summary
Constructors Constructor Description SimpleServerRunnable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
awaitShutdown()
void
awaitStartup()
protected void
finished()
protected void
ready()
-
-
-
Method Detail
-
awaitStartup
public void awaitStartup() throws InterruptedException
- Throws:
InterruptedException
-
awaitShutdown
public void awaitShutdown() throws InterruptedException
- Throws:
InterruptedException
-
ready
protected void ready()
-
finished
protected void finished()
-
-