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