Uses of Class
anthill.storage.StorageNotFoundException

Packages that use StorageNotFoundException
anthill This package contains the main interfaces needed by ant implementors; in particular, it contains the Ant interface, which is the agent interface to be implemented. 
anthill.nest This package contains the main interfaces needed by nest implementors. 
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
 

Uses of StorageNotFoundException in anthill
 

Methods in anthill that throw StorageNotFoundException
 Storage AntView.getStorage(java.lang.String name)
          Return a storage object identified by the given name.
 Resource[] AntView.getResources(java.lang.Object request)
          Performs the specified request on the local resource storage and returns the resources satisfying the request.
 Resource AntView.getResource(java.lang.Object key)
          Performs the specified request on the local resource storage and returns the resources satisfying the request.
 void AntView.addResource(Resource resource)
          Add a resource to the nest.
 

Uses of StorageNotFoundException in anthill.nest
 

Methods in anthill.nest that throw StorageNotFoundException
 Storage Nest.getStorage(java.lang.String name)
          Obtains a storage reference from the nest.
 

Uses of StorageNotFoundException in anthill.nestor
 

Methods in anthill.nestor that throw StorageNotFoundException
 Storage LocalAntView.getStorage(java.lang.String name)
          Return a storage object identified by the given name.
 Resource[] LocalAntView.getResources(java.lang.Object request)
          Performs the specified request on the local resource storage and returns the resources satisfying the request.
 Resource LocalAntView.getResource(java.lang.Object key)
          Performs the specified request on the local resource storage and returns the resources satisfying the request.
 void LocalAntView.addResource(Resource resource)
          Add a resource to the nest.
 Storage LocalNest.getStorage(java.lang.String name)
          Return a storage object identified by the given name.