Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.blocks.ejb
Class EnterpriseBeans  view EnterpriseBeans download EnterpriseBeans.java

java.lang.Object
  extended byorg.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.