| 
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Registries
An interface defining properties (such as endpoints) of all known BioMoby registries.
Its implementation can be used in order to easily select a registry from a list of known registries.
| Field Summary | |
|---|---|
static String | 
DEFAULT_REGISTRY_SYNONYM
A synonym (abbreviation) used for a default BioMoby registry.  | 
| Method Summary | |
|---|---|
 Registry | 
get(String synonym)
Return an object with properties of a given BioMoby registry.  | 
 Registry[] | 
getAll()
Return properties of all known BioMoby registries.  | 
 String[] | 
list()
Return a list of synonyms (abbreviations) of all known BioMoby registries.  | 
| Field Detail | 
|---|
static final String DEFAULT_REGISTRY_SYNONYM
list, 
Constant Field Values| Method Detail | 
|---|
String[] list()
default synonym that represents a
 default BioMoby registry. 
 The returned synonyms can be used in the get
 method. 
Registry get(String synonym)
             throws MobyException
synonym - is the name (abbreviation) of a BioMoby registry
 whose properties shall be returned; it can be null - in which
 case properties of a default BioMoby registry are returned
MobyException - if the given 'synonym' does not represent
 any known registryRegistry[] getAll()
  | 
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||