public class JChannelFactoryBuilder extends CapabilityServiceNameProvider implements ResourceServiceBuilder<ChannelFactory>, ProtocolStackConfiguration
ChannelFactory for creating channels.| Constructor and Description |
|---|
JChannelFactoryBuilder(org.jboss.as.controller.PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<ChannelFactory> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<ChannelFactory> |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model) |
String |
getName() |
String |
getNodeName() |
List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> |
getProtocols() |
Optional<RelayConfiguration> |
getRelay() |
TransportConfiguration<? extends org.jgroups.protocols.TP> |
getTransport() |
boolean |
isStatisticsEnabled() |
getServiceNamepublic JChannelFactoryBuilder(org.jboss.as.controller.PathAddress address)
public org.jboss.msc.service.ServiceBuilder<ChannelFactory> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<ChannelFactory>public org.wildfly.clustering.service.Builder<ChannelFactory> configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
configure in interface ResourceServiceBuilder<ChannelFactory>org.jboss.as.controller.OperationFailedExceptionpublic String getName()
getName in interface ProtocolStackConfigurationpublic TransportConfiguration<? extends org.jgroups.protocols.TP> getTransport()
getTransport in interface ProtocolStackConfigurationpublic List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> getProtocols()
getProtocols in interface ProtocolStackConfigurationpublic String getNodeName()
getNodeName in interface ProtocolStackConfigurationpublic Optional<RelayConfiguration> getRelay()
getRelay in interface ProtocolStackConfigurationpublic boolean isStatisticsEnabled()
isStatisticsEnabled in interface ProtocolStackConfigurationCopyright © 2018 JBoss by Red Hat. All rights reserved.