public class RemoteCacheContainerServiceConfigurator extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider implements org.jboss.as.clustering.controller.ResourceServiceConfigurator, Function<RemoteCacheManager,RemoteCacheContainer>, Supplier<RemoteCacheManager>, Consumer<RemoteCacheManager>
RemoteCacheContainer.| Constructor and Description |
|---|
RemoteCacheContainerServiceConfigurator(org.jboss.as.controller.PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RemoteCacheManager container) |
RemoteCacheContainer |
apply(RemoteCacheManager container) |
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) |
RemoteCacheManager |
get() |
getServiceNamepublic RemoteCacheContainerServiceConfigurator(org.jboss.as.controller.PathAddress address)
public 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 org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic RemoteCacheManager get()
get in interface Supplier<RemoteCacheManager>public void accept(RemoteCacheManager container)
accept in interface Consumer<RemoteCacheManager>public RemoteCacheContainer apply(RemoteCacheManager container)
apply in interface Function<RemoteCacheManager,RemoteCacheContainer>Copyright © 2020 JBoss by Red Hat. All rights reserved.