Class CacheContainerResourceDefinitionRegistrar
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheContainerResourceDefinitionRegistrar
- All Implemented Interfaces:
BiPredicate<org.jboss.as.controller.OperationContext,,org.jboss.as.controller.registry.Resource> org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar,org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>,org.wildfly.subsystem.service.ResourceServiceConfigurator
public class CacheContainerResourceDefinitionRegistrar
extends Object
implements org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar, org.wildfly.subsystem.service.ResourceServiceConfigurator, BiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>
Registers a cache container resource definition.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ResourceServiceInstallerconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) org.jboss.as.controller.registry.ManagementResourceRegistrationregister(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context) booleantest(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
CacheContainerResourceDefinitionRegistrar
public CacheContainerResourceDefinitionRegistrar()
-
-
Method Details
-
register
public org.jboss.as.controller.registry.ManagementResourceRegistration register(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context) - Specified by:
registerin interfaceorg.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
-
test
public boolean test(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource) - Specified by:
testin interfaceBiPredicate<org.jboss.as.controller.OperationContext,org.jboss.as.controller.registry.Resource>
-
configure
public org.wildfly.subsystem.service.ResourceServiceInstaller configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
configurein interfaceorg.wildfly.subsystem.service.ResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-