com.ibm.tivoli.maximo.script

Class AttributeLaunchPoint

  • java.lang.Object
    • com.ibm.tivoli.maximo.script.AttributeLaunchPoint


  • public class AttributeLaunchPoint
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void action(java.lang.String scriptName, java.lang.String launchPointName) 
      MboSetRemote getList(java.lang.String scriptName, java.lang.String launchPointName)
      Return the value list.
      void init(java.lang.String scriptName, java.lang.String launchPointName) 
      void initValue(java.lang.String scriptName, java.lang.String launchPointName) 
      void setValueFromLookup(MboRemote sourceMbo) 
      MboSetRemote superGetList() 
      void superValidate() 
      void validate(java.lang.String scriptName, java.lang.String launchPointName) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initValue

        public void initValue(java.lang.String scriptName,
                              java.lang.String launchPointName)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • init

        public void init(java.lang.String scriptName,
                         java.lang.String launchPointName)
                  throws MXException,
                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validate

        public void validate(java.lang.String scriptName,
                             java.lang.String launchPointName)
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action(java.lang.String scriptName,
                           java.lang.String launchPointName)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • superValidate

        public void superValidate()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getList

        public MboSetRemote getList(java.lang.String scriptName,
                                    java.lang.String launchPointName)
                             throws MXException,
                                    java.rmi.RemoteException
        Return the value list.
        Throws:
        MXException
        java.rmi.RemoteException
      • setValueFromLookup

        public void setValueFromLookup(MboRemote sourceMbo)
                                throws MXException,
                                       java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException