[jboss-cvs] jboss-j2ee/src/main/javax/ejb ...

Carlo de Wolf carlo at nerdnet.nl
Fri Jul 14 06:33:10 EDT 2006


  User: wolfc   
  Date: 06/07/14 06:33:10

  Modified:    src/main/javax/ejb  SessionContext.java
  Log:
  EJBTHREE-650: getInvokedBusinessInterface return type fixed
  
  Revision  Changes    Path
  1.8       +2 -2      jboss-j2ee/src/main/javax/ejb/SessionContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SessionContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/ejb/SessionContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- SessionContext.java	24 Feb 2006 16:57:20 -0000	1.7
  +++ SessionContext.java	14 Jul 2006 10:33:10 -0000	1.8
  @@ -29,7 +29,7 @@
    * instance. The container passes the SessionContext interface to an
    * instance after the instance has been created. The session context
    * remains associated with the instance for the lifetime of the instance.
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public interface SessionContext extends EJBContext
   {
  @@ -92,7 +92,7 @@
       * @throws IllegalStateException - Thrown if this method is invoked while
       * the instance is in a state that does not allow access to this method.
       */ 
  -   public Object getInvokedBusinessInterface() throws IllegalStateException;
  +   public Class getInvokedBusinessInterface() throws IllegalStateException;
      
      
   }
  
  
  



More information about the jboss-cvs-commits mailing list