com.metamatrix.connector.metadata
Class IndexFile

java.lang.Object
  extended by com.metamatrix.connector.metadata.IndexFile
All Implemented Interfaces:
com.metamatrix.connector.metadata.internal.IObjectSource

public class IndexFile
extends java.lang.Object
implements com.metamatrix.connector.metadata.internal.IObjectSource

Adapter to present metadata from a VDB file as an IObjectSource.


Constructor Summary
IndexFile(IndexSelector indexSelector, java.lang.String vdbName, java.lang.String vdbVersion, VDBService vdbService)
          Constructor IndexFile
 
Method Summary
 java.util.Collection getObjects(java.lang.String tableName, java.util.Map criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexFile

public IndexFile(IndexSelector indexSelector,
                 java.lang.String vdbName,
                 java.lang.String vdbVersion,
                 VDBService vdbService)
Constructor IndexFile

Parameters:
indexSelector - Selector pointing to vdbs with index files
vdbName - The name of the vdb the user logged on with
vdbVersion - The version of the vdb the user logged on with
vdbService - The service object used to lookup additional info about vdb like visibility may be null, will assume default settings if null.
Since:
4.3
Method Detail

getObjects

public java.util.Collection getObjects(java.lang.String tableName,
                                       java.util.Map criteria)
Specified by:
getObjects in interface com.metamatrix.connector.metadata.internal.IObjectSource
Since:
4.3
See Also:
IObjectSource.getObjects(java.lang.String, java.util.Map)


Copyright © 2009. All Rights Reserved.