Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.utility
Class RunURL  view RunURL download RunURL.java

java.lang.Object
  extended bycom.jcorporate.expresso.core.utility.RunURL

public class RunURL
extends java.lang.Object

Program to allow a URL to be run from the command line Primarily intended to allow the Application Server thread to be started automatically, but can be used to run any arbitrary URL


Field Summary
private static java.lang.String thisClass
           
 
Constructor Summary
RunURL()
          Constructor
RunURL(java.lang.String URLString)
          Constructor
 
Method Summary
static void main(java.lang.String[] args)
          Main Method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thisClass

private static final java.lang.String thisClass
Constructor Detail

RunURL

public RunURL()
Constructor


RunURL

public RunURL(java.lang.String URLString)
       throws com.jcorporate.expresso.core.db.DBException
Constructor

Method Detail

main

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