Uses of Package
net.jcip.annotations

Packages that use net.jcip.annotations
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.filesystem Implementations for thredds.inventory.MCollection ControllerOS - just a front for using OS file system services. 
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
ucar.grib.grib1   
ucar.grib.grib2   
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dods OpenDAP-netCDF library. 
ucar.nc2.ft.fmrc   
ucar.nc2.iosp.bufr.tables   
ucar.nc2.util Miscellaneous utility classes. 
ucar.nc2.util.cache Cache open NetcdfFile objects in memory. 
ucar.unidata.io Input/Output utilities. 
 

Classes in net.jcip.annotations used by thredds.catalog
GuardedBy
          The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by thredds.filesystem
Immutable
          The class to which this annotation is applied is immutable.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by thredds.inventory
Immutable
          The class to which this annotation is applied is immutable.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by ucar.grib.grib1
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in net.jcip.annotations used by ucar.grib.grib2
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in net.jcip.annotations used by ucar.ma2
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in net.jcip.annotations used by ucar.nc2
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in net.jcip.annotations used by ucar.nc2.dataset
Immutable
          The class to which this annotation is applied is immutable.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by ucar.nc2.dods
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in net.jcip.annotations used by ucar.nc2.ft.fmrc
Immutable
          The class to which this annotation is applied is immutable.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by ucar.nc2.iosp.bufr.tables
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in net.jcip.annotations used by ucar.nc2.util
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by ucar.nc2.util.cache
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in net.jcip.annotations used by ucar.unidata.io
Immutable
          The class to which this annotation is applied is immutable.
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.