Package org.jboss.as.ejb3.remote
Class RemotingProfileService.RemotingConnectionSpec
- java.lang.Object
-
- org.jboss.as.ejb3.remote.RemotingProfileService.RemotingConnectionSpec
-
- Enclosing class:
- RemotingProfileService
public static final class RemotingProfileService.RemotingConnectionSpec extends Object
-
-
Constructor Summary
Constructors Constructor Description RemotingConnectionSpec(String connectionName, org.jboss.msc.value.InjectedValue<org.jboss.as.network.OutboundConnection> injector, org.xnio.OptionMap connectOptions, long connectTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionName()org.xnio.OptionMapgetConnectOptions()longgetConnectTimeout()org.jboss.msc.value.InjectedValue<org.jboss.as.network.OutboundConnection>getInjector()
-
-
-
Constructor Detail
-
RemotingConnectionSpec
public RemotingConnectionSpec(String connectionName, org.jboss.msc.value.InjectedValue<org.jboss.as.network.OutboundConnection> injector, org.xnio.OptionMap connectOptions, long connectTimeout)
-
-
Method Detail
-
getConnectionName
public String getConnectionName()
-
getInjector
public org.jboss.msc.value.InjectedValue<org.jboss.as.network.OutboundConnection> getInjector()
-
getConnectOptions
public org.xnio.OptionMap getConnectOptions()
-
getConnectTimeout
public long getConnectTimeout()
-
-