com.sun.j2ee.blueprints.petstore.control.event
Class EStoreEventSupport

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport
Direct Known Subclasses:
AccountEvent, CartEvent, LoginEvent, LogoutEvent, OrderEvent

public class EStoreEventSupport
extends java.lang.Object
implements java.io.Serializable, EStoreEvent

This is the base class for all events used by the application. Currently this class only implements Serializable to ensure that all events may be sent the the EJB container via RMI-IIOP.

See Also:
Serialized Form

Constructor Summary
EStoreEventSupport()
           
 
Method Summary
 java.lang.String getEventName()
          Specifiy a logical name that is mapped to the event in in the Universal Remote Controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EStoreEventSupport

public EStoreEventSupport()
Method Detail

getEventName

public java.lang.String getEventName()
Description copied from interface: EStoreEvent
Specifiy a logical name that is mapped to the event in in the Universal Remote Controller.
Specified by:
getEventName in interface EStoreEvent


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.