| java.lang.Object org.apache.openejb.core.ivm.BaseEjbProxyHandler
All known Subclasses: org.apache.openejb.core.ivm.EjbObjectProxyHandler, org.apache.openejb.core.ivm.EjbHomeProxyHandler,
doCrossClassLoaderCopy | protected boolean doCrossClassLoaderCopy(Code) | | |
doIntraVmCopy | protected boolean doIntraVmCopy(Code) | | |
inProxyMap | public boolean inProxyMap(Code) | | |
isInvalidReference | protected boolean isInvalidReference(Code) | | |
convertException | protected Throwable convertException(Throwable e, Method method, Class interfce)(Code) | | Renamed method so it shows up with a much more understandable purpose as it
will be the top element in the stacktrace
Parameters: e - Parameters: method - Parameters: interfce - |
getInvokedInterface | protected Class> getInvokedInterface(Method method)(Code) | | This method should be called to determine the corresponding
business interface class to name as the invoking interface.
This method should NOT be called on non-business-interface
methods the proxy has such as java.lang.Object or IntraVmProxy.
Parameters: method - the business (or component) interface matching this method |
hashCode | public int hashCode()(Code) | | |
invalidateAllHandlers | protected void invalidateAllHandlers(Object key)(Code) | | |
invalidateReference | public void invalidateReference()(Code) | | |
setIntraVmCopyMode | public void setIntraVmCopyMode(boolean on)(Code) | | |
|
|