|
|||||||||
| Home >> All >> org >> jboss >> blocks >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jboss.blocks.ejb
Class EnterpriseBeans

java.lang.Objectorg.jboss.blocks.ejb.EnterpriseBeans
- public class EnterpriseBeans
- extends java.lang.Object
A collection of EJB utility methods.
- Version:
- $Revision: 1.1.1.1 $
| Constructor Summary | |
EnterpriseBeans()
|
|
| Method Summary | |
static void |
remove(java.util.Collection c)
Remove all of the javax.ejb.EJBObjects listed in the given collection. |
static void |
remove(java.util.Enumeration enum)
Remove all of the javax.ejb.EJBObjects listed in the given enumeration. |
static void |
remove(java.util.Iterator iter)
Remove all of the javax.ejb.EJBObjects listed in the given iterator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
EnterpriseBeans
public EnterpriseBeans()
| Method Detail |
remove
public static void remove(java.util.Collection c) throws javax.ejb.RemoveException, java.rmi.RemoteException
- Remove all of the javax.ejb.EJBObjects listed in the given collection.
remove
public static void remove(java.util.Enumeration enum) throws javax.ejb.RemoveException, java.rmi.RemoteException
- Remove all of the javax.ejb.EJBObjects listed in the given enumeration.
remove
public static void remove(java.util.Iterator iter) throws javax.ejb.RemoveException, java.rmi.RemoteException
- Remove all of the javax.ejb.EJBObjects listed in the given iterator.
|
|||||||||
| Home >> All >> org >> jboss >> blocks >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jboss.blocks.ejb.EnterpriseBeans