com.ibm.etools.iseries.core
Class ISeriesSystemDataStore.AS400MinerClassLoader
java.lang.Object
com.ibm.etools.systems.dstore.core.util.ExternalLoader
com.ibm.etools.iseries.core.ISeriesSystemDataStore.AS400MinerClassLoader
- Enclosing class:
- ISeriesSystemDataStore
- public class ISeriesSystemDataStore.AS400MinerClassLoader
- extends com.ibm.etools.systems.dstore.core.util.ExternalLoader
AS400MinerClassLoader is used to load DataStore Miners when connected
locally. Since the actual loading of Miners is performed by classes
in the com.ibm.dstore.core plugin, we provide an instance of AS400MinerClassLoader
to this plugin to locate the Miners. This forces the loading to use the
classpath for this plugin (com.ibm.etools.iseries.core) instead of the classpath
for the com.ibm.dstore.core plugin.
Fields inherited from class com.ibm.etools.systems.dstore.core.util.ExternalLoader |
Copyright |
Methods inherited from class com.ibm.etools.systems.dstore.core.util.ExternalLoader |
canLoad, loadClass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISeriesSystemDataStore.AS400MinerClassLoader
public ISeriesSystemDataStore.AS400MinerClassLoader(ClassLoader loader)
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.