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
Fields in org.jvnet.hk2.internal declared as ServiceHandleImpl Modifier and Type Field Description private ServiceHandleImpl<?>MethodInterceptorImpl. rootOriginal root node, needed for proper destructionFields in org.jvnet.hk2.internal with type parameters of type ServiceHandleImpl Modifier and Type Field Description private java.util.LinkedList<ServiceHandleImpl<?>>ServiceHandleImpl. subHandlesMethods in org.jvnet.hk2.internal that return ServiceHandleImpl Modifier and Type Method Description private <T> ServiceHandleImpl<T>ServiceLocatorImpl. getServiceHandleImpl(ActiveDescriptor<T> activeDescriptor, Injectee injectee)private <T> ServiceHandleImpl<T>ServiceLocatorImpl. internalGetServiceHandle(ActiveDescriptor<T> activeDescriptor, java.lang.reflect.Type requestedType, Injectee originalRequest)Methods in org.jvnet.hk2.internal with parameters of type ServiceHandleImpl Modifier and Type Method Description voidServiceHandleImpl. addSubHandle(ServiceHandleImpl<?> subHandle)Add a sub handle to this for proper destruction<T> TProxyUtilities. generateProxy(java.lang.Class<?> requestedClass, ServiceLocatorImpl locator, ActiveDescriptor<T> root, ServiceHandleImpl<T> handle, Injectee injectee)Constructors in org.jvnet.hk2.internal with parameters of type ServiceHandleImpl Constructor Description MethodInterceptorImpl(ServiceLocatorImpl sli, ActiveDescriptor<?> descriptor, ServiceHandleImpl<?> root, Injectee injectee)
-