public class TopologyProxyService extends Object implements org.jboss.msc.service.Service<TopologyProxyService>, TopologyListener
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
TopologyProxyService(Set<String> serviceNames) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<io.undertow.server.HttpHandler> |
getHandlerInjectorFor(String serviceName) |
TopologyProxyService |
getValue() |
org.jboss.msc.service.ServiceName |
mscServiceNameForServiceProxy(String serviceName) |
void |
onChange(Topology topology) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public org.jboss.msc.service.ServiceName mscServiceNameForServiceProxy(String serviceName)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<TopologyProxyService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<TopologyProxyService>public TopologyProxyService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<TopologyProxyService>IllegalStateExceptionIllegalArgumentExceptionpublic void onChange(Topology topology)
onChange in interface TopologyListenerpublic org.jboss.msc.inject.Injector<io.undertow.server.HttpHandler> getHandlerInjectorFor(String serviceName)
Copyright © 2017 JBoss by Red Hat. All rights reserved.