com.ibm.tivoli.maximo.weather.app

Class WeatherOrganizationSet

  • java.lang.Object
    • Constructor Detail

      • WeatherOrganizationSet

        public WeatherOrganizationSet(MboServerInterface ms)
                               throws java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The Weather Organization MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • 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
      • commit

        public void commit()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: MboSet
        Makes all changes sent to the database since the last commit() or rollback() call, permanent. Changes made to other objects sharing this object's Connection will also become permanent. This is called automatically by the framework and should not be called directly by the programmer.
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • setupOrgForSubscription

        public void setupOrgForSubscription(MboRemote parent)
                                     throws java.rmi.RemoteException,
                                            MXException
        Set fields to show all products user can subscribe for
        Specified by:
        setupOrgForSubscription in interface WeatherOrganizationSetRemote
        Parameters:
        parent - Object on which use want to subscribe for Weathr Alerts.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception