Uses of Class
org.jvnet.hk2.internal.ServiceHandleImpl
Packages that use ServiceHandleImpl
-
Uses of ServiceHandleImpl in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as ServiceHandleImplModifier and TypeFieldDescriptionprivate final ServiceHandleImpl<?> MethodInterceptorImpl.rootOriginal root node, needed for proper destructionFields in org.jvnet.hk2.internal with type parameters of type ServiceHandleImplModifier and TypeFieldDescriptionprivate final LinkedList<ServiceHandleImpl<?>> ServiceHandleImpl.subHandlesMethods in org.jvnet.hk2.internal that return ServiceHandleImplModifier and TypeMethodDescriptionprivate <T> ServiceHandleImpl<T> ServiceLocatorImpl.getServiceHandleImpl(ActiveDescriptor<T> activeDescriptor, Injectee injectee) private <T> ServiceHandleImpl<T> ServiceLocatorImpl.internalGetServiceHandle(ActiveDescriptor<T> activeDescriptor, Type requestedType, Injectee originalRequest) Methods in org.jvnet.hk2.internal with parameters of type ServiceHandleImplModifier and TypeMethodDescriptionvoidServiceHandleImpl.addSubHandle(ServiceHandleImpl<?> subHandle) Add a sub handle to this for proper destruction<T> TProxyUtilities.generateProxy(Class<?> requestedClass, ServiceLocatorImpl locator, ActiveDescriptor<T> root, ServiceHandleImpl<T> handle, Injectee injectee) Constructors in org.jvnet.hk2.internal with parameters of type ServiceHandleImplModifierConstructorDescription(package private)MethodInterceptorImpl(ServiceLocatorImpl sli, ActiveDescriptor<?> descriptor, ServiceHandleImpl<?> root, Injectee injectee)