anthill.storage
Interface Storage
- All Superinterfaces:
- Clearable
- All Known Subinterfaces:
- GenericStorage, QueryStorage
- public interface Storage
- extends Clearable
Storage
is an empty interface which is used a marker
for storage objects, which may be requested and obtained by ants
when visiting nest. Storage objects store informations on nests
on behalf of ants. Storage objects may enforce policies to limit
the amount of information stored in a nest.
- Version:
- $Revision$
- Author:
- Alberto Montresor
Field Summary |
static java.lang.String |
DOC_STORAGE
Name used to identify the standard storage for documents |
static java.lang.String |
PHR_STORAGE
Name used to identify the standard storage for documents |
static java.lang.String |
URL_STORAGE
Name used to identify the standard storage for urls |
URL_STORAGE
public static final java.lang.String URL_STORAGE
- Name used to identify the standard storage for urls
DOC_STORAGE
public static final java.lang.String DOC_STORAGE
- Name used to identify the standard storage for documents
PHR_STORAGE
public static final java.lang.String PHR_STORAGE
- Name used to identify the standard storage for documents