public interface ManagedProcess<T extends ManagedProcessOptions>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ManagedProcess.State |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
void |
destroy() |
T |
getCreateOptions() |
File |
getHomeDir() |
ManagedProcess.State |
getState() |
void |
start() |
void |
stop() |
File getHomeDir()
ManagedProcess.State getState()
T getCreateOptions()
void create()
throws org.jboss.gravia.runtime.LifecycleException
org.jboss.gravia.runtime.LifecycleExceptionvoid start()
throws org.jboss.gravia.runtime.LifecycleException
org.jboss.gravia.runtime.LifecycleExceptionvoid stop()
throws org.jboss.gravia.runtime.LifecycleException
org.jboss.gravia.runtime.LifecycleExceptionvoid destroy()
throws org.jboss.gravia.runtime.LifecycleException
org.jboss.gravia.runtime.LifecycleExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.