[jboss-user] [JBoss Seam] - Re: Problem with Stateful SessionBean

jrosskopf do-not-reply at jboss.com
Wed Dec 13 14:42:14 EST 2006


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



More information about the jboss-user mailing list