Uses of Package
anthill.storage

Packages that use anthill.storage
anthill.storage   
anthill.storage.impl   
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
ants.messor This package ants.contains an experimental ant implementing a grid-like computing service.  
jxtaimpl   
jxtaimpl.storage   
 

Classes in anthill.storage used by anthill.storage
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
 

Classes in anthill.storage used by anthill.storage.impl
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
QueryController
           
QueryStorage
          Implementation of an LRU based query storage.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
Trail
          This interface represents a container for associations (ant identifier, previous nest identifier) stored in nests.
 

Classes in anthill.storage used by ants.freeant
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
QueryStorage
          Implementation of an LRU based query storage.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
 

Classes in anthill.storage used by ants.messor
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
 

Classes in anthill.storage used by jxtaimpl
CapacityException
          Base class for the exceptions thrown by Capacity.
StorageNotFoundException
          StorageNotFoundException is FIXME ALB Should be a checked exception?
Trail
          This interface represents a container for associations (ant identifier, previous nest identifier) stored in nests.
 

Classes in anthill.storage used by jxtaimpl.storage
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
QueryStorage
          Implementation of an LRU based query storage.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.