com.ibm.ism.script.autoscript

Class AutoScriptState

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.ism.script.autoscript.AutoScriptState
    • Constructor Detail

      • AutoScriptState

        public AutoScriptState(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Parameters:
        ms - the AutoScriptState MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new AutoScriptState object. This cannot be called except by the Script object.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXApplicationException - AutoScriptStateNoAdd when its owner is not AutoScript
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Checks to make sure that the owner is the Script object before proceeding to the delete method.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXApplicationException("autoscr","AutoScriptStateNoDelete") - if owner is not the Script object
        MXException
        java.rmi.RemoteException