Package com.centraview.activity.helper

Examples of com.centraview.activity.helper.ActivityHelperLocal.updateStatus()


      InitialContext ctx = new InitialContext();
      ActivityHelperLocalHome home = (ActivityHelperLocalHome)ctx.lookup("local/ActivityHelper");
      ActivityHelperLocal remote = home.create();
      remote.setDataSource(status);

      remote.updateStatus(activityID, attendeeID, status);
    } catch (Exception e) {
      System.out.println("[Exception][ActivityFacadeEJB.updateStatus] 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.