psdi.app.swcatalog

Class SoftwareCatalogSet

    • Constructor Detail

      • SoftwareCatalogSet

        public SoftwareCatalogSet(MboServerInterface ms)
                           throws MXException,
                                  java.rmi.RemoteException
        A boilerplate implementation
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • getCatalog

        public MboRemote getCatalog(java.lang.Integer catalogId)
                             throws MXException,
                                    java.rmi.RemoteException
        Return catalog for a given catalogId Catalogs are cache in the MboSet and use by the Mbos for setting read-only fields (performance #43654)
        Specified by:
        getCatalog in interface SoftwareCatalogSetRemote
        Parameters:
        catalogId -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException