Package com.centraview.email.emailmanage

Examples of com.centraview.email.emailmanage.EmailManageLocal.emailMarkasRead()


      //System.out.println("*** Try Block of markasRead *** ");
          InitialContext ic = CVUtility.getInitialContext();
          EmailManageLocalHome home = (EmailManageLocalHome)ic.lookup("local/EmailManage");
          EmailManageLocal remote =  home.create();
          remote.setDataSource(this.dataSource);
          result = remote.emailMarkasRead(sourceId ,readflag,mailIdList);
        }
        catch(Exception e)
        {
          System.out.println("[Exception][EmailFacadeBean.emailMarkasRead] 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.