psdi.common.action

Interface ActionRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    Action


    public interface ActionRemote
    extends MboRemote
    • Method Detail

      • addMembers

        void addMembers(MboSetRemote actionSet)
                 throws MXException,
                        java.rmi.RemoteException
        Method to add the selected actions to the action group.
        Parameters:
        actionSet - Selected action set
        Throws:
        MXException
        java.rmi.RemoteException
      • executeAction

        void executeAction(MboRemote mbo)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.common.action.executeAction(MboRemote mbo)
      • getType

        java.lang.String getType()
                          throws MXException,
                                 java.rmi.RemoteException
        Returns the action type.
        Throws:
        MXException
        java.rmi.RemoteException
      • isWoTktAppAction

        boolean isWoTktAppAction()
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException