psdi.dm.pkg

Class DMPkgStaging

    • Constructor Detail

      • DMPkgStaging

        public DMPkgStaging(MboSet ms)
                     throws java.rmi.RemoteException
        Construct the Pkg object
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Adds staging record
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • fillRecord

        public void fillRecord(java.lang.String type,
                               int cfgDataOrder,
                               byte[] content,
                               java.lang.String cmpSrcFileName,
                               java.lang.String cfgObject,
                               int cfgObjectCount)
                        throws MXException,
                               java.rmi.RemoteException
        Fill in the data for this staging record.
        Specified by:
        fillRecord in interface DMPkgStagingRemote
        Parameters:
        type -
        cfgDataOrder -
        content -
        direction -
        cmpSrcFileName -
        cfgObject -
        cfgObjectCount -
        Throws:
        MXException
        java.rmi.RemoteException
      • fillRecordFromPkgEntry

        public void fillRecordFromPkgEntry(java.lang.String pkgDefName,
                                           java.lang.String source,
                                           java.lang.String pkg,
                                           java.lang.String type,
                                           int cfgDataOrder,
                                           byte[] content,
                                           java.lang.String cmpSrcFileName)
                                    throws MXException,
                                           java.rmi.RemoteException
        Write staging entry for each entry of pkg jar file
        Specified by:
        fillRecordFromPkgEntry in interface DMPkgStagingRemote
        Throws:
        MXException
        java.rmi.RemoteException