Uses of Class
com.metamatrix.common.extensionmodule.exception.ExtensionModuleOrderingException

Packages that use ExtensionModuleOrderingException
com.metamatrix.common.extensionmodule   
com.metamatrix.common.extensionmodule.spi   
com.metamatrix.common.extensionmodule.spi.jdbc   
com.metamatrix.console.models   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
 

Uses of ExtensionModuleOrderingException in com.metamatrix.common.extensionmodule
 

Methods in com.metamatrix.common.extensionmodule that throw ExtensionModuleOrderingException
 java.util.List ExtensionModuleManager.setSearchOrder(java.lang.String principalName, java.util.List sourceNames)
          Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 

Uses of ExtensionModuleOrderingException in com.metamatrix.common.extensionmodule.spi
 

Methods in com.metamatrix.common.extensionmodule.spi that throw ExtensionModuleOrderingException
 void ExtensionModuleTransaction.setSearchOrder(java.lang.String principalName, java.util.List sourceNames)
          Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 

Uses of ExtensionModuleOrderingException in com.metamatrix.common.extensionmodule.spi.jdbc
 

Methods in com.metamatrix.common.extensionmodule.spi.jdbc that throw ExtensionModuleOrderingException
 void JDBCExtensionModuleTransaction.setSearchOrder(java.lang.String principalName, java.util.List sourceNames)
          Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
static void JDBCExtensionModuleWriter.setSearchOrder(java.lang.String principalName, java.util.List sourceNames, java.sql.Connection jdbcConnection)
          Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 

Uses of ExtensionModuleOrderingException in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that throw ExtensionModuleOrderingException
 void ExtensionSourceManager.reorderModules(java.util.List modules)
           
 

Uses of ExtensionModuleOrderingException in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that throw ExtensionModuleOrderingException
 java.util.List ExtensionSourceAdminAPI.setSearchOrder(java.util.List sourceNames)
          Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 

Uses of ExtensionModuleOrderingException in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that throw ExtensionModuleOrderingException
 java.util.List ExtensionSourceAdminAPIImpl.setSearchOrder(java.util.List sourceNames)
          Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 



Copyright © 2009. All Rights Reserved.