Package org.jboss.as.ejb3.component.stateful

Examples of org.jboss.as.ejb3.component.stateful.StatefulComponentDescription.addRemoveMethod()


        }

        for(final RemoveMethodMetaData removeMethod : beanMetaData.getRemoveMethods()) {
            final NamedMethodMetaData methodData = removeMethod.getBeanMethod();
            final Method method = MethodResolutionUtils.resolveMethod(methodData, componentClass, reflectionIndex);
            sessionBean.addRemoveMethod(MethodIdentifier.getIdentifierForMethod(method), removeMethod.isRetainIfException());
        }
    }


}
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.