Package org.osgi.test.common.context
Class CloseableServiceObjects<S>
java.lang.Object
org.osgi.test.common.context.CloseableServiceObjects<S>
- All Implemented Interfaces:
AutoCloseable,InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionCloseableServiceObjects(org.osgi.framework.ServiceObjects<S> serviceObjects) -
Method Summary
-
Constructor Details
-
CloseableServiceObjects
-
-
Method Details
-
proxy
public static <S> org.osgi.framework.ServiceObjects<S> proxy(org.osgi.framework.ServiceObjects<S> serviceObjects) -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
getService
-
ungetService
-