Class Service3
- java.lang.Object
-
- org.apache.sling.testing.mock.osgi.testsvc.osgiserviceutil.Service3
-
- All Implemented Interfaces:
ServiceInterface2
public class Service3 extends Object implements ServiceInterface2
-
-
Constructor Summary
Constructors Constructor Description Service3()
-
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()Set<ServiceSuperInterface3>getReferences3Set()
-
-
-
Method Detail
-
getReference1
public ServiceInterface1 getReference1()
-
getReference1Optional
public ServiceInterface1Optional getReference1Optional()
-
getReferences2
public List<ServiceInterface2> getReferences2()
-
getReferences3
public List<ServiceSuperInterface3> getReferences3()
-
getReferences3Set
public Set<ServiceSuperInterface3> getReferences3Set()
-
getComponentContext
public org.osgi.service.component.ComponentContext getComponentContext()
-
-