pt.jcodeutil.core.ejb
Class EJBUtils

java.lang.Object
  |
  +--pt.jcodeutil.core.ejb.EJBUtils

public abstract class EJBUtils
extends java.lang.Object


Constructor Summary
EJBUtils()
           
 
Method Summary
static void remove(javax.ejb.EJBObject obj)
          Removes an EJBObject Reference, ignoring the exception that can happen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBUtils

public EJBUtils()
Method Detail

remove

public static void remove(javax.ejb.EJBObject obj)
Removes an EJBObject Reference, ignoring the exception that can happen.
Parameters:
obj - the EJBObject to be removed.