Package com.centraview.marketing.List

Examples of com.centraview.marketing.List.ListLocal.deleteList()


    try {
      InitialContext initialcontext = CVUtility.getInitialContext();
      ListLocalHome listlocalhome = (ListLocalHome)initialcontext.lookup("local/List");
      ListLocal listlocal = listlocalhome.create();
      listlocal.setDataSource(this.dataSource);
      listlocal.deleteList(i);
    } catch (CreateException ce) {
      throw new EJBException(ce);
    } catch (NamingException re) {
      throw new EJBException(re);
    }
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.