/Users/detro/workspace-nb/JAEBI/src/java/org/jaebi/test/server/service/MainTestBackEndHandlerImpl.java

Vai alla documentazione di questo file.
00001 /*
00002  * MainTestBackEndHandlerImpl.java
00003  *
00004  * Created on June 7, 2005, 3:18 PM
00005  *
00006  * To change this template, choose Tools | Options and locate the template under
00007  * the Source Creation and Management node. Right-click the template and choose
00008  * Open. You can then make changes to the template in the Source Editor.
00009  */
00010 
00011 package org.jaebi.test.server.service;
00012 
00013 import org.jaebi.server.service.BackEndHandlerImpl;
00014 import org.jaebi.server.service.exception.BackEndHandlerInitException;
00015 
00020 public class MainTestBackEndHandlerImpl {
00021     
00025     public static void main(String[] args) {
00026         BackEndHandlerImpl beh = null;
00027         try {
00028         beh = new BackEndHandlerImpl();
00029         } catch ( BackEndHandlerInitException behie ) {
00030             System.out.println("Errore: " + behie);
00031             behie.printStackTrace();
00032         }
00033         
00034         System.out.println(beh);
00035     }
00036     
00037 }

Generato il Mon Jun 27 22:50:38 2005 per JAEBI - JAva Enterprice BackEnd Interfacement da  doxygen 1.4.3