Class EJBLocalObjectInvocationHandler

    • Constructor Detail

      • EJBLocalObjectInvocationHandler

        public EJBLocalObjectInvocationHandler​(MethodMap invocationInfoMap,
                                               Class localIntf)
                                        throws Exception
        Constructor used for Local Home view
        Throws:
        Exception
      • EJBLocalObjectInvocationHandler

        public EJBLocalObjectInvocationHandler​(MethodMap invocationInfoMap,
                                               boolean optionalLocalBusinessView)
                                        throws Exception
        Constructor used for Local Business view.
        Throws:
        Exception
    • Method Detail

      • setProxy

        public void setProxy​(Object proxy)
      • getClientObject

        public Object getClientObject()
        Description copied from class: EJBLocalObjectImpl
        Get the client object corresponding to an EJBLocalObjectImpl. Users of this class cannot assume they can cast an EJBLocalObjectImpl to the object that the client uses, and vice-versa. This is overridden in the InvocationHandler. Only applicable for local home view.
        Overrides:
        getClientObject in class EJBLocalObjectImpl