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, Supplier<org.jboss.as.network.OutboundConnection> supplier, org.xnio.OptionMap connectOptions, long connectTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionName()org.xnio.OptionMapgetConnectOptions()longgetConnectTimeout()Supplier<org.jboss.as.network.OutboundConnection>getSupplier()
-