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) |
getServiceName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceName
public ChannelCommandDispatcherFactoryBuilder(String group, org.jboss.modules.ModuleIdentifier moduleId)
public org.jboss.msc.service.ServiceBuilder<CommandDispatcherFactory> build(org.jboss.msc.service.ServiceTarget target)
Builder
build
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.StartException
public 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 MarshallingConfigurationContext
public org.jboss.modules.ModuleLoader getModuleLoader()
getModuleLoader
in interface MarshallingConfigurationContext
public org.jgroups.Channel getChannel()
getChannel
in interface ChannelCommandDispatcherFactoryConfiguration
public JGroupsNodeFactory getNodeFactory()
getNodeFactory
in interface ChannelCommandDispatcherFactoryConfiguration
public MarshallingContext getMarshallingContext()
getMarshallingContext
in interface ChannelCommandDispatcherFactoryConfiguration
public long getTimeout()
getTimeout
in interface ChannelCommandDispatcherFactoryConfiguration
public ChannelFactory getChannelFactory()
getChannelFactory
in interface ChannelCommandDispatcherFactoryConfiguration
Copyright © 2018 JBoss by Red Hat. All rights reserved.