public class ChannelCommandDispatcherFactoryServiceConfigurator extends org.wildfly.clustering.service.SimpleServiceNameProvider implements CapabilityServiceConfigurator, ChannelCommandDispatcherFactoryConfiguration, MarshallingConfigurationContext, Supplier<AutoCloseableCommandDispatcherFactory>
CommandDispatcherFactory service.| Constructor and Description |
|---|
ChannelCommandDispatcherFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name,
String group) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
AutoCloseableCommandDispatcherFactory |
get() |
org.jgroups.JChannel |
getChannel() |
ChannelFactory |
getChannelFactory() |
MarshallingContext |
getMarshallingContext() |
org.jboss.modules.Module |
getModule() |
org.jboss.modules.ModuleLoader |
getModuleLoader() |
Duration |
getTimeout() |
ChannelCommandDispatcherFactoryServiceConfigurator |
timeout(Duration timeout) |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNamepublic ChannelCommandDispatcherFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name,
String group)
public AutoCloseableCommandDispatcherFactory get()
get in interface Supplier<AutoCloseableCommandDispatcherFactory>public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceConfiguratorpublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic ChannelCommandDispatcherFactoryServiceConfigurator timeout(Duration timeout)
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 Duration getTimeout()
getTimeout in interface ChannelCommandDispatcherFactoryConfigurationpublic ChannelFactory getChannelFactory()
getChannelFactory in interface ChannelCommandDispatcherFactoryConfigurationCopyright © 2019 JBoss by Red Hat. All rights reserved.