Class GlobalComponentServiceConfigurator<C>
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.ComponentServiceConfigurator<C>
-
- org.jboss.as.clustering.infinispan.subsystem.GlobalComponentServiceConfigurator<C>
-
- All Implemented Interfaces:
Supplier<C>,org.jboss.as.clustering.controller.ResourceServiceConfigurator,org.wildfly.clustering.service.Dependency,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
- Direct Known Subclasses:
JGroupsTransportServiceConfigurator,NoTransportServiceConfigurator,ScheduledThreadPoolServiceConfigurator,ThreadPoolServiceConfigurator
public abstract class GlobalComponentServiceConfigurator<C> extends ComponentServiceConfigurator<C>
Configures a service supplying a global component.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.ComponentServiceConfigurator
build, getServiceName, register
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-