public class LegacyPropertiesConfiguration extends Object
Properties. Some well known
properties will be looked for in the Properties that is passed to the constructor,
for setting up the configurations| Constructor and Description |
|---|
LegacyPropertiesConfiguration(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getCallbackHandler() |
Collection<RemotingConnectionConfiguration> |
getConnectionConfigurations() |
org.xnio.OptionMap |
getEndpointCreationOptions() |
String |
getEndpointName() |
long |
getInvocationTimeout() |
long |
getReconnectTasksTimeout() |
org.xnio.OptionMap |
getRemoteConnectionProviderCreationOptions() |
public LegacyPropertiesConfiguration(Properties properties)
public String getEndpointName()
public org.xnio.OptionMap getEndpointCreationOptions()
public org.xnio.OptionMap getRemoteConnectionProviderCreationOptions()
public CallbackHandler getCallbackHandler()
public Collection<RemotingConnectionConfiguration> getConnectionConfigurations()
public long getInvocationTimeout()
public long getReconnectTasksTimeout()
Copyright © 2017 JBoss by Red Hat. All rights reserved.