Uses of Interface
au.gov.tas.dpiwe.mr.util.Named

Packages that use Named
au.gov.tas.dpiwe.mr.bean.trail The au.gov.tas.dpiwe.bean.trail package contains the beans, support classes and interfaces needed to implement command history trails in the architecture. 
au.gov.tas.dpiwe.mr.server.daemon The au.gov.tas.dpiwe.server.daemon package contains the classes and interfaces for server daemons and their containers. 
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of Named in au.gov.tas.dpiwe.mr.bean.trail
 

Classes in au.gov.tas.dpiwe.mr.bean.trail that implement Named
 class HistoricCommandPool
          A system daemon which keeps a pool of beans for a historic command type.
 

Uses of Named in au.gov.tas.dpiwe.mr.server.daemon
 

Subinterfaces of Named in au.gov.tas.dpiwe.mr.server.daemon
 interface ServerDaemon
          A server daemon is a background worker hosted by the ServerContainer.
 

Classes in au.gov.tas.dpiwe.mr.server.daemon that implement Named
 class AbstractServerDaemon
          An abstract implementation of ServerDaemon which maintains a status indicator which can be read by an internal worker instance in order to determine it needs to stop processing.
 class CacheHistoDaemon
          The cache histogram daemon logs on the server console the current cache histogram every hour or so.
 class CacheStatDaemon
          The cache statistics daemon logs on the server console the current cache statistics every three minutes or so.
 class MemoryStatDaemon
          The memory statistics daemon logs on the server console the current cache statistics every nine minutes or so.
 

Uses of Named in au.gov.tas.dpiwe.mr.util
 

Classes in au.gov.tas.dpiwe.mr.util that implement Named
 class FieldDesc
          A FieldDesc is a description of a field member of a class, as might be used to specify a serialized representation.