public class HostControllerEnvironmentService extends Object implements org.jboss.msc.service.Service<HostControllerEnvironment>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
HostControllerEnvironmentService(HostControllerEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
static void |
addService(HostControllerEnvironment hostControllerEnvironment,
org.jboss.msc.service.ServiceTarget target) |
HostControllerEnvironment |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public HostControllerEnvironmentService(HostControllerEnvironment environment)
public static void addService(HostControllerEnvironment hostControllerEnvironment, org.jboss.msc.service.ServiceTarget target)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<HostControllerEnvironment>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<HostControllerEnvironment>
public HostControllerEnvironment getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<HostControllerEnvironment>
IllegalStateException
IllegalArgumentException
Copyright © 2023 JBoss by Red Hat. All rights reserved.