com.sun.j2ee.blueprints.petstore.control.ejb
Interface StateHandler

All Known Implementing Classes:
StateHandlerSupport

public interface StateHandler


Method Summary
 void doEnd()
           
 void doStart()
           
 void init(StateMachine urc)
           
 void perform(EStoreEvent event)
           
 

Method Detail

init

public void init(StateMachine urc)

doStart

public void doStart()

perform

public void perform(EStoreEvent event)
             throws EStoreEventException

doEnd

public void doEnd()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.