Package | Description |
---|---|
org.teiid | |
org.teiid.adminapi | |
org.teiid.adminapi.impl | |
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 are currently deployed in the system
|
Collection<? extends VDB> |
Admin.getVDBs(boolean singleInstance)
Get the VDBs that are currently deployed in the system
|
Modifier and Type | Class and Description |
---|---|
class |
VDBMetaData |
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 © 2020. All rights reserved.