com.ibm.tivoli.maximo.amcrew.app

Class AMCTToolSet

  • java.lang.Object
    • Constructor Detail

      • AMCTToolSet

        public AMCTToolSet(MboServerInterface ms)
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • findByQualId

        public MboRemote findByQualId(java.lang.String qualId)
                               throws MXException,
                                      java.rmi.RemoteException
        Find a CTTool mbo whose one of its required qualifications matches qualId.
        Specified by:
        findByQualId in interface AMCTToolSetRemote
        Parameters:
        qualId - the qualification id
        Returns:
        the CTTool mbo that matches.
        Throws:
        MXException
        java.rmi.RemoteException