org.apache.ojb.tutorial1
Class Application

java.lang.Object
  extended byorg.apache.ojb.tutorial1.Application

public class Application
extends java.lang.Object

The tutorial application.

Author:
Thomas Mahler

Constructor Summary
Application()
          Application constructor comment.
 
Method Summary
 void displayUseCases()
          Disply available use cases.
static void main(java.lang.String[] args)
          Insert the method's description here.
 void run()
          the applications main loop.
 UseCase selectUseCase()
          select a use case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Application constructor comment.

Method Detail

displayUseCases

public void displayUseCases()
Disply available use cases.


main

public static void main(java.lang.String[] args)
Insert the method's description here. Creation date: (04.03.2001 10:40:25)

Parameters:
args - java.lang.String[]

run

public void run()
the applications main loop.


selectUseCase

public UseCase selectUseCase()
select a use case.



Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14