Uses of Interface
org.teiid.deployers.VDBLifeCycleListener
-
Packages that use VDBLifeCycleListener Package Description org.teiid.deployers org.teiid.runtime org.teiid.transport -
-
Uses of VDBLifeCycleListener in org.teiid.deployers
Methods in org.teiid.deployers with parameters of type VDBLifeCycleListener Modifier and Type Method Description void
VDBRepository. addListener(VDBLifeCycleListener listener)
void
VDBRepository. removeListener(VDBLifeCycleListener listener)
-
Uses of VDBLifeCycleListener in org.teiid.runtime
Classes in org.teiid.runtime that implement VDBLifeCycleListener Modifier and Type Class Description class
MaterializationManager
-
Uses of VDBLifeCycleListener in org.teiid.transport
Methods in org.teiid.transport with parameters of type VDBLifeCycleListener Modifier and Type Method Description void
LocalServerConnection. addListener(VDBLifeCycleListener listener)
void
LocalServerConnection. removeListener(VDBLifeCycleListener listener)
-