public interface CacheServiceProvider
Modifier and Type | Method and Description |
---|---|
Collection<org.jboss.msc.service.ServiceName> |
getServiceNames(String container,
String cache,
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
|
Collection<org.jboss.msc.service.ServiceName> getServiceNames(String container, String cache, boolean defaultCache)
cluster
- a cluster nameCollection<org.jboss.msc.service.ServiceController<?>> install(org.jboss.msc.service.ServiceTarget target, String containerName, String cacheName, boolean defaultCache, org.jboss.modules.ModuleIdentifier moduleId)
target
- the service target in which to install servicescluster
- a cluster namemoduleId
- the unique identifier of the module upon which these services should operateCopyright © 2015 JBoss by Red Hat. All rights reserved.