psdi.app.npasset

Class NetPrinter

    • Constructor Detail

      • NetPrinter

        public NetPrinter(MboSet ms)
                   throws MXException,
                          java.rmi.RemoteException
        Construct the NetPrinter object
        Parameters:
        ms - Mbo set
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • delete

        public void delete(long modifier)
                    throws MXException,
                           java.rmi.RemoteException
        delete this NetPrinter object and all RECONLINK entries that reference it
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        modifier - The bitwise flag specified to determine if certain normal security checks are to be bypassed for this delete request. For example: if the accessModifer is NOACCESSCHECK, then the check for the object's NODELETE flag and the call to the object's canDelete() method will not be performed. If the accessModifer is NONE, then all the access checks are performed before this object is marked delete.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)