com.sdm.quasar.client.core.data.impl
Class DefaultDataManagerSetupAdapter

java.lang.Object
  extended bycom.sdm.quasar.client.core.data.impl.DefaultDataManagerSetupAdapter
All Implemented Interfaces:
DataManagerSetup

public class DefaultDataManagerSetupAdapter
extends java.lang.Object
implements DataManagerSetup

Default implementation for the DataManagerSetup that delegates to a DataCore.

Version:
1.0
Author:
Bernd Olleck, sd&m AG

Constructor Summary
DefaultDataManagerSetupAdapter(DefaultDataCore dataCore)
          Constructor
 
Method Summary
 void registerPlugIn(java.lang.Class plugInInterface, DataManagerPlugIn plugIn)
          Requires plug ins to be of class AbstractDataManagerPlugIn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataManagerSetupAdapter

public DefaultDataManagerSetupAdapter(DefaultDataCore dataCore)
Constructor

Parameters:
dataCore - the data core to delegate to
Method Detail

registerPlugIn

public void registerPlugIn(java.lang.Class plugInInterface,
                           DataManagerPlugIn plugIn)
Requires plug ins to be of class AbstractDataManagerPlugIn.

Specified by:
registerPlugIn in interface DataManagerSetup
Parameters:
plugInInterface - the interface defining the features of the plug in, must extend DataManagerPlugIn.
plugIn - the implementation of the plug in, must implement the given interface
See Also:
DataManagerSetup.registerPlugIn(Class, DataManagerPlugIn)