public interface EventListener
EventDistributor that will notify
the events occurring in the Teiid engine| Modifier and Type | Method and Description |
|---|---|
void |
vdbDeployed(String vdbName,
String vdbVersion)
Invoked when VDB is deployed
|
void |
vdbLoaded(VDB vdb)
VDB and all its metadata has been loaded and in ACTIVE state.
|
void |
vdbLoadFailed(VDB vdb)
VDB failed to load and in FAILED state; Note this can be called multiple times for given VDB
|
void |
vdbUndeployed(String vdbName,
String vdbVersion)
Invoked when VDB undeployed
|
void vdbDeployed(String vdbName, String vdbVersion)
vdbName - vdbVersion - void vdbUndeployed(String vdbName, String vdbVersion)
vdbName - vdbVersion - void vdbLoaded(VDB vdb)
vdb - void vdbLoadFailed(VDB vdb)
vdb - Copyright © 2016 JBoss by Red Hat. All rights reserved.