com.ibm.tivoli.maximo.oslc.consumer.app.interaction

Class OslcInteractionSet

  • java.lang.Object
    • psdi.mbo.MboSet
      • com.ibm.tivoli.maximo.oslc.consumer.app.interaction.OslcInteractionSet
    • Constructor Detail

      • OslcInteractionSet

        public OslcInteractionSet(MboServerInterface ms)
                           throws MXException,
                                  java.rmi.RemoteException
        Construct the 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 OslcInteraction 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
        Commit the transaction. Refresh the OslcInteraction
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • canAdd

        public void canAdd()
                    throws MXException
        This method is called by the framework before save. Perform regular canAdd() and process LinkedMbo's add.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • getEndPoint

        public java.lang.String getEndPoint()
                                     throws MXException,
                                            java.rmi.RemoteException
        Return End Point name
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception