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

Examples of com.arjuna.ats.tools.objectstorebrowser.stateviewers.viewers.SynchronizationInfo


        if (synchronizations == null)
        {
            synchronizations = new ArrayList<SynchronizationInfo> ();

            for (Map.Entry<Uid, String> me : delegate.getSynchronizations().entrySet())
                synchronizations.add(new SynchronizationInfo(me.getKey(), me.getValue()));
        }

        return synchronizations;
    }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.tools.objectstorebrowser.stateviewers.viewers.SynchronizationInfo

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.