psdi.app.kpi

Class KPISet

    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generates a new KPI object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet.
        Returns:
        Mbo - the new KPI.
        Throws:
        MXException
        java.rmi.RemoteException
      • kpiInfo

        public java.util.Vector kpiInfo()
                                 throws MXException,
                                        java.rmi.RemoteException
        Returns all details about the current KPIs in the set as a Vector This method is called by UI layer basically for display Each Hashtable is information about a KPI
        Specified by:
        kpiInfo in interface KPISetRemote
        Returns:
        Vector containing all information about this KPI
        Throws:
        MXException
        java.rmi.RemoteException
      • kpiInfo

        public java.util.Vector kpiInfo(java.util.Vector selectedKPIs)
                                 throws MXException,
                                        java.rmi.RemoteException
        Returns all details about the given KPIs as a vector based on selected KPIs
        Specified by:
        kpiInfo in interface KPISetRemote
        Returns:
        Vector containing all information about this KPI
        Throws:
        MXException
        java.rmi.RemoteException