psdi.app.ci

Class CIStatus

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


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

    See Configuration Item Package description.

    This is a system level object.

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

    The attributes in this object are as follows:

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

      • CIStatus

        public CIStatus(MboSet ms)
                 throws MXException,
                        java.rmi.RemoteException
        Construct the CIStatus
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new CIStatus object
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException