psdi.dm

Class DMService

    • Constructor Detail

      • DMService

        public DMService()
                  throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • DMService

        public DMService(MXServer mxServer)
                  throws java.rmi.RemoteException
        Parameters:
        srvEnv - -- the "Server Environment" this Service is being created in.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • compareDatabase

        public void compareDatabase(java.lang.String target,
                                    java.lang.String packageName,
                                    java.lang.String jobNum,
                                    UserInfo ui)
                             throws MXException,
                                    java.rmi.RemoteException
        Compare the local database to a specified remote database.
        Specified by:
        compareDatabase in interface DMServiceRemote
        Parameters:
        target - The target name for the remote database; defined in DMPkgDstTrgt table.
        packageName - The package name specifying the objects to be compared; defined in DMPackageDef table.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DBCompare