Examples of ManagedReference


Examples of org.jboss.as.naming.ManagedReference

            public Object processInvocation(final InterceptorContext context) throws Exception {
                final ComponentView view = viewToCreate.getValue();
                try {
                    INIT_METHOD.set(method);
                    INIT_PARAMETERS.set(context.getParameters());
                    final ManagedReference instance = view.createInstance();
                    return instance.getInstance();
                } finally {
                    INIT_METHOD.remove();
                    INIT_PARAMETERS.remove();
                }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.