com.sun.j2ee.blueprints.petstore.control.ejb
Class CartHandler

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.control.ejb.StateHandlerSupport
        |
        +--com.sun.j2ee.blueprints.petstore.control.ejb.CartHandler

public class CartHandler
extends StateHandlerSupport

See Also:
Serialized Form

Fields inherited from class com.sun.j2ee.blueprints.petstore.control.ejb.StateHandlerSupport
machine
 
Constructor Summary
CartHandler()
           
 
Method Summary
 void perform(EStoreEvent event)
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.control.ejb.StateHandlerSupport
doEnd, doStart, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartHandler

public CartHandler()
Method Detail

perform

public void perform(EStoreEvent event)
             throws EStoreEventException
Overrides:
perform in class StateHandlerSupport


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.