psdi.app.signature

Class RepFacAuthSet

    • Constructor Detail

      • RepFacAuthSet

        public RepFacAuthSet(MboServerInterface ms)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • deleteAndRemove

        public void deleteAndRemove(int pos,
                                    long accessModifier)
                             throws MXException,
                                    java.rmi.RemoteException
        Description copied from class: MboSet
        Deletes and remove an object from the collection at the given position, if the mbo at the position is a newly created.
        Specified by:
        deleteAndRemove in interface MboSetRemote
        Overrides:
        deleteAndRemove in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        Description copied from class: MboSet
        Can an object be added to the collection ? This is usually overriden in the specific mboset
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException