Hey,

thank you for fast reply. 
Yes, the destroy method is also in the interface.
It is declared like:

anonymous wrote : 
  | @Local
  | @Remote
  | public interface UserFacade {
  |      
  |      public String getUsername();
  |      public void setUsername(String username);
  |      
  |      public String getPassword();
  |      public void setPassword(String password);
  |      
  |      public String login();
  |      
  |      public void destroy();
  | }
  | 

Regards
---
Joachim

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993569#3993569

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993569
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to