Expresso 5-6

com.jcorporate.expresso.core.utility
Class RunURL

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

public class RunURL
extends 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

Author:
Michael Nash

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

Constructor Detail

RunURL

public RunURL()
Constructor


RunURL

public RunURL(String URLString)
       throws DBException
Constructor

Parameters:
URLString -
Throws:
DBException - If the URL cannot be executed
Method Detail

main

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


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.