jacol.util
Class Shutdown

java.lang.Object
  |
  +--jacol.util.Shutdown

public class Shutdown
extends java.lang.Object

This provides a way to shutdown the jacol when it is running in server mode, without having to know the port it is listening on.

Version:
0.20 beta
Author:
Jason Lowdermilk Email

Constructor Summary
Shutdown(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shutdown

public Shutdown(int port)
Method Detail

main

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