Package com.caucho.ejb.server

Examples of com.caucho.ejb.server.AbstractContext


      }

      BeanFactory<SessionContext> factory
        = beanManager.createBeanFactory(SessionContext.class);
     
      AbstractContext context = getSessionContext();
      context.setDeclaredRoles(_declaredRoles);

      beanManager.addBean(factory.singleton(context));
    } finally {
      thread.setContextClassLoader(oldLoader);
    }
View Full Code Here

TOP

Related Classes of com.caucho.ejb.server.AbstractContext

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.