Class ClassManager

  • All Implemented Interfaces:
    CSProcess

    final class ClassManager
    extends java.lang.Object
    implements CSProcess
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.Hashtable classLoaders  
      (package private) static NetChannelInput in  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      This defines the actions of the process.
      • Methods inherited from class java.lang.Object

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

      • classLoaders

        static java.util.Hashtable classLoaders
    • Constructor Detail

      • ClassManager

        ClassManager()
    • Method Detail

      • run

        public void run()
        Description copied from interface: CSProcess
        This defines the actions of the process.
        Specified by:
        run in interface CSProcess