Package com.sun.enterprise

Examples of com.sun.enterprise.InvocationManager.postInvoke()


    /**
     * See the comment on preInvoke.
     */
    private void postInvoke(ComponentInvocation dummy) {
        InvocationManager im = Switch.getSwitch().getInvocationManager();
        im.postInvoke(dummy);
    }

    // Stop all children.
    public void stopChildren(EntryContext context) throws ServiceGroupException {
        Iterator it = serviceGroupIterator();
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.