org.apache.ojb.tutorial1
Class UCQuitApplication

java.lang.Object
  extended byorg.apache.ojb.tutorial1.AbstractUseCase
      extended byorg.apache.ojb.tutorial1.UCQuitApplication
All Implemented Interfaces:
UseCase

public class UCQuitApplication
extends AbstractUseCase

implements Use Case "Quit Application".

Author:
Thomas Mahler

Field Summary
 
Fields inherited from class org.apache.ojb.tutorial1.AbstractUseCase
broker
 
Constructor Summary
UCQuitApplication(PersistenceBroker b)
          UCQuitApplication constructor comment.
 
Method Summary
 void apply()
          apply method comment.
 java.lang.String getDescription()
          getDescription method comment.
 
Methods inherited from class org.apache.ojb.tutorial1.AbstractUseCase
readLineWithMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UCQuitApplication

public UCQuitApplication(PersistenceBroker b)
UCQuitApplication constructor comment.

Method Detail

apply

public void apply()
apply method comment.

Specified by:
apply in interface UseCase
Specified by:
apply in class AbstractUseCase

getDescription

public java.lang.String getDescription()
getDescription method comment.

Specified by:
getDescription in interface UseCase
Specified by:
getDescription in class AbstractUseCase


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