Package database

Examples of database.Configuration.addWindow()


            configuration = (Configuration) ctx.lookup("ear3/CMPConfiguration/local");
    } catch (NamingException e) {
      e.printStackTrace();
    }

    int id = configuration.addWindow(apiw.getRid(), apiw.getX(), apiw.getY(), apiw.getW(), apiw.getH(), login);
    return configuration.getWindow(id);
   
  }
}
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.