org.teiid.deployers
Class VDBStatusChecker
java.lang.Object
org.teiid.deployers.VDBStatusChecker
public class VDBStatusChecker
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VDBStatusChecker
public VDBStatusChecker()
translatorAdded
public void translatorAdded(String translatorName)
translatorRemoved
public void translatorRemoved(String translatorName)
dataSourceAdded
public void dataSourceAdded(String dataSourceName)
dataSourceRemoved
public void dataSourceRemoved(String dataSourceName)
dataSourceReplaced
public void dataSourceReplaced(String vdbName,
int vdbVersion,
String modelName,
String sourceName,
String translatorName,
String dsName)
throws AdminException
- Throws:
AdminException
setVDBRepository
public void setVDBRepository(VDBRepository repo)
resourceAdded
public void resourceAdded(String resourceName,
boolean translator)
resourceremoved
public void resourceremoved(String resourceName,
boolean translator)
setThreadPool
public void setThreadPool(org.jboss.util.threadpool.ThreadPool threadPool)
setTranslatorRepository
public void setTranslatorRepository(TranslatorRepository repo)
Copyright © 2012. All Rights Reserved.