WebLogic Integration


com.bea.adapter.event
Interface IPushHandler


public interface IPushHandler

This interface allows the developer to abstract event generation from the concrete PushEventGenerator object. It is the responsiblity of the PushEventGenerator to call 'initialize' and 'cleanUp'.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void addPushListener(IPushListener listener)
          adds a push listener to the implementation object
 void cleanUp()
          clean up
 void initialize(EventMetaData metaData)
          This method can be called by the pushevent generator, the implementation object can use this method
 void removePushListener(IPushListener listener)
          removes a push listener from the implementation object
 

Method Detail

addPushListener

public void addPushListener(IPushListener listener)
adds a push listener to the implementation object

Parameters:
listener - listener to be added

removePushListener

public void removePushListener(IPushListener listener)
removes a push listener from the implementation object

Parameters:
listener - listener to be removed

initialize

public void initialize(EventMetaData metaData)
                throws java.lang.Exception
This method can be called by the pushevent generator, the implementation object can use this method

Parameters:
metaData - wrapper for data passed

cleanUp

public void cleanUp()
             throws java.lang.Exception
clean up

WebLogic Integration

WebLogic Integration (WLI)