Class ServiceHandleImpl<T>

java.lang.Object
org.jvnet.hk2.internal.ServiceHandleImpl<T>
Type Parameters:
T - The type of service to create
All Implemented Interfaces:
Closeable, AutoCloseable, ServiceHandle<T>

public class ServiceHandleImpl<T> extends Object implements ServiceHandle<T>
This handle does the underlying work of getting the service. Only at the time that the getService call is made is the service gotten from the context. Once a service has been gotten, it is not looked up again.
Author:
jwells