examples
Class RunService
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunService
public RunService()
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.