Package com.arjuna.ats.tools.objectstorebrowser.stateviewers.viewers.arjunatransaction.nodes

Examples of com.arjuna.ats.tools.objectstorebrowser.stateviewers.viewers.arjunatransaction.nodes.FailedListNode


     */
    public void iconSelected(IconPanelEntry icon, boolean selected)
    {
        /** Populate panel with details of this list **/
        StatePanel panel = BrowserFrame.getStatePanel();
        final FailedListNode node = (FailedListNode)getNode();
        ArjunaTransactionWrapper ba = (ArjunaTransactionWrapper)node.getAssObject();
        panel.clear();
        panel.setType(getTypeName());
        panel.setInfo(ba.getFailedList().size()+" entries");
        panel.enableDetailsButton(new DetailsButtonAdapter() {
            public void detailsButtonPressed()
View Full Code Here

TOP

Related Classes of com.arjuna.ats.tools.objectstorebrowser.stateviewers.viewers.arjunatransaction.nodes.FailedListNode

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.