Package org.jboss.ejb.plugins.local

Examples of org.jboss.ejb.plugins.local.BaseLocalProxyFactory


/*      */   protected boolean isJaccEnabled;
/*      */   protected EJBTimerService timerService;
/*      */
/*      */   public Container()
/*      */   {
/*  204 */     this.localProxyFactory = new BaseLocalProxyFactory();
/*      */
/*  207 */     this.methodPermissionsCache = new HashMap();
/*      */
/*  210 */     this.marshalledInvocationMapping = new HashMap();
/*      */
View Full Code Here

TOP

Related Classes of org.jboss.ejb.plugins.local.BaseLocalProxyFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.