public class TransportConfigurationBuilder extends Object implements org.wildfly.clustering.service.Builder<TransportConfiguration>, org.jboss.msc.value.Value<TransportConfiguration>, TransportConfiguration
| Constructor and Description |
|---|
TransportConfigurationBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<TransportConfiguration> |
build(org.jboss.msc.service.ServiceTarget target) |
org.jgroups.Channel |
getChannel() |
org.wildfly.clustering.jgroups.spi.ChannelFactory |
getChannelFactory() |
Executor |
getExecutor() |
long |
getLockTimeout() |
org.jboss.msc.service.ServiceName |
getServiceName() |
TransportConfiguration |
getValue() |
TransportConfigurationBuilder |
setExecutor(String executorName) |
TransportConfigurationBuilder |
setLockTimeout(long value,
TimeUnit unit) |
public TransportConfigurationBuilder(String name)
public org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.jboss.msc.service.ServiceBuilder<TransportConfiguration> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<TransportConfiguration>public TransportConfiguration getValue()
getValue in interface org.jboss.msc.value.Value<TransportConfiguration>public TransportConfigurationBuilder setLockTimeout(long value, TimeUnit unit)
public TransportConfigurationBuilder setExecutor(String executorName)
public long getLockTimeout()
getLockTimeout in interface TransportConfigurationpublic org.jgroups.Channel getChannel()
getChannel in interface TransportConfigurationpublic org.wildfly.clustering.jgroups.spi.ChannelFactory getChannelFactory()
getChannelFactory in interface TransportConfigurationpublic Executor getExecutor()
getExecutor in interface TransportConfigurationCopyright © 2015 JBoss by Red Hat. All rights reserved.