com.ibm.mq
Class MQExitClassLoader

java.lang.Object
  |
  +--java.lang.ClassLoader
        |
        +--com.ibm.mq.MQExitClassLoader

public class MQExitClassLoader
extends java.lang.ClassLoader


Constructor Summary
MQExitClassLoader(java.lang.String rootDir)
          Creates a simple classloader to load the exit class.
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQExitClassLoader

public MQExitClassLoader(java.lang.String rootDir)
Creates a simple classloader to load the exit class.

Parameters:
rootDir - Directory to load the classes from

(c) Copyright IBM Corp. 2005. All Rights Reserved.