psdi.app.sla

Class SLAKPI

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


    public class SLAKPI
    extends Mbo
    implements SLAKPIRemote
    MBO to represent a relationship between a SLA and an KPI.

    See SLA Package Description for details.

    The key attributes for this object are SLANUM, KIPNAME.

    The attributes in this object are as follows:

    Attribute NameDescription
    SLANUMThe identification of the SLA in this relationship
    KPINAMEThe identification of the KPI in this relationship.
    • Constructor Detail

      • SLAKPI

        public SLAKPI(MboSet ms)
               throws MXException,
                      java.rmi.RemoteException
        Constructs the SLAKPI object.

        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new SLAKPI object, set the slanum to that of the owner SLA.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException