Package org.jboss.msc.service
Interface ServiceActivator
- All Known Subinterfaces:
SingletonServiceActivator
public interface ServiceActivator
A service activator which contributes services to a batch.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(ServiceActivatorContext serviceActivatorContext) Activate services.
-
Method Details
-
activate
Activate services.- Parameters:
serviceActivatorContext- the activation context- Throws:
ServiceRegistryException- if there is a problem registering an activated service
-