public class EJBRemotingConnectorClientMappingsEntryProviderService extends Object implements org.jboss.msc.service.Service<Registry.RegistryEntryProvider<String,List<ClientMapping>>>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
EJBRemotingConnectorClientMappingsEntryProviderService(org.jboss.msc.service.ServiceName remotingConnectorServiceName) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<ServerEnvironment> |
getServerEnvironmentInjector() |
Registry.RegistryEntryProvider<String,List<ClientMapping>> |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public EJBRemotingConnectorClientMappingsEntryProviderService(org.jboss.msc.service.ServiceName remotingConnectorServiceName)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<Registry.RegistryEntryProvider<String,List<ClientMapping>>>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<Registry.RegistryEntryProvider<String,List<ClientMapping>>>
public Registry.RegistryEntryProvider<String,List<ClientMapping>> getValue()
getValue
in interface org.jboss.msc.value.Value<Registry.RegistryEntryProvider<String,List<ClientMapping>>>
public org.jboss.msc.inject.Injector<ServerEnvironment> getServerEnvironmentInjector()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.