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 VDB
CommandContext. 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 VDB
Admin. getVDB(String vdbName, int vdbVersion)
Deprecated.VDB
Admin. 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 class
VDBMetaData
-
Uses of VDB in org.teiid.adminapi.jboss
Methods in org.teiid.adminapi.jboss that return VDB Modifier and Type Method Description VDB
AdminFactory.AdminImpl. getVDB(String vdbName, int vdbVersion)
VDB
AdminFactory.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 void
EventListener. vdbLoaded(VDB vdb)
VDB and all its metadata has been loaded and in ACTIVE state.void
EventListener. 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 VDB
EmbeddedAdminImpl. getVDB(String vdbName, int vdbVersion)
VDB
EmbeddedAdminImpl. 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 String
SessionServiceImpl. getSecurityDomain(String vdbName, String version, VDB vdb)
-