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 voidVDBRepository. addListener(VDBLifeCycleListener listener)voidVDBRepository. removeListener(VDBLifeCycleListener listener) -
Uses of VDBLifeCycleListener in org.teiid.runtime
Classes in org.teiid.runtime that implement VDBLifeCycleListener Modifier and Type Class Description classMaterializationManager -
Uses of VDBLifeCycleListener in org.teiid.transport
Methods in org.teiid.transport with parameters of type VDBLifeCycleListener Modifier and Type Method Description voidLocalServerConnection. addListener(VDBLifeCycleListener listener)voidLocalServerConnection. removeListener(VDBLifeCycleListener listener)
-