org.biomoby.registry.sync.handler
Class ServiceTypeHandler
java.lang.Object
org.biomoby.registry.sync.handler.AbstractMobyHandler<MobyServiceType>
org.biomoby.registry.sync.handler.ServiceTypeHandler
- All Implemented Interfaces:
- MobyHandler<MobyServiceType>
public class ServiceTypeHandler
- extends AbstractMobyHandler<MobyServiceType>
Class to synchronize the servicetypes in the biomoby centrals.
- Author:
- groscurt
ServiceTypeHandler
public ServiceTypeHandler(String authority)
throws MobyException
- Throws:
MobyException
register
public boolean register(MobyServiceType object)
- Description copied from interface:
MobyHandler
- Register a new object to the local moby central.
- Parameters:
object
- the object to register
- Returns:
- whether the registration was successfull
unregister
public boolean unregister(MobyServiceType object)
- Description copied from interface:
MobyHandler
- Unregister an existing object from the local moby central.
- Parameters:
object
- 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