Beispiel #1
0
 @PreDestroy
 public void destroy() {
   IceAdapter.remove(new com.zeroc.Ice.Identity("service", "ejb2"));
 }
Beispiel #2
0
 @PostConstruct
 public void create() {
   IceAdapter.add(new ServiceI(service), new com.zeroc.Ice.Identity("service", "ejb2"));
 }