Ejemplo n.º 1
0
 public static void shutdown()
 {
     if (handlerClass == null)
     {
         throw new Exception("Handler Class must be specified in IxianHandler Class");
     }
     handlerClass.shutdown();
 }
Ejemplo n.º 2
0
 public static void shutdown()
 {
     verifyHandler();
     handlerClass.shutdown();
 }
Ejemplo n.º 3
0
 public static void shutdown()
 {
     forceShutdown = true;
     verifyHandler();
     handlerClass.shutdown();
 }