Version: 1.1.1

org.biomoby.registry.sync
Class MobySynchronizeImpl

java.lang.Object
  extended by org.biomoby.registry.sync.AbstractMobySynchronize
      extended by org.biomoby.registry.sync.MobySynchronizeImpl
All Implemented Interfaces:
MobySynchronize

public class MobySynchronizeImpl
extends AbstractMobySynchronize

Class to control the synchronization of the two moby centrals.

Author:
groscurt

Constructor Summary
MobySynchronizeImpl()
           
 
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
 
Methods inherited from class org.biomoby.registry.sync.AbstractMobySynchronize
updateRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobySynchronizeImpl

public MobySynchronizeImpl()
                    throws MobyException
Throws:
MobyException
Method Detail

updateNamespaces

public void updateNamespaces()
                      throws MobyException
Description copied from interface: MobySynchronize
Synchronize the namespaces between the local and master central

Throws:
MobyException
See Also:
MobySynchronize.updateNamespaces()

updateDatatypes

public void updateDatatypes()
                     throws MobyException
Description copied from interface: MobySynchronize
Synchronize the dataypes between the local and master central

Throws:
MobyException

updateServiceTypes

public void updateServiceTypes()
                        throws MobyException
Description copied from interface: MobySynchronize
Synchronize the servicetypes between the local and master central

Throws:
MobyException

updateServices

public void updateServices()
                    throws MobyException
Description copied from interface: MobySynchronize
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