com.ibm.tivoli.maximo.skd.beans

Class SKDODMAppDeployBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class SKDODMAppDeployBean
    extends DataBean
    DataBean used to submit or run optimization job
    • Constructor Detail

      • SKDODMAppDeployBean

        public SKDODMAppDeployBean()
    • Method Detail

      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Description copied from class: DataBean
        Obtains and returns a MboSetRemote using the mboname of parent/relationship setup for the bean. Override this method if the DataBean needs to get a MboSetRemote in a non-standard way. (Not via a the MXSession, or a relationship from another DataBean).
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        This method will set the odm deploy info using odmapplicationid, serverurl, dbhostname, dbinstance, dbusername, dbpassword for deploying the odm application.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • getOptimizationService

        public java.lang.String getOptimizationService(UserInfo userInfo)
                                                throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException