public class JChannelFactoryServiceConfigurator extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider implements org.jboss.as.clustering.controller.ResourceServiceConfigurator, ProtocolStackConfiguration
ChannelFactory for creating channels.| Constructor and Description |
|---|
JChannelFactoryServiceConfigurator(org.jboss.as.controller.PathAddress address) |
| 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.OperationContext context,
org.jboss.dmr.ModelNode model) |
String |
getName() |
String |
getNodeName() |
List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> |
getProtocols() |
Optional<RelayConfiguration> |
getRelay() |
org.jboss.as.network.SocketBindingManager |
getSocketBindingManager() |
TransportConfiguration<? extends org.jgroups.protocols.TP> |
getTransport() |
boolean |
isStatisticsEnabled() |
getServiceNamepublic JChannelFactoryServiceConfigurator(org.jboss.as.controller.PathAddress address)
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
configure in interface org.jboss.as.clustering.controller.ResourceServiceConfiguratororg.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 ProtocolStackConfigurationpublic org.jboss.as.network.SocketBindingManager getSocketBindingManager()
getSocketBindingManager in interface ProtocolStackConfigurationCopyright © 2020 JBoss by Red Hat. All rights reserved.