psdi.webclient.system.beans

Class AutoInitModel

  • java.lang.Object
    • psdi.webclient.system.beans.AutoInitModel


  • public class AutoInitModel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      AutoInitModel() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void activate(MboRemote newMbo)
      Called when a new Mbo is saved that could have autoinit wf runninng on it.
      void clear()
      Called after the autoinit workflow process has come to a stopping point.
      boolean doAutoInit()
      tell the AppBean to start the autoinitiate process
      • Methods inherited from class java.lang.Object

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

      • AutoInitModel

        public AutoInitModel()
    • Method Detail

      • activate

        public void activate(MboRemote newMbo)
                      throws java.rmi.RemoteException,
                             MXException
        Called when a new Mbo is saved that could have autoinit wf runninng on it.
        Throws:
        java.rmi.RemoteException
        MXException
      • doAutoInit

        public boolean doAutoInit()
        tell the AppBean to start the autoinitiate process
        Returns:
        true if the bean should start the autoinit process.
      • clear

        public void clear()
                   throws java.rmi.RemoteException,
                          MXException
        Called after the autoinit workflow process has come to a stopping point. Releases the lock, removes bb posting, etc...
        Throws:
        java.rmi.RemoteException
        MXException