org.jboss.tutorial.extended.bean
Class StatelessSessionBean

java.lang.Object
  extended by org.jboss.tutorial.extended.bean.StatelessSessionBean
All Implemented Interfaces:
StatelessLocal, StatelessRemote

public class StatelessSessionBean
extends java.lang.Object
implements StatelessLocal, StatelessRemote

comment


Constructor Summary
StatelessSessionBean()
           
 
Method Summary
 Customer find(long id)
           
 void update(Customer c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessSessionBean

public StatelessSessionBean()
Method Detail

update

public void update(Customer c)
Specified by:
update in interface StatelessLocal

find

public Customer find(long id)
Specified by:
find in interface StatelessRemote