psdi.app.system

Class MaxSequence

  • All Implemented Interfaces:
    java.rmi.Remote, MaxSequenceRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class MaxSequence
    extends Mbo
    implements MaxSequenceRemote
    Mbo object for maintenance of the MaxSequence table.

    This is a system level object.

    The key attribute for this object is SequenceName.

    The attributes in this object are as follows:

    Attribute NameDescription
    MaxReservedThe next value to be assigned for this sequence. (?)
    MaxValueThe maximum value of this sequence.
    NameObsolete -- to be removed. (Was column name.)
    Range(?)
    SequenceNameThe name of this sequence. SequenceName is referenced in MaxAttribute.
    TbNameObsolete -- to be removed. (Was table name.)
    • Constructor Detail

      • MaxSequence

        public MaxSequence(MboSet ms)
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException