User: fleury
Date: 00/08/17 14:27:36
Modified: src/main/org/jboss/ejb ContainerInvoker.java
Log:
oops forgot to commit the signature change
Revision Changes Path
1.3 +4 -2 jboss/src/main/org/jboss/ejb/ContainerInvoker.java
Index: ContainerInvoker.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/ejb/ContainerInvoker.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContainerInvoker.java 2000/05/30 18:32:16 1.2
+++ ContainerInvoker.java 2000/08/17 21:27:35 1.3
@@ -13,6 +13,7 @@
import javax.ejb.EJBHome;
import javax.ejb.EJBObject;
import javax.naming.Name;
+import org.jboss.util.FastKey;
/**
* This is an interface for Container plugins. Implementations of this
@@ -28,7 +29,8 @@
*
* @see Container
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.2 $
+ * @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
+ * @version $Revision: 1.3 $
*/
public interface ContainerInvoker
extends ContainerPlugin
@@ -84,7 +86,7 @@
* @return an implementation of the remote interface for this container
* @exception RemoteException thrown if the EJBObject could not be created
*/
- public EJBObject getEntityEJBObject(Object id)
+ public EJBObject getEntityEJBObject(FastKey id)
throws RemoteException;