org.apache.felix.ipojo.handler.temporal
Class ServiceUsage
java.lang.Object
java.lang.ThreadLocal
org.apache.felix.ipojo.handler.temporal.ServiceUsage
public class ServiceUsage
- extends ThreadLocal
Object managing thread local copy of required services.
- Author:
- Felix Project Team
Nested Class Summary |
static class |
ServiceUsage.Usage
Structure contained in the Thread Local. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceUsage
public ServiceUsage()
initialValue
public Object initialValue()
- Initialize the cached object.
- Overrides:
initialValue
in class ThreadLocal
- Returns:
- an empty Usage object.
- See Also:
ThreadLocal.initialValue()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.