Package org.jboss.msc.service
Class ServiceActivatorContextImpl
java.lang.Object
org.jboss.msc.service.ServiceActivatorContextImpl
- All Implemented Interfaces:
ServiceActivatorContext
A simple service activator context implementation.
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionServiceActivatorContextImpl(ServiceTarget serviceTarget, ServiceRegistry serviceRegistry) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the service registry for this activation.Get the service target for this activation.
-
Constructor Details
-
ServiceActivatorContextImpl
Construct a new instance.- Parameters:
serviceTarget- the service targetserviceRegistry- the service registry
-
-
Method Details
-
getServiceTarget
Get the service target for this activation.- Specified by:
getServiceTargetin interfaceServiceActivatorContext- Returns:
- the service target
-
getServiceRegistry
Get the service registry for this activation.- Specified by:
getServiceRegistryin interfaceServiceActivatorContext- Returns:
- the service registry
-