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

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

public class AccountHandler
extends StateHandlerSupport

See Also:
Serialized Form

Fields inherited from class com.sun.j2ee.blueprints.petstore.control.ejb.StateHandlerSupport
machine
 
Constructor Summary
AccountHandler()
           
 
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

AccountHandler

public AccountHandler()
Method Detail

perform

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


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.