public class ChannelCommandDispatcherFactoryBuilder extends Object implements CapabilityServiceBuilder<CommandDispatcherFactory>, ChannelCommandDispatcherFactoryConfiguration, MarshallingConfigurationContext
CommandDispatcherFactory service.| Constructor and Description |
|---|
ChannelCommandDispatcherFactoryBuilder(org.jboss.msc.service.ServiceName name,
String group) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<CommandDispatcherFactory> |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.jgroups.JChannel |
getChannel() |
ChannelFactory |
getChannelFactory() |
MarshallingContext |
getMarshallingContext() |
org.jboss.modules.Module |
getModule() |
org.jboss.modules.ModuleLoader |
getModuleLoader() |
org.jboss.msc.service.ServiceName |
getServiceName() |
long |
getTimeout() |
ChannelCommandDispatcherFactoryBuilder |
timeout(long value,
TimeUnit unit) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic ChannelCommandDispatcherFactoryBuilder(org.jboss.msc.service.ServiceName name,
String group)
public org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.wildfly.clustering.service.Builder<CommandDispatcherFactory> configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceBuilder<CommandDispatcherFactory>public org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<CommandDispatcherFactory>public ChannelCommandDispatcherFactoryBuilder timeout(long value, TimeUnit unit)
public org.jboss.modules.Module getModule()
getModule in interface MarshallingConfigurationContextpublic org.jboss.modules.ModuleLoader getModuleLoader()
getModuleLoader in interface MarshallingConfigurationContextpublic org.jgroups.JChannel getChannel()
getChannel in interface ChannelCommandDispatcherFactoryConfigurationpublic MarshallingContext getMarshallingContext()
getMarshallingContext in interface ChannelCommandDispatcherFactoryConfigurationpublic long getTimeout()
getTimeout in interface ChannelCommandDispatcherFactoryConfigurationpublic ChannelFactory getChannelFactory()
getChannelFactory in interface ChannelCommandDispatcherFactoryConfigurationCopyright © 2018 JBoss by Red Hat. All rights reserved.