Class Service3StaticGreedyConstructorInjectionImpl
- java.lang.Object
-
- org.apache.sling.testing.mock.osgi.testsvc.osgiserviceutil.Service3StaticGreedyConstructorInjectionImpl
-
- All Implemented Interfaces:
Service3StaticGreedy
public class Service3StaticGreedyConstructorInjectionImpl extends Object implements Service3StaticGreedy
-
-
Constructor Summary
Constructors Constructor Description Service3StaticGreedyConstructorInjectionImpl(ServiceInterface1 reference1, ServiceInterface1Optional reference1Optional, List<org.osgi.framework.ServiceReference<ServiceInterface2>> references2, List<ServiceSuperInterface3> references3, org.osgi.service.component.ComponentContext ctx, Map<String,Object> config)Service3StaticGreedyConstructorInjectionImpl(ServiceInterface1 reference1, ServiceInterface1Optional reference1Optional, List<org.osgi.framework.ServiceReference<ServiceInterface2>> references2, List<ServiceSuperInterface3> references3, org.osgi.service.component.ComponentContext ctx, Map<String,Object> config, Object illegalParameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.service.component.ComponentContextgetComponentContext()Map<String,Object>getConfig()ServiceInterface1getReference1()ServiceInterface1OptionalgetReference1Optional()List<Map<String,Object>>getReference3Configs()List<ServiceInterface2>getReferences2()List<ServiceSuperInterface3>getReferences3()List<ServiceSuperInterface3>getReferences3Filtered()
-
-
-
Constructor Detail
-
Service3StaticGreedyConstructorInjectionImpl
public Service3StaticGreedyConstructorInjectionImpl(ServiceInterface1 reference1, ServiceInterface1Optional reference1Optional, List<org.osgi.framework.ServiceReference<ServiceInterface2>> references2, List<ServiceSuperInterface3> references3, org.osgi.service.component.ComponentContext ctx, Map<String,Object> config, Object illegalParameter)
-
Service3StaticGreedyConstructorInjectionImpl
public Service3StaticGreedyConstructorInjectionImpl(ServiceInterface1 reference1, ServiceInterface1Optional reference1Optional, List<org.osgi.framework.ServiceReference<ServiceInterface2>> references2, List<ServiceSuperInterface3> references3, org.osgi.service.component.ComponentContext ctx, Map<String,Object> config)
-
-
Method Detail
-
getReference1
public ServiceInterface1 getReference1()
- Specified by:
getReference1in interfaceService3StaticGreedy
-
getReference1Optional
public ServiceInterface1Optional getReference1Optional()
- Specified by:
getReference1Optionalin interfaceService3StaticGreedy
-
getReferences2
public List<ServiceInterface2> getReferences2()
- Specified by:
getReferences2in interfaceService3StaticGreedy
-
getReferences3
public List<ServiceSuperInterface3> getReferences3()
- Specified by:
getReferences3in interfaceService3StaticGreedy
-
getReference3Configs
public List<Map<String,Object>> getReference3Configs()
- Specified by:
getReference3Configsin interfaceService3StaticGreedy
-
getReferences3Filtered
public List<ServiceSuperInterface3> getReferences3Filtered()
- Specified by:
getReferences3Filteredin interfaceService3StaticGreedy
-
getComponentContext
public org.osgi.service.component.ComponentContext getComponentContext()
-
-