public class InstallationManagerService extends Object implements org.jboss.msc.service.Service<InstallationManager>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
NAME |
| Modifier and Type | Method and Description |
|---|---|
InstallationManager |
getValue() |
static org.jboss.msc.service.ServiceController<InstallationManager> |
installService(org.jboss.msc.service.ServiceTarget serviceTarget)
Install the installation manager service.
|
protected static InstallationManager |
load(File jbossHome,
ProductConfig productConfig) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static org.jboss.msc.service.ServiceController<InstallationManager> installService(org.jboss.msc.service.ServiceTarget serviceTarget)
serviceTarget - public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<InstallationManager>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.service.Service<InstallationManager>public InstallationManager getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<InstallationManager>IllegalStateExceptionIllegalArgumentExceptionprotected static InstallationManager load(File jbossHome, ProductConfig productConfig) throws IOException
IOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.