public class RemotingProfileService extends Object implements org.jboss.msc.service.Service<RemotingProfileService>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
BASE_SERVICE_NAME |
Constructor and Description |
---|
RemotingProfileService() |
Modifier and Type | Method and Description |
---|---|
void |
addChannelCreationOption(String connectionRef,
org.xnio.OptionMap optionMap) |
void |
addConnectionTimeout(String connectionRef,
long timeout) |
void |
addRemotingConnectionInjector(org.jboss.msc.service.ServiceName connectionName,
org.jboss.msc.value.InjectedValue<org.jboss.as.remoting.AbstractOutboundConnectionService> connectionInjector) |
Map<String,org.xnio.OptionMap> |
getChannelCreationOpts() |
Map<String,Long> |
getConnectionTimeouts() |
org.jboss.msc.value.InjectedValue<LocalEjbReceiver> |
getLocalEjbReceiverInjector() |
Map<org.jboss.msc.service.ServiceName,org.jboss.msc.value.InjectedValue<org.jboss.as.remoting.AbstractOutboundConnectionService>> |
getRemotingConnections() |
RemotingProfileService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName BASE_SERVICE_NAME
public RemotingProfileService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<RemotingProfileService>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<RemotingProfileService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<RemotingProfileService>
public void addRemotingConnectionInjector(org.jboss.msc.service.ServiceName connectionName, org.jboss.msc.value.InjectedValue<org.jboss.as.remoting.AbstractOutboundConnectionService> connectionInjector)
public void addChannelCreationOption(String connectionRef, org.xnio.OptionMap optionMap)
public void addConnectionTimeout(String connectionRef, long timeout)
public Map<org.jboss.msc.service.ServiceName,org.jboss.msc.value.InjectedValue<org.jboss.as.remoting.AbstractOutboundConnectionService>> getRemotingConnections()
public org.jboss.msc.value.InjectedValue<LocalEjbReceiver> getLocalEjbReceiverInjector()
Copyright © 2018 JBoss by Red Hat. All rights reserved.