BEA Systems, Inc.

weblogic.rmi
Interface EJBForceCallByReference


public interface EJBForceCallByReference

This is a tagging interface used to indicate whether the caller of an EJB is in the same EAR application This is an internal feature used by EJB sub-system. If the caller is from the same application (like, JSP calling EJB in the same .ear), then call by reference can be allowed based on some criterias. The criterias will be checked at the EJB layer.


Method Summary
 boolean isCallByRefAllowed()
           
 

Method Detail

isCallByRefAllowed

boolean isCallByRefAllowed()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.