Version: 1.1.1

org.biomoby.registry.sync
Interface MobySynchronize

All Known Implementing Classes:
AbstractMobySynchronize, MobySynchronizeImpl

public interface MobySynchronize

Basic interface to update a local Biomoby central.
Each method retrieves a list of mobydata from the centrals and start the update mechanism.

Author:
groscurt

Method Summary
 void updateDatatypes()
          Synchronize the dataypes between the local and master central
 void updateNamespaces()
          Synchronize the namespaces between the local and master central
 void updateServices()
          Synchronize the services between the local and master central
 void updateServiceTypes()
          Synchronize the servicetypes between the local and master central
 

Method Detail

updateNamespaces

void updateNamespaces()
                      throws MobyException
Synchronize the namespaces between the local and master central

Throws:
MobyException

updateDatatypes

void updateDatatypes()
                     throws MobyException
Synchronize the dataypes between the local and master central

Throws:
MobyException

updateServiceTypes

void updateServiceTypes()
                        throws MobyException
Synchronize the servicetypes between the local and master central

Throws:
MobyException

updateServices

void updateServices()
                    throws MobyException
Synchronize the services between the local and master central

Throws:
MobyException

Version: 1.1.1

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