Author: pete.muir(a)jboss.org
Date: 2008-12-24 12:23:39 -0500 (Wed, 24 Dec 2008)
New Revision: 706
Modified:
doc/trunk/reference/en/modules/ri-spi.xml
Log:
WBRI-72
Modified: doc/trunk/reference/en/modules/ri-spi.xml
===================================================================
--- doc/trunk/reference/en/modules/ri-spi.xml 2008-12-24 17:22:38 UTC (rev 705)
+++ doc/trunk/reference/en/modules/ri-spi.xml 2008-12-24 17:23:39 UTC (rev 706)
@@ -97,7 +97,7 @@
*
* @return An iterator over the remove methods
*/
- public Iterable<MethodDescriptor> getRemoveMethods();
+ public Iterable<Method> getRemoveMethods();
/**
* Indicates if the bean is stateless
@@ -147,10 +147,7 @@
The contract described the JavaDoc is enough to implement
an EJBDescriptor. In addition to these two interfaces, there is
<literal>BusinessInterfaceDescriptor</literal> which represents a
local
- business interface (encapsulating the interface class and jndi name), and
- <literal>MethodDescriptor</literal> which encapsulates the method
name
- and parameter types (allowing it to be invoked on any instance of the
- EJB, proxy or otherwise).
+ business interface (encapsulating the interface class and jndi name).
</para>
<para>
Show replies by date