Version: 1.1.1

org.biomoby.registry.sync.handler
Class ServiceTypeHandler

java.lang.Object
  extended by org.biomoby.registry.sync.handler.AbstractMobyHandler<MobyServiceType>
      extended by 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

Constructor Summary
ServiceTypeHandler(String authority)
           
 
Method Summary
 boolean register(MobyServiceType object)
          Register a new object to the local moby central.
 boolean unregister(MobyServiceType object)
          Unregister an existing object from the local moby central.
 
Methods inherited from class org.biomoby.registry.sync.handler.AbstractMobyHandler
change, hasChanged, synchronizeCentrals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceTypeHandler

public ServiceTypeHandler(String authority)
                   throws MobyException
Throws:
MobyException
Method Detail

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

Version: 1.1.1

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