- Enclosing interface:
- Meter
public static class Meter.Scope
extends Object 
Constants for the pre-defined scopes.
- 
Field SummaryFields 
All the predefined scopes. 
 
Default scope if none is specified for a given meter. 
 
 
- 
Method Summary
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
APPLICATIONpublic static final String APPLICATION Application scope. 
- See Also:
- 
 
- 
BASEpublic static final String BASE Base scope. 
- See Also:
- 
 
- 
VENDORpublic static final String VENDOR Vendor scope. 
- See Also:
- 
 
- 
BUILT_IN_SCOPESpublic static final Set<String> BUILT_IN_SCOPES All the predefined scopes. 
- 
DEFAULTpublic static final String DEFAULT Default scope if none is specified for a given meter. 
- See Also:
-