Uses of Class
org.jvnet.hk2.internal.ServiceHandleImpl
-
Packages that use ServiceHandleImpl Package Description org.jvnet.hk2.internal -
-
Uses of ServiceHandleImpl in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal with parameters of type ServiceHandleImpl Modifier and Type Method Description void
ServiceHandleImpl. addSubHandle(ServiceHandleImpl<?> subHandle)
Add a sub handle to this for proper destruction<T> T
ProxyUtilities. generateProxy(Class<?> requestedClass, ServiceLocatorImpl locator, ActiveDescriptor<T> root, ServiceHandleImpl<T> handle, Injectee injectee)
-