public class SingletonServiceBuilderFactoryProvider extends Object implements CacheServiceProvider
SingletonServiceBuilderFactory
per cache.Constructor and Description |
---|
SingletonServiceBuilderFactoryProvider() |
Modifier and Type | Method and Description |
---|---|
Collection<org.jboss.msc.service.ServiceName> |
getServiceNames(String containerName,
String cacheName,
boolean defaultCache)
Returns the names of the services installed by this provider
|
Collection<org.jboss.msc.service.ServiceController<?>> |
install(org.jboss.msc.service.ServiceTarget target,
String containerName,
String cacheName,
boolean defaultCache,
org.jboss.modules.ModuleIdentifier moduleId)
Installs services for the specified channel
|
public SingletonServiceBuilderFactoryProvider()
public Collection<org.jboss.msc.service.ServiceName> getServiceNames(String containerName, String cacheName, boolean defaultCache)
CacheServiceProvider
getServiceNames
in interface CacheServiceProvider
public Collection<org.jboss.msc.service.ServiceController<?>> install(org.jboss.msc.service.ServiceTarget target, String containerName, String cacheName, boolean defaultCache, org.jboss.modules.ModuleIdentifier moduleId)
CacheServiceProvider
install
in interface CacheServiceProvider
target
- the service target in which to install servicesmoduleId
- the unique identifier of the module upon which these services should operateCopyright © 2015 JBoss by Red Hat. All rights reserved.