examples
Class RunService

java.lang.Object
  extended by examples.RunService

public class RunService
extends java.lang.Object

Examples to show how services can be executed. Some examples of simple execution monitoring is included.

Author:
Evren Sirin

Constructor Summary
RunService()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void runBookFinder()
           
 void runBookPrice()
           
 void runCurrencyConverter()
           
 void runDictionary()
           
 void runFindCheaperBook()
           
 void runFrenchDictionary()
           
 void runJGroundingTest()
           
 void runTranslator()
           
 void runZipCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunService

public RunService()
Method Detail

runZipCode

public void runZipCode()
                throws java.lang.Exception
Throws:
java.lang.Exception

runJGroundingTest

public void runJGroundingTest()
                       throws java.lang.Exception
Throws:
java.lang.Exception

runBookFinder

public void runBookFinder()
                   throws java.lang.Exception
Throws:
java.lang.Exception

runBookPrice

public void runBookPrice()
                  throws java.lang.Exception
Throws:
java.lang.Exception

runFindCheaperBook

public void runFindCheaperBook()
                        throws java.lang.Exception
Throws:
java.lang.Exception

runCurrencyConverter

public void runCurrencyConverter()
                          throws java.lang.Exception
Throws:
java.lang.Exception

runFrenchDictionary

public void runFrenchDictionary()
                         throws java.lang.Exception
Throws:
java.lang.Exception

runTranslator

public void runTranslator()
                   throws java.lang.Exception
Throws:
java.lang.Exception

runDictionary

public void runDictionary()
                   throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Evren Sirin. All Rights Reserved.