Class PersonServiceLoader


  • public class PersonServiceLoader
    extends java.lang.Object
    A simple program to load users into the system.
    Since:
    V2.1-A
    Author:
    Derek Hulley
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run​(java.lang.String user, java.lang.String pwd, int threads)  
      • Methods inherited from class java.lang.Object

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

      • run

        public void run​(java.lang.String user,
                        java.lang.String pwd,
                        int threads)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)