org.superbiz.inheritance
Class WakeRiderImpl
java.lang.Object
org.superbiz.inheritance.WakeRiderImpl
- All Implemented Interfaces:
- WakeRiderWs
public class WakeRiderImpl
- extends Object
- implements WakeRiderWs
This is an EJB 3 style pojo stateless session bean Every stateless session
bean implementation must be annotated using the annotation @Stateless This
EJB has a single interface: WakeRiderWs
a webservice interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WakeRiderImpl
public WakeRiderImpl()
addItem
public void addItem(Item item)
throws Exception
- Specified by:
addItem
in interface WakeRiderWs
- Throws:
Exception
deleteMovie
public void deleteMovie(Item item)
throws Exception
- Specified by:
deleteMovie
in interface WakeRiderWs
- Throws:
Exception
getItems
public List<Item> getItems()
throws Exception
- Specified by:
getItems
in interface WakeRiderWs
- Throws:
Exception
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.