| Package | Description |
|---|---|
| org.teiid | |
| org.teiid.adminapi | |
| org.teiid.adminapi.impl | |
| org.teiid.adminapi.jboss | |
| org.teiid.adminshell | |
| org.teiid.events |
| Modifier and Type | Method and Description |
|---|---|
VDB |
CommandContext.getVdb()
Get the current vdb
|
| Modifier and Type | Method and Description |
|---|---|
VDB |
Admin.getVDB(String vdbName,
int vdbVersion)
Deprecated.
|
VDB |
Admin.getVDB(String vdbName,
String vdbVersion)
Get the VDB
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends VDB> |
Admin.getVDBs()
Get the VDBs that currently deployed in the system
|
| Modifier and Type | Class and Description |
|---|---|
class |
VDBMetaData |
| Modifier and Type | Method and Description |
|---|---|
VDB |
AdminFactory.AdminImpl.getVDB(String vdbName,
int vdbVersion) |
VDB |
AdminFactory.AdminImpl.getVDB(String vdbName,
String vdbVersion) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends VDB> |
AdminFactory.AdminImpl.getVDBs() |
| Modifier and Type | Method and Description |
|---|---|
static VDB |
AdminShell.getVDB(String vdbName,
Object vdbVersion) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends VDB> |
AdminShell.getVDBs() |
| Modifier and Type | Method and 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
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.