19202122232425
* The EJB service simply executes the local version on the server. */ private IConfig2DService config2DService; public EjbConfig2DService() { config2DService = new LocalConfig2DService(); }