Package com.centraview.email.emailList

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


    {
      InitialContext ic = CVUtility.getInitialContext();
      EmailLocalHome home = (EmailLocalHome)ic.lookup("local/EmailList");
      EmailLocal remote =  home.create();
      remote.setDataSource(this.dataSource);
      status = remote.deleteRule( userid , elementid );
    }
    catch(CreateException ce)
    {
      throw new EJBException(ce);
    }catch(NamingException ce)
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.