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

Class JSONAttributeMapSet

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

      • JSONAttributeMapSet

        public JSONAttributeMapSet(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

      • getExistingAttributes

        public java.util.Set getExistingAttributes(MboRemote thisMbo)
                                            throws MXException,
                                                   java.rmi.RemoteException
        Return set of existsing attributes.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create JSONAttributeMapSet object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The JSONAttributeMapSet.
        Returns:
        a MaxIfaceLoad object.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception