Version: 1.1.1

Uses of Class
org.inb.biomoby.central.MobyCentral

Packages that use MobyCentral
org.inb.biomoby.central   
org.inb.biomoby.central.cache   
org.inb.biomoby.central.factory.jaxb   
org.inb.biomoby.central.factory.jaxb.registry   
org.inb.biomoby.central.gui   
org.inb.biomoby.central.gui.model   
org.inb.biomoby.central.model   
 

Uses of MobyCentral in org.inb.biomoby.central
 

Methods in org.inb.biomoby.central with parameters of type MobyCentral
 int MobyCentral.compareTo(MobyCentral central)
           
static MobyCentralOperations MobyCentralFactory.getCentralDigest(MobyCentral central)
          Factory method to obtain an implementation of MobyCentralOperations interface
 MobyCentralOperations MobyCentralService.getCentralDigest(MobyCentral central)
           
 

Uses of MobyCentral in org.inb.biomoby.central.cache
 

Methods in org.inb.biomoby.central.cache with parameters of type MobyCentral
<T extends AbstractEntity>
List<T>
CacheConfig.load(MobyCentral central, String file)
          Generic method to load BioMoby entities from a cache.
<T extends AbstractEntity>
void
CacheConfig.save(List<T> entities, MobyCentral central, String file)
          Generic method that saves any BioMoby entities ("Namespace", "Service", "ServiceType" and "ObjectType") to a cache file.
 

Uses of MobyCentral in org.inb.biomoby.central.factory.jaxb
 

Methods in org.inb.biomoby.central.factory.jaxb with parameters of type MobyCentral
 MobyCentralOperations MobyCentralServiceImpl.getCentralDigest(MobyCentral central)
           
 

Constructors in org.inb.biomoby.central.factory.jaxb with parameters of type MobyCentral
JAXBMobyCentralImpl(MobyCentral central)
           
MobyRegistryEndpoint(String serviceName, MobyCentral central)
           
 

Uses of MobyCentral in org.inb.biomoby.central.factory.jaxb.registry
 

Constructors in org.inb.biomoby.central.factory.jaxb.registry with parameters of type MobyCentral
DeregisterNamespaceOperation(MobyCentral central)
           
DeregisterObjectClassOperation(MobyCentral central)
           
DeregisterServiceTypeOperation(MobyCentral central)
           
FindServiceOperation(MobyCentral central)
           
RegisterNamespaceOperation(MobyCentral central)
           
RegisterObjectClassOperation(MobyCentral central)
           
RegisterServiceOperation(MobyCentral central)
           
RegisterServiceTypeOperation(MobyCentral central)
           
RelationshipsOperation(MobyCentral central)
           
RetrieveNamespacesOperation(MobyCentral central)
           
RetrieveObjectDefinitionOperation(MobyCentral central)
           
RetrieveObjectNamesOperation(MobyCentral central)
           
RetrieveObjectOperation(MobyCentral central)
           
RetrieveResourceURLsOperation(MobyCentral central)
           
RetrieveServiceNamesOperation(MobyCentral central)
           
RetrieveServiceOperation(MobyCentral central)
           
RetrieveServiceProvidersOperation(MobyCentral central)
           
RetrieveServiceTypesOperation(MobyCentral central)
           
 

Uses of MobyCentral in org.inb.biomoby.central.gui
 

Methods in org.inb.biomoby.central.gui with parameters of type MobyCentral
 void AbstractEntityTreePanel.modelObjectChanged(MobyCentral central1, MobyCentral central2)
           
 void AbstractEntityTreePanel.modelObjectInserted(MobyCentral central)
           
 void AbstractEntityTreePanel.modelObjectRemoved(MobyCentral central)
           
 

Uses of MobyCentral in org.inb.biomoby.central.gui.model
 

Methods in org.inb.biomoby.central.gui.model with parameters of type MobyCentral
 void RegistryComboBoxModel.modelObjectChanged(MobyCentral central1, MobyCentral central2)
           
 void RegistryComboBoxModel.modelObjectInserted(MobyCentral central)
           
 void RegistryComboBoxModel.modelObjectRemoved(MobyCentral central)
           
 

Uses of MobyCentral in org.inb.biomoby.central.model
 

Methods in org.inb.biomoby.central.model that return MobyCentral
 MobyCentral MobyCentralModel.getSelectedCentral()
          Method returns a currently active BioMoby Registry
 

Methods in org.inb.biomoby.central.model that return types with arguments of type MobyCentral
 List<MobyCentral> MobyCentralModel.getElements()
          Method returns all known (stored in "META-INF/MobyCentralList.xml") BioMoby Registries
 

Methods in org.inb.biomoby.central.model with parameters of type MobyCentral
 boolean MobyCentralModel.addElement(MobyCentral element)
          Method is not implemented
 void NamespacesModel.modelObjectChanged(MobyCentral mobyCentral1, MobyCentral mobyCentral2)
           
 void DatatypesModel.modelObjectChanged(MobyCentral mobyCentral1, MobyCentral mobyCentral2)
           
 void ServicesModel.modelObjectChanged(MobyCentral mobyCentral1, MobyCentral mobyCentral2)
           
 void NamespacesModel.modelObjectInserted(MobyCentral mobyCentral)
           
 void DatatypesModel.modelObjectInserted(MobyCentral mobyCentral)
           
 void ServicesModel.modelObjectInserted(MobyCentral mobyCentral)
           
 void NamespacesModel.modelObjectRemoved(MobyCentral mobyCentral)
           
 void DatatypesModel.modelObjectRemoved(MobyCentral mobyCentral)
           
 void ServicesModel.modelObjectRemoved(MobyCentral mobyCentral)
           
 boolean MobyCentralModel.removeElement(MobyCentral element)
          Method is not implemented
 void NamespacesModel.setCentral(MobyCentral central)
          Even the method declared public it is recommended to set BioMoby Registry globaly through a MobyCentralModel.
 void DatatypesModel.setCentral(MobyCentral central)
          Even the method declared public it is recommended to set BioMoby Registry globaly through a MobyCentralModel.
 void ServicesModel.setCentral(MobyCentral central)
          Even the method declared public it is recommended to set BioMoby Registry globaly through a MobyCentralModel.
 void MobyCentralModel.setSelectedCentral(MobyCentral selected)
          Method to setup a BioMoby Registry that entire application is working with.
 boolean MobyCentralModel.updateElement(MobyCentral element1, MobyCentral element2)
          Method not implemented
 


Version: 1.1.1

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