public class ChannelServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<org.jgroups.JChannel>, Consumer<org.jgroups.JChannel>
| Constructor and Description |
|---|
ChannelServiceConfigurator(Capability capability,
org.jboss.as.controller.PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.jgroups.JChannel channel) |
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) |
org.jgroups.JChannel |
get() |
ChannelServiceConfigurator |
statisticsEnabled(boolean enabled) |
getServiceNamepublic ChannelServiceConfigurator(Capability capability, org.jboss.as.controller.PathAddress address)
public ChannelServiceConfigurator statisticsEnabled(boolean enabled)
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 ResourceServiceConfiguratororg.jboss.as.controller.OperationFailedExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.