psdi.app.feature

Class FeatureStatus

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, FeatureStatusRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class FeatureStatus
    extends Mbo
    implements FeatureStatusRemote
    MBO to represent a Feature Status. A new FeatureStatus object is created every time a new Feature is created and also every time when an existing Feature changes from one status to another status. This object is used to keep a log of the status changes.

    See Feature Package description.

    This is a system level object.

    The key attributes for this object are Feature, Status, ChangeDate

    The attributes in this object are as follows:

    Attribute Name Attribute Value
    FeatureIdentifier of the Feature
    StatusStatus of the Feature
    ChangeDateThe date status of the Feature was changed
    ChangeBySignature of the user who changed the status
    MemoStatus change memo
    See Also:
    StatefulMbo
    • Constructor Detail

      • FeatureStatus

        public FeatureStatus(MboSet ms)
                      throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException