psdi.common.action

Class ActionGroupSet

    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        Throws exception if owner is null or if owner is not an action.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • initSequence

        public void initSequence()
                          throws MXException,
                                 java.rmi.RemoteException
        Finds the last sequence number in the action group.
        Throws:
        MXException
        java.rmi.RemoteException
      • getLastSequence

        public int getLastSequence()
                            throws MXException,
                                   java.rmi.RemoteException
        Returns:
        The last sequence number for this action group.
        Throws:
        MXException
        java.rmi.RemoteException
      • setLastSequence

        public int setLastSequence(int sequence)
                            throws MXException,
                                   java.rmi.RemoteException
        Sets the last sequence number for this action group.
        Throws:
        MXException
        java.rmi.RemoteException