User: user57
Date: 01/07/09 19:35:17
Modified: src/main/org/jboss/ejb ContainerInvokerContainer.java
Log:
o added dummy comments (someone who knows what they are for should fill
in the ???). all public interface should really be javadoc'd.
Revision Changes Path
1.6 +44 -21 jboss/src/main/org/jboss/ejb/ContainerInvokerContainer.java
Index: ContainerInvokerContainer.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/ContainerInvokerContainer.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ContainerInvokerContainer.java 2001/06/18 20:01:21 1.5
+++ ContainerInvokerContainer.java 2001/07/10 02:35:17 1.6
@@ -6,37 +6,60 @@
*/
package org.jboss.ejb;
-import java.rmi.RemoteException;
-import java.util.Collection;
-
-import javax.ejb.EJBMetaData;
-import javax.ejb.EJBHome;
-import javax.ejb.EJBObject;
-import javax.naming.Name;
-
/**
- * This is an interface for Containers that uses ContainerInvokers.
+ * This is an interface for Containers that uses ContainerInvokers.
*
- * ContainerInvokers may communicate with the Container through this interface
+ * <p>ContainerInvokers may communicate with the Container through
+ * this interface.
*
- * @see ContainerInvoker
- * @author <a href="mailto:[EMAIL PROTECTED]">Rickard �berg</a>
- * @author <a href="mailto:[EMAIL PROTECTED]">Daniel OConnor</a>
- * @version $Revision: 1.5 $
+ * @see ContainerInvoker
+ *
+ * @author <a href="mailto:[EMAIL PROTECTED]">Rickard �berg</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Daniel OConnor</a>
+ * @version $Revision: 1.6 $
*/
public interface ContainerInvokerContainer
{
- // Public --------------------------------------------------------
- public Class getHomeClass();
+ /**
+ * ???
+ *
+ * @return ???
+ */
+ Class getHomeClass();
- public Class getRemoteClass();
+ /**
+ * ???
+ *
+ * @return ???
+ */
+ Class getRemoteClass();
- public Class getLocalHomeClass();
+ /**
+ * ???
+ *
+ * @return ???
+ */
+ Class getLocalHomeClass();
- public Class getLocalClass();
+ /**
+ * ???
+ *
+ * @return ???
+ */
+ Class getLocalClass();
- public ContainerInvoker getContainerInvoker();
+ /**
+ * ???
+ *
+ * @return ???
+ */
+ ContainerInvoker getContainerInvoker();
- public LocalContainerInvoker getLocalContainerInvoker();
+ /**
+ * ???
+ *
+ * @return ???
+ */
+ LocalContainerInvoker getLocalContainerInvoker();
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development