Package org.jboss.msc.service
Class ServiceActivatorContextImpl
- java.lang.Object
- 
- org.jboss.msc.service.ServiceActivatorContextImpl
 
- 
- All Implemented Interfaces:
- ServiceActivatorContext
 
 public final class ServiceActivatorContextImpl extends Object implements ServiceActivatorContext A simple service activator context implementation.- Author:
- David M. Lloyd
 
- 
- 
Constructor SummaryConstructors Constructor Description ServiceActivatorContextImpl(ServiceTarget serviceTarget, ServiceRegistry serviceRegistry)Construct a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceRegistrygetServiceRegistry()Get the service registry for this activation.ServiceTargetgetServiceTarget()Get the service target for this activation.
 
- 
- 
- 
Constructor Detail- 
ServiceActivatorContextImplpublic ServiceActivatorContextImpl(ServiceTarget serviceTarget, ServiceRegistry serviceRegistry) Construct a new instance.- Parameters:
- serviceTarget- the service target
- serviceRegistry- the service registry
 
 
- 
 - 
Method Detail- 
getServiceTargetpublic ServiceTarget getServiceTarget() Get the service target for this activation.- Specified by:
- getServiceTargetin interface- ServiceActivatorContext
- Returns:
- the service target
 
 - 
getServiceRegistrypublic ServiceRegistry getServiceRegistry() Get the service registry for this activation.- Specified by:
- getServiceRegistryin interface- ServiceActivatorContext
- Returns:
- the service registry
 
 
- 
 
-