Searched defs:EJBLocalObjectInvocationHandlerDelegate (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBLocalObjectInvocationHandlerDelegate.java61 public class EJBLocalObjectInvocationHandlerDelegate class in inherits:InvocationHandler
69 EJBLocalObjectInvocationHandlerDelegate(Class intfClass, long containerId, method in class:EJBLocalObjectInvocationHandlerDelegate
106 && (other instanceof EJBLocalObjectInvocationHandlerDelegate)) {
107 EJBLocalObjectInvocationHandlerDelegate otherDelegate
108 = (EJBLocalObjectInvocationHandlerDelegate) other;

Completed in 12 milliseconds