Package com.centraview.activity.activitylist

Examples of com.centraview.activity.activitylist.ActivityListLocal


  {
    Vector rv = null;
    try {
      InitialContext ic = CVUtility.getInitialContext();
      ActivityListLocalHome home = (ActivityListLocalHome)ic.lookup("local/ActivityList");
      ActivityListLocal remote = home.create();
      remote.setDataSource(dataSource);
      rv = remote.getAllResources();
    } catch (Exception e) {
      System.out.println("[Exception][ActivityFacadeEJB.getAllResources] Exception Thrown: " + e);
      e.printStackTrace();
    }
View Full Code Here

TOP

Related Classes of com.centraview.activity.activitylist.ActivityListLocal

Copyright © 2018 www.massapicom. 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.