public interface ChannelServiceProvider
Modifier and Type | Method and Description |
---|---|
Collection<org.jboss.msc.service.ServiceName> |
getServiceNames(String cluster)
Returns the names of the services installed by this provider
|
Collection<org.jboss.msc.service.ServiceController<?>> |
install(org.jboss.msc.service.ServiceTarget target,
String cluster,
org.jboss.modules.ModuleIdentifier moduleId)
Installs services for the specified channel
|
Collection<org.jboss.msc.service.ServiceName> getServiceNames(String cluster)
cluster
- a cluster nameCollection<org.jboss.msc.service.ServiceController<?>> install(org.jboss.msc.service.ServiceTarget target, String cluster, 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 © 2013 JBoss by Red Hat. All rights reserved.