iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core
Class ISeriesSystemDataStore.AS400MinerClassLoader

java.lang.Object
  extended bycom.ibm.etools.systems.dstore.core.util.ExternalLoader
      extended bycom.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.


Field Summary
 
Fields inherited from class com.ibm.etools.systems.dstore.core.util.ExternalLoader
Copyright
 
Constructor Summary
ISeriesSystemDataStore.AS400MinerClassLoader(ClassLoader loader)
           
 
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
 

Constructor Detail

ISeriesSystemDataStore.AS400MinerClassLoader

public ISeriesSystemDataStore.AS400MinerClassLoader(ClassLoader loader)

iSeries Remote Systems
v6.0.0

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.