Version: 1.1.1

Uses of Class
org.biomoby.client.CentralImpl

Packages that use CentralImpl
ca.ucalgary.seahawk.gui Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. 
ca.ucalgary.seahawk.services   
org.biomoby.client The components used for developing Moby clients. 
 

Uses of CentralImpl in ca.ucalgary.seahawk.gui
 

Methods in ca.ucalgary.seahawk.gui that return CentralImpl
 CentralImpl MobyContentGUI.getMobyCentralImpl()
           
 CentralImpl MobyServicesGUI.getMobyCentralImpl()
           
 

Uses of CentralImpl in ca.ucalgary.seahawk.services
 

Methods in ca.ucalgary.seahawk.services that return CentralImpl
 CentralImpl MobyClient.getMobyCentralImpl()
           
 

Uses of CentralImpl in org.biomoby.client
 

Subclasses of CentralImpl in org.biomoby.client
 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.
 

Methods in org.biomoby.client that return CentralImpl
static CentralImpl CentralImpl.getDefaultCentral()
          Using this method to get a Central object will ensure that other parts of the org.biomoby.shared class hierarchy that implicitly check the registry will use the same cache.
static CentralImpl CentralImpl.getDefaultCentral(Registry reg)
           
 


Version: 1.1.1

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