Package javax.slee

Examples of javax.slee.ActivityContextInterface.detach()


    public void onLinkReleased(MsLinkEvent evt, ActivityContextInterface aci) {
        logger.info("Dialog completed, fire DIALOG_COMPLETE event");
        ActivityContextInterface connectionAci = this.getUserActivity();
        if (connectionAci != null && !connectionAci.isEnding()) {
            connectionAci.detach(sbbContext.getSbbLocalObject());
            this.fireLinkReleased(evt, connectionAci, null);
        }
    }

    public abstract void fireLinkReleased(MsLinkEvent evt,
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.