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>, ResourceServiceConfigurator, Dependency, ServiceConfigurator, 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