psdi.dm.collection

Interface DMCollectionRemote

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


    public interface DMCollectionRemote
    extends MboRemote
    Remote Interface to the DMCollection object.
    • Method Detail

      • createPackageDef

        void createPackageDef()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • isValidationRunning

        boolean isValidationRunning()
                             throws MXException,
                                    java.rmi.RemoteException
        Get the flag that shows if validation is running or done
        Returns:
        true if running else false
        Throws:
        MXException
        java.rmi.RemoteException