com.ibm.tivoli.maximo.fdmbo.app.manageres

Class JSONResource

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.fdmbo.app.manageres.JSONResource
    • Constructor Detail

      • JSONResource

        public JSONResource(MboSet ms)
                     throws MXException,
                            java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The JSONResource MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • removeResource

        public void removeResource()
                            throws MXException,
                                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • delete

        public void delete()
                    throws MXException,
                           java.rmi.RemoteException
        Called when this mbo is being deleted. This method deletes all the corresponding JSONOBJECTMAP entries associated with this EndPoint
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - the access modifier
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
        See Also:
        Mbo.delete(long)