BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.common
Interface Sequenced


public interface Sequenced

An object that is to be added to a Sequencer must implement the Sequenced interface.

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

Method Summary
 int getSequenceNumber()
          Returns the 0-origined index into a Sequencer of a Sequenced object.
 

Method Detail

getSequenceNumber

public int getSequenceNumber()
Returns the 0-origined index into a Sequencer of a Sequenced object.

Returns:
Position index.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.