[jboss-user] [EJB 3.0] - Re: calling a method from another method os same session bea

Wolfgang Knauf do-not-reply at jboss.com
Wed Feb 18 06:23:06 EST 2009


Yes:

@Stateless
  | public class MyBean
  | {
  |   public void method1()
  |   {
  |      this.method2();
  |   }
  | }

Hope I understood your question ;-)

Wolfgang

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211026



More information about the jboss-user mailing list