Class JChannelFactoryServiceConfigurator
java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- All Implemented Interfaces:
ResourceServiceConfigurator,ProtocolStackConfiguration,ServiceConfigurator,ServiceNameProvider
public class JChannelFactoryServiceConfigurator
extends CapabilityServiceNameProvider
implements ResourceServiceConfigurator, ProtocolStackConfiguration
Builder for a service that provides a
ChannelFactory for creating channels.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionJChannelFactoryServiceConfigurator(org.jboss.as.controller.PathAddress address) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) getName()List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>>getRelay()org.jboss.as.network.SocketBindingManagerTransportConfiguration<? extends org.jgroups.protocols.TP>booleanMethods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
JChannelFactoryServiceConfigurator
public JChannelFactoryServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
-
Method Details
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
configurein interfaceResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
getName
- Specified by:
getNamein interfaceProtocolStackConfiguration
-
getTransport
- Specified by:
getTransportin interfaceProtocolStackConfiguration
-
getProtocols
- Specified by:
getProtocolsin interfaceProtocolStackConfiguration
-
getNodeName
- Specified by:
getNodeNamein interfaceProtocolStackConfiguration
-
getRelay
- Specified by:
getRelayin interfaceProtocolStackConfiguration
-
isStatisticsEnabled
public boolean isStatisticsEnabled()- Specified by:
isStatisticsEnabledin interfaceProtocolStackConfiguration
-
getSocketBindingManager
public org.jboss.as.network.SocketBindingManager getSocketBindingManager()- Specified by:
getSocketBindingManagerin interfaceProtocolStackConfiguration
-