psdi.app.system

Class CrontaskHistory

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


    public class CrontaskHistory
    extends Mbo
    implements MboRemote
    MBO for contaskhistory record. * This is a system level object.

    The key attribute(s) in this object is crontaskname, instancename, sequence. The records are always added automatically.

    The attributes in this object are as follows:

    Attribute NameDescription
    crontasknameThe name of the crontask.
    instancenameThe name of the crontask instance.
    sequenceThe sequence of the crontask activies.
    starttimeThe start time of the activity
    endtimeThe end time of the activity
    serverhostThe ip of the host that the crontask is running on
    servernameThe name of the server that the crontask is running on
    runtieerroThe runtime error if there is any.
    • Constructor Detail

      • CrontaskHistory

        public CrontaskHistory(MboSet ms)
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException