© 2001 BEA Systems, Inc.

com.bea.commerce.platform.events
Class AsynchronousEventHandler

java.lang.Object
  |
  +--com.bea.commerce.platform.events.internal.EventHandler
        |
        +--com.bea.commerce.platform.events.AsynchronousEventHandler
All Implemented Interfaces:
EventConstants

public class AsynchronousEventHandler
extends com.bea.commerce.platform.events.internal.EventHandler
implements EventConstants

A listener for hearing events coming off of the asynchronous side of the event service. This event handler then hands the events off to the listeners, specified in the weblogiccommerce.properties file, that will respond to the events.


Fields inherited from interface com.bea.commerce.platform.events.EventConstants
ASYNCHRONOUS_LISTENER_CLASSES_PROPERTY, EVENT_LISTENER_CLASSES_PROPERTY, EVENT_MESSAGE_CATALOG, ILLEGAL_ARGUMENT_EXCEPTION_NULL_TYPE, LISTENER_CREATE_EXCEPTION, NULL_POINTER_EXCEPTION_ATTRIBUTE_KEY, TYPE_ALL
 
Constructor Summary
AsynchronousEventHandler()
          Construct asynchronous service and add all of the listeners.
 
Methods inherited from class com.bea.commerce.platform.events.internal.EventHandler
addListener, deleteAllListeners, deleteAllListeners, deleteListener, dispatchEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousEventHandler

public AsynchronousEventHandler()
Construct asynchronous service and add all of the listeners.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved