public class ServiceUsage extends java.lang.ThreadLocal<ServiceUsage.Usage>
Modifier and Type | Class and Description |
---|---|
static class |
ServiceUsage.Usage
Structure contained in the Thread Local.
|
Constructor and Description |
---|
ServiceUsage() |
Modifier and Type | Method and Description |
---|---|
ServiceUsage.Usage |
initialValue()
Initialize the cached object.
|
public ServiceUsage.Usage initialValue()
initialValue
in class java.lang.ThreadLocal<ServiceUsage.Usage>
ThreadLocal.initialValue()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.