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

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport
        |
        +--com.sun.j2ee.blueprints.petstore.control.event.LogoutEvent

public class LogoutEvent
extends EStoreEventSupport

This event is sent from the web tier to the EJB Controller to notify the EJB Controller that a user has logged out of the application.

See Also:
Serialized Form

Constructor Summary
LogoutEvent()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport
getEventName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogoutEvent

public LogoutEvent()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.