com.ibm.tivoli.maximo.skd.app

Class SKDODMApp

  • java.lang.Object
  • All Implemented Interfaces:
    SKDODMAppRemote, java.rmi.Remote, MboConstants, MboRemote, MaxRemoteProxy


    public class SKDODMApp
    extends Mbo
    implements SKDODMAppRemote
    MBO object to represent SKDODMApp.

    This is a system level object.

    The key attributes for this object are odmappname.

    The attributes in this object are as follows:

    ODMAPPNAMEIdentifies the name of the ODM application.
    USEWITHIndicates the application this ODM application can be used.
    DESCRIPTIONDescription of the ODM application.
    ODMAPPContent of the ODM application.
    INPUTOBJ"Indicates the input parameter object name of the ODM application.
    SKDODMAPPIDUnique identification of the odmapp.
    • Constructor Detail

      • SKDODMApp

        public SKDODMApp(MboSet ms)
                  throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException