Uses of Interface
org.teiid.adminapi.VDB
-
Packages that use VDB Package Description org.teiid org.teiid.adminapi org.teiid.adminapi.impl org.teiid.adminapi.jboss org.teiid.events org.teiid.runtime org.teiid.services -
-
Uses of VDB in org.teiid
Methods in org.teiid that return VDB Modifier and Type Method Description VDBCommandContext. getVdb()Get the current vdb -
Uses of VDB in org.teiid.adminapi
Methods in org.teiid.adminapi that return VDB Modifier and Type Method Description VDBAdmin. getVDB(String vdbName, int vdbVersion)Deprecated.VDBAdmin. getVDB(String vdbName, String vdbVersion)Get the VDBMethods in org.teiid.adminapi that return types with arguments of type VDB Modifier and Type Method Description Collection<? extends VDB>Admin. getVDBs()Get the VDBs that are currently deployed in the systemCollection<? extends VDB>Admin. getVDBs(boolean singleInstance)Get the VDBs that are currently deployed in the system -
Uses of VDB in org.teiid.adminapi.impl
Classes in org.teiid.adminapi.impl that implement VDB Modifier and Type Class Description classVDBMetaData -
Uses of VDB in org.teiid.adminapi.jboss
Methods in org.teiid.adminapi.jboss that return VDB Modifier and Type Method Description VDBAdminFactory.AdminImpl. getVDB(String vdbName, int vdbVersion)VDBAdminFactory.AdminImpl. getVDB(String vdbName, String vdbVersion)Methods in org.teiid.adminapi.jboss that return types with arguments of type VDB Modifier and Type Method Description List<? extends VDB>AdminFactory.AdminImpl. getVDBs()List<? extends VDB>AdminFactory.AdminImpl. getVDBs(boolean singleInstance) -
Uses of VDB in org.teiid.events
Methods in org.teiid.events with parameters of type VDB Modifier and Type Method Description voidEventListener. vdbLoaded(VDB vdb)VDB and all its metadata has been loaded and in ACTIVE state.voidEventListener. vdbLoadFailed(VDB vdb)VDB failed to load and in FAILED state; Note this can be called multiple times for given VDB -
Uses of VDB in org.teiid.runtime
Methods in org.teiid.runtime that return VDB Modifier and Type Method Description VDBEmbeddedAdminImpl. getVDB(String vdbName, int vdbVersion)VDBEmbeddedAdminImpl. getVDB(String vdbName, String vdbVersion)Methods in org.teiid.runtime that return types with arguments of type VDB Modifier and Type Method Description Collection<? extends VDB>EmbeddedAdminImpl. getVDBs()Collection<? extends VDB>EmbeddedAdminImpl. getVDBs(boolean singleInstance) -
Uses of VDB in org.teiid.services
Methods in org.teiid.services with parameters of type VDB Modifier and Type Method Description StringSessionServiceImpl. getSecurityDomain(String vdbName, String version, VDB vdb)
-