Package org.jboss.as.ejb3.remote
Class RemotingProfileService.RemotingConnectionSpec
java.lang.Object
org.jboss.as.ejb3.remote.RemotingProfileService.RemotingConnectionSpec
- Enclosing class:
- RemotingProfileService
-
Constructor Summary
ConstructorsConstructorDescriptionRemotingConnectionSpec(String connectionName, Supplier<org.jboss.as.network.OutboundConnection> supplier, org.xnio.OptionMap connectOptions, long connectTimeout) -
Method Summary
Modifier and TypeMethodDescriptionorg.xnio.OptionMaplongSupplier<org.jboss.as.network.OutboundConnection>
-
Constructor Details
-
RemotingConnectionSpec
-
-
Method Details
-
getConnectionName
-
getSupplier
-
getConnectOptions
public org.xnio.OptionMap getConnectOptions() -
getConnectTimeout
public long getConnectTimeout()
-