Package org.teiid.spring.autoconfigure
Class TeiidInitializedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.teiid.spring.autoconfigure.TeiidInitializedEvent
-
- All Implemented Interfaces:
Serializable
public class TeiidInitializedEvent extends org.springframework.context.ApplicationEvent
ApplicationEvent
used internally to triggerTeiidServer
initialization. During the initialization teiid.ddl file is loaded if available on the classpath- See Also:
TeiidInitializer
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description TeiidInitializedEvent(TeiidServer source)
Create a newTeiidInitializedEvent
.
-
-
-
Constructor Detail
-
TeiidInitializedEvent
public TeiidInitializedEvent(TeiidServer source)
Create a newTeiidInitializedEvent
.- Parameters:
source
- the sourceTeiidServer
.
-
-