psdi.webclient.beans.configur

Class IndexesBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class IndexesBean
    extends DataBean
    Bean for Indexes tab, Indexes and Keys table windows of the DB Configure app.
    • Constructor Detail

      • IndexesBean

        public IndexesBean()
    • Method Detail

      • deleteKey

        public void deleteKey(int nRow)
                       throws MXException,
                              java.rmi.RemoteException
        Call delete(MboConstants.DBCONFIG) for MaxSysKeys. This will actually delete the row, not just change the "changed" attribute. Called from toggledeleterow. Cloned from delete(int).
        Parameters:
        nRow -
        Throws:
        MXException
        java.rmi.RemoteException