com.ibm.tivoli.maximo.amcrew.app

Class AMCTCraftSet

  • java.lang.Object
    • Constructor Detail

      • AMCTCraftSet

        public AMCTCraftSet(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
      • findByPosition

        public MboRemote findByPosition(java.lang.String keyValue)
                                 throws MXException,
                                        java.rmi.RemoteException
        Find the CTCraft object whose POSITION attribute matches keyValue.
        Specified by:
        findByPosition in interface AMCTCraftSetRemote
        Parameters:
        keyValue - the matching value
        Throws:
        MXException
        java.rmi.RemoteException