Version: 1.1.1

org.biomoby.registry.sync.handler
Class DataTypeHandler

java.lang.Object
  extended by org.biomoby.registry.sync.handler.AbstractMobyHandler<MobyDataType>
      extended by org.biomoby.registry.sync.handler.DataTypeHandler
All Implemented Interfaces:
MobyHandler<MobyDataType>

public class DataTypeHandler
extends AbstractMobyHandler<MobyDataType>

Class to synchronize the datatypes in the biomoby centrals.

Author:
groscurt

Constructor Summary
DataTypeHandler(String authority)
           
 
Method Summary
 boolean register(MobyDataType dataType)
          Register a new object to the local moby central.
 boolean unregister(MobyDataType dataType)
          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

DataTypeHandler

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

register

public boolean register(MobyDataType dataType)
Description copied from interface: MobyHandler
Register a new object to the local moby central.

Parameters:
dataType - the object to register
Returns:
whether the registration was successfull

unregister

public boolean unregister(MobyDataType dataType)
Description copied from interface: MobyHandler
Unregister an existing object from the local moby central.

Parameters:
dataType - 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