com.ibm.as400.access

Class ClassDecoupler

  • java.lang.Object
    • com.ibm.as400.access.ClassDecoupler


  • public class ClassDecoupler
    extends java.lang.Object
    This class exists to remove the dependencies AS400ImplRemote had on some of the DDM and DB datastream classes. In this way, a JarMaker-ed jt400.jar file can effectively operate its AS400 object without needing the DDM or JDBC classes.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static boolean forceAES 
      static boolean forceENCUSRPWD 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ClassDecoupler() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • forceENCUSRPWD

        public static boolean forceENCUSRPWD
      • forceAES

        public static boolean forceAES
    • Constructor Detail

      • ClassDecoupler

        public ClassDecoupler()