Version: 1.1.1

Uses of Interface
org.biomoby.shared.Central

Packages that use Central
ca.ucalgary.seahawk.util   
de.mpg.mpiz_koeln.featureClient   
org.biomoby.client The components used for developing Moby clients. 
org.biomoby.registry.rdfagent.verifier   
org.biomoby.service It contains general components that can be used by those writing code for Moby services. 
org.biomoby.service.test   
org.biomoby.shared It contains components that are used from more than one (other) packages. 
 

Uses of Central in ca.ucalgary.seahawk.util
 

Constructors in ca.ucalgary.seahawk.util with parameters of type Central
DataFlowRecorder(Central mobyCtr)
           
 

Uses of Central in de.mpg.mpiz_koeln.featureClient
 

Constructors in de.mpg.mpiz_koeln.featureClient with parameters of type Central
FeatureClient(Central central)
          Creates a new FeatureClient instance with the given moby central and the default timeout of 20s.
FeatureClient(Central central, long timeout)
          Creates a new FeatureClient instance with the given moby central and a given timeout.
 

Uses of Central in org.biomoby.client
 

Classes in org.biomoby.client that implement Central
 class CentralCachedCallsImpl
          Implements the functionality of caching by reusing identical calls to MOBY central (e.g. asking multiple times what services take a DNA sequence in the gi namespace).
 class CentralDigestCachedImpl
          An implementation of CentralAll, allowing to cache locally results of the cumulative methods so it does not need to access Moby registry all the time.
 class CentralDigestCachedSimpleImpl
          An implementation of CentralAll, allowing to cache locally results of the cumulative methods so it does not need to access Moby registry all the time.
 class CentralDigestImpl
          A default implementation of CentralDigest to get (also) cumulated data from a Moby registry.
 class CentralImpl
          A default implementation of the interface Central allowing access to a Moby registry.
 

Methods in org.biomoby.client that return Central
 Central MobyRequest.getCentralImpl()
           
 

Constructors in org.biomoby.client with parameters of type Central
MobyRequest(Central central)
          Default constructor.
 

Uses of Central in org.biomoby.registry.rdfagent.verifier
 

Methods in org.biomoby.registry.rdfagent.verifier with parameters of type Central
 void Processor.processRegistryServices(Map serviceMap, Central central)
           
 int Processor.processServicesFromURL(String url, Central central)
           
 

Uses of Central in org.biomoby.service
 

Methods in org.biomoby.service that return Central
 Central MobyServlet.getCentralImpl()
          Returns the Moby Central server that the service is associated with, based on the web.xml and the servlet annotation.
 

Uses of Central in org.biomoby.service.test
 

Methods in org.biomoby.service.test with parameters of type Central
static void ServletTester.registerService(MobyService service, Central central)
           
static void ServletTester.unregisterService(MobyService service, Central central)
           
 

Uses of Central in org.biomoby.shared
 

Subinterfaces of Central in org.biomoby.shared
 interface CentralAll
          A common interface to the classical features of a MobyRegistry (as expressed in Central) and to the cumulated (digested) contents of the Moby Registry (as expressed in CentralDigest).
 interface CentralCached
          A convenient interface combining together all methods for accessing the BioMoby registry and the handling its local cache.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010