psdi.webclient.beans.tokenlic

Class TokenLicManageProdBean

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


    public class TokenLicManageProdBean
    extends DataBean
    This Bean class is used to remove the empty mbo added by the UI framework
    • Constructor Detail

      • TokenLicManageProdBean

        public TokenLicManageProdBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Remove the empty mbo added by the UI framework
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException
        Description copied from class: DataBean
        Saves the changes made to the MboSet Throws MXException or RemoteException on failure The MboSet data or cached data will be undisturbed.
        Overrides:
        save in class DataBean
        Throws:
        MXException