Uses of Interface
org.teiid.adminapi.Model

Packages that use Model
org.teiid.adminapi   
org.teiid.adminapi.impl   
 

Uses of Model in org.teiid.adminapi
 

Methods in org.teiid.adminapi that return types with arguments of type Model
 java.util.List<Model> VDB.getModels()
           
 

Uses of Model in org.teiid.adminapi.impl
 

Classes in org.teiid.adminapi.impl that implement Model
 class ModelMetaData
           
 

Methods in org.teiid.adminapi.impl that return types with arguments of type Model
 java.util.List<Model> VDBMetaData.getModels()
           
 

Method parameters in org.teiid.adminapi.impl with type arguments of type Model
 void VDBMetaData.setModels(java.util.List<Model> models)
          This method required to make the JNDI assignment on the model work; if not persistent Management framework treating "models" as ReadOnly property.
 



Copyright © 2010. All Rights Reserved.