Interface SingletonServiceActivatorContext
- All Superinterfaces:
ServiceActivatorContext
A
ServiceActivatorContext whose service target instruments singleton service installation.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionGet the service target for this activation.Methods inherited from interface org.jboss.msc.service.ServiceActivatorContext
getServiceRegistry
-
Method Details
-
getServiceTarget
SingletonServiceTarget getServiceTarget()Description copied from interface:ServiceActivatorContextGet the service target for this activation.- Specified by:
getServiceTargetin interfaceServiceActivatorContext- Returns:
- the service target
-