BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.common
Interface SequenceListener


public interface SequenceListener
extends java.util.EventListener

An object that acts as a listener for Sequence failures must extend the SequenceListener interface. Implement the sole method in this interface to determine how to handle Sequence failures.

Author:
Copyright (c) 1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Sequencer

Method Summary
 void sequenceAction(SequenceEvent se)
          Describes how a Sequence failure should be handled.
 

Method Detail

sequenceAction

public void sequenceAction(SequenceEvent se)
Describes how a Sequence failure should be handled.

Parameters:
se - SequenceEvent associated with the failure

Documentation is available at
http://www.weblogic.com/docs51