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

Class OslcResourceSet

  • java.lang.Object
    • Constructor Detail

      • OslcResourceSet

        public OslcResourceSet(MboServerInterface ms)
                        throws MXException,
                               java.rmi.RemoteException
        Construct the OslcResource 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 OslcResource object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The OslcResourceSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • commit

        public void commit()
                    throws MXException,
                           java.rmi.RemoteException
        Commit the transaction. Refresh the OslcResourceCache
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception