org.biomoby.registry.sync.handler
Class NamespaceHandler
java.lang.Object
org.biomoby.registry.sync.handler.AbstractMobyHandler<MobyNamespace>
org.biomoby.registry.sync.handler.NamespaceHandler
- All Implemented Interfaces:
- MobyHandler<MobyNamespace>
public class NamespaceHandler
- extends AbstractMobyHandler<MobyNamespace>
Class to synchronize the namespaces in the biomoby centrals.
- Author:
- groscurt
NamespaceHandler
public NamespaceHandler(String authority)
throws MobyException
- Throws:
MobyException
register
public boolean register(MobyNamespace namespace)
- Description copied from interface:
MobyHandler
- Register a new object to the local moby central.
- Parameters:
namespace
- the object to register
- Returns:
- whether the registration was successfull
unregister
public boolean unregister(MobyNamespace namespace)
- Description copied from interface:
MobyHandler
- Unregister an existing object from the local moby central.
- Parameters:
namespace
- the object which shall be unregistered
- Returns:
- whether the unregistration was successfull
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010