public final class ExecutionConfigurationEvent extends Object
ExecutionConfigurationEvent
class is the event that is broadcast from the instance manager
when a teiid instance or connector is added, removed, or changed, or when a teiid instance is refreshed.Modifier and Type | Class and Description |
---|---|
static class |
ExecutionConfigurationEvent.EventType |
static class |
ExecutionConfigurationEvent.TargetType |
Modifier and Type | Method and Description |
---|---|
static ExecutionConfigurationEvent |
createAddDataSourceEvent(TeiidDataSource dataSource) |
static ExecutionConfigurationEvent |
createDeployVDBEvent(String vdbName) |
static ExecutionConfigurationEvent |
createRemoveDataSourceEvent(TeiidDataSource dataSource) |
static ExecutionConfigurationEvent |
createUnDeployVDBEvent(String vdbName) |
static ExecutionConfigurationEvent |
createUpdateDataSourceEvent(TeiidDataSource dataSource) |
TeiidDataSource |
getDataSource() |
ExecutionConfigurationEvent.EventType |
getEventType() |
ExecutionConfigurationEvent.TargetType |
getTargetType() |
TeiidTranslator |
getTranslator() |
public static ExecutionConfigurationEvent createAddDataSourceEvent(TeiidDataSource dataSource)
public static ExecutionConfigurationEvent createDeployVDBEvent(String vdbName)
public static ExecutionConfigurationEvent createRemoveDataSourceEvent(TeiidDataSource dataSource)
public static ExecutionConfigurationEvent createUnDeployVDBEvent(String vdbName)
public static ExecutionConfigurationEvent createUpdateDataSourceEvent(TeiidDataSource dataSource)
public TeiidDataSource getDataSource()
IllegalStateException
- if method is called for a teiid instance eventpublic ExecutionConfigurationEvent.EventType getEventType()
null
)public ExecutionConfigurationEvent.TargetType getTargetType()
null
)public TeiidTranslator getTranslator()
IllegalStateException
- if method is called for a teiid instance eventCopyright © 2013–2019. All rights reserved.