public class ChannelCommandDispatcherFactoryBuilder extends CommandDispatcherFactoryServiceNameProvider implements Builder<CommandDispatcherFactory>, org.jboss.msc.service.Service<CommandDispatcherFactory>, ChannelCommandDispatcherFactoryConfiguration, MarshallingConfigurationContext
CommandDispatcherFactory service.group| Constructor and Description |
|---|
ChannelCommandDispatcherFactoryBuilder(String group,
org.jboss.modules.ModuleIdentifier moduleId) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> |
build(org.jboss.msc.service.ServiceTarget target)
Builds a service into the specified target.
|
org.jgroups.Channel |
getChannel() |
ChannelFactory |
getChannelFactory() |
MarshallingContext |
getMarshallingContext() |
org.jboss.modules.Module |
getModule() |
org.jboss.modules.ModuleLoader |
getModuleLoader() |
JGroupsNodeFactory |
getNodeFactory() |
long |
getTimeout() |
CommandDispatcherFactory |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
ChannelCommandDispatcherFactoryBuilder |
timeout(long value,
TimeUnit unit) |
getServiceNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceNamepublic ChannelCommandDispatcherFactoryBuilder(String group, org.jboss.modules.ModuleIdentifier moduleId)
public org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> build(org.jboss.msc.service.ServiceTarget target)
Builderbuild in interface Builder<CommandDispatcherFactory>target - the service installation targetpublic ChannelCommandDispatcherFactoryBuilder timeout(long value, TimeUnit unit)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<CommandDispatcherFactory>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<CommandDispatcherFactory>public CommandDispatcherFactory getValue()
getValue in interface org.jboss.msc.value.Value<CommandDispatcherFactory>public org.jboss.modules.Module getModule()
getModule in interface MarshallingConfigurationContextpublic org.jboss.modules.ModuleLoader getModuleLoader()
getModuleLoader in interface MarshallingConfigurationContextpublic org.jgroups.Channel getChannel()
getChannel in interface ChannelCommandDispatcherFactoryConfigurationpublic JGroupsNodeFactory getNodeFactory()
getNodeFactory in interface ChannelCommandDispatcherFactoryConfigurationpublic MarshallingContext getMarshallingContext()
getMarshallingContext in interface ChannelCommandDispatcherFactoryConfigurationpublic long getTimeout()
getTimeout in interface ChannelCommandDispatcherFactoryConfigurationpublic ChannelFactory getChannelFactory()
getChannelFactory in interface ChannelCommandDispatcherFactoryConfigurationCopyright © 2022 JBoss by Red Hat. All rights reserved.