Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

demo1
Class NumberKeeper  view NumberKeeper download NumberKeeper.java

java.lang.Object
  extended bydemo1.NumberKeeper
All Implemented Interfaces:
com.ghettojedi.opp.aspect.concurrent.Concurrent, com.ghettojedi.opp.aspect.entity.Entity, java.io.Serializable, com.ghettojedi.opp.aspect.transaction.TransactionAware

public class NumberKeeper
extends java.lang.Object
implements com.ghettojedi.opp.aspect.entity.Entity

The NumberKeeper and all its references are the prevalent system. * i.e: They are the "business objects" and will be transparently persisted by Prevayler.


Field Summary
private  java.util.List numbers
           
 
Constructor Summary
NumberKeeper()
           
 
Method Summary
 void keep(int nextNumber)
           
 int lastNumber()
           
 java.util.List numbers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numbers

private final java.util.List numbers
Constructor Detail

NumberKeeper

public NumberKeeper()
Method Detail

keep

public void keep(int nextNumber)

numbers

public java.util.List numbers()

lastNumber

public int lastNumber()