com.hardcode.gdbms.engine.data.object
Class ObjectDataSourceSupport

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.object.ObjectDataSourceSupport

public class ObjectDataSourceSupport
extends java.lang.Object


Constructor Summary
ObjectDataSourceSupport(ObjectDriver driver)
           
 
Method Summary
 Metadata getOriginalMetadata()
           
 void saveData(DataSource ds)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDataSourceSupport

public ObjectDataSourceSupport(ObjectDriver driver)
Method Detail

start

public void start()
           throws DriverException
Throws:
DriverException

stop

public void stop()
          throws DriverException,
                 AlreadyClosedException
Throws:
DriverException
AlreadyClosedException

saveData

public void saveData(DataSource ds)
              throws DriverException
Throws:
DriverException

getOriginalMetadata

public Metadata getOriginalMetadata()
                             throws DriverException
Throws:
DriverException


Copyright © 2005-2006 . All Rights Reserved.