com.retek.commons.domain.core.impl.remote
Class EjbLocator

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.EjbLocator

public abstract class EjbLocator
extends java.lang.Object


Field Summary
static RetekLogger EJB_LOGGER
           
static boolean SIMULATE
           
 
Method Summary
static void clearCache()
           
static void clearCacheIfServerError(java.lang.Exception e)
           
static javax.ejb.EJBLocalHome getLocalHome(java.lang.String jndiName, java.lang.Class homeInterface, java.lang.Class ejbInterface, boolean isStateless)
           
static javax.ejb.EJBHome getRemoteHome(java.lang.String jndiName, java.lang.Class homeInterface, java.lang.Class ejbInterface, boolean isStateless)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMULATE

public static final boolean SIMULATE

EJB_LOGGER

public static RetekLogger EJB_LOGGER
Method Detail

getRemoteHome

public static javax.ejb.EJBHome getRemoteHome(java.lang.String jndiName,
                                              java.lang.Class homeInterface,
                                              java.lang.Class ejbInterface,
                                              boolean isStateless)
                                       throws javax.naming.NamingException
Throws:
javax.naming.NamingException

getLocalHome

public static javax.ejb.EJBLocalHome getLocalHome(java.lang.String jndiName,
                                                  java.lang.Class homeInterface,
                                                  java.lang.Class ejbInterface,
                                                  boolean isStateless)
                                           throws javax.naming.NamingException
Throws:
javax.naming.NamingException

clearCache

public static void clearCache()

clearCacheIfServerError

public static void clearCacheIfServerError(java.lang.Exception e)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28