Class Service4
- java.lang.Object
-
- org.apache.sling.testing.mock.osgi.testsvc.osgiserviceutil.Service4
-
public class Service4 extends Object
-
-
Constructor Summary
Constructors Constructor Description Service4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
customBind(ServiceInterface1 service)
protected void
customUnbind(ServiceInterface1 service)
ServiceInterface1
getReference1()
-
-
-
Method Detail
-
getReference1
public ServiceInterface1 getReference1()
-
customBind
protected void customBind(ServiceInterface1 service)
-
customUnbind
protected void customUnbind(ServiceInterface1 service)
-
-