com.ibm.tivoli.maximo.oslc.provider.app

Class OslcResourceDetailSet

  • java.lang.Object
    • psdi.mbo.MboSet
      • com.ibm.tivoli.maximo.oslc.provider.app.OslcResourceDetailSet
    • Constructor Detail

      • OslcResourceDetailSet

        public OslcResourceDetailSet(MboServerInterface ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Construct the OslcResourceDetail set
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create OslcResourceDetail object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The MaxIfaceLoadSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • 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