org.superbiz.testinjection
Class MoviesImpl

java.lang.Object
  extended by org.superbiz.testinjection.MoviesImpl
All Implemented Interfaces:
Movies

public class MoviesImpl
extends java.lang.Object
implements Movies


Constructor Summary
MoviesImpl()
           
 
Method Summary
 void addMovie(Movie movie)
           
 void deleteMovie(Movie movie)
           
 java.util.List<Movie> getMovies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoviesImpl

public MoviesImpl()
Method Detail

addMovie

public void addMovie(Movie movie)
              throws java.lang.Exception
Specified by:
addMovie in interface Movies
Throws:
java.lang.Exception

deleteMovie

public void deleteMovie(Movie movie)
                 throws java.lang.Exception
Specified by:
deleteMovie in interface Movies
Throws:
java.lang.Exception

getMovies

public java.util.List<Movie> getMovies()
                                throws java.lang.Exception
Specified by:
getMovies in interface Movies
Throws:
java.lang.Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.