public class RemoteNamingStoreConnectionInfo extends Object
RemoteNamingStore
Constructor and Description |
---|
RemoteNamingStoreConnectionInfo(org.jboss.remoting3.Endpoint clientEndpoint,
URI connectURI,
org.xnio.OptionMap connectionOptions,
long connectionTimeoutInMillis,
CallbackHandler callbackHandler,
long channelCreationTimeoutInMillis,
org.xnio.OptionMap channelCreationOptions) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler() |
org.xnio.OptionMap |
getChannelCreationOptions() |
long |
getChannelCreationTimeout() |
org.xnio.OptionMap |
getConnectionOptions() |
long |
getConnectionTimeout() |
URI |
getConnectionURI() |
org.jboss.remoting3.Endpoint |
getEndpoint() |
public RemoteNamingStoreConnectionInfo(org.jboss.remoting3.Endpoint clientEndpoint, URI connectURI, org.xnio.OptionMap connectionOptions, long connectionTimeoutInMillis, CallbackHandler callbackHandler, long channelCreationTimeoutInMillis, org.xnio.OptionMap channelCreationOptions)
public org.jboss.remoting3.Endpoint getEndpoint()
public URI getConnectionURI()
public org.xnio.OptionMap getConnectionOptions()
public long getConnectionTimeout()
public CallbackHandler getCallbackHandler()
public org.xnio.OptionMap getChannelCreationOptions()
public long getChannelCreationTimeout()
Copyright © 2019 JBoss by Red Hat. All rights reserved.