psdi.app.system

Class CrontaskParam

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


    public class CrontaskParam
    extends Mbo
    implements CrontaskParamRemote
    MBO for contaskdef record. * This is a system level object.

    The key attribute(s) in this object is crontaskname, instancename, parameter. The records are always added automatically when an instance is created. User can modify the values.

    The attributes in this object are as follows:

    Attribute NameDescription
    crontasknameThe name of the crontask.
    instancenameThe name of the crontask instance.
    parameterThe parameter name.
    valueThe parameter value.
    • Constructor Detail

      • CrontaskParam

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

      • init

        public void init()
        Always cannot be deleted.
        Overrides:
        init in class Mbo
      • 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