Package com.centraview.email.emailList

Examples of com.centraview.email.emailList.EmailLocal.enableordisableRule()


    {
      InitialContext ic = CVUtility.getInitialContext();
      EmailLocalHome home = (EmailLocalHome)ic.lookup("local/EmailList");
      EmailLocal remote =  home.create();
      remote.setDataSource(this.dataSource);
      flag = remote.enableordisableRuleuserid , elementid , status  );
    }
    catch(Exception e)
    {
      System.out.println("[Exception][EmailFacadeBean.enableordisableRule] Exception Thrown: "+e);
      e.printStackTrace();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.