com.metamatrix.metadata.runtime.vdb.defn
Class VDBDefnFactory

java.lang.Object
  extended by com.metamatrix.metadata.runtime.vdb.defn.VDBDefnFactory

public class VDBDefnFactory
extends java.lang.Object


Constructor Summary
VDBDefnFactory()
           
 
Method Summary
static VDBArchive createVDBArchive(java.lang.String vdbName, java.lang.String vdbVersion)
          This create is used when exporting a specific vdb and version from the database repository.
protected static java.util.Collection getModels(VirtualDatabaseID vdbID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VDBDefnFactory

public VDBDefnFactory()
Method Detail

createVDBArchive

public static VDBArchive createVDBArchive(java.lang.String vdbName,
                                          java.lang.String vdbVersion)
                                   throws java.lang.Exception
This create is used when exporting a specific vdb and version from the database repository.

Parameters:
vdbName -
vdbVersion -
Returns:
VDBDefn contains the vdb information to be exported
Throws:
java.lang.Exception

getModels

protected static java.util.Collection getModels(VirtualDatabaseID vdbID)
                                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.