Package com.arjuna.ats.tools.objectstorebrowser.rootprovider

Examples of com.arjuna.ats.tools.objectstorebrowser.rootprovider.InFlightTransactionPseudoStore


    private static final String STORE_VAL = "com.arjuna.ats.tools.objectstorebrowser.rootprovider.InFlightTransactionPseudoStore";

    public InFlightTransactionViewer() throws ToolPluginException
    {
        //arjPropertyManager.propertyManager.setProperty(STORE_KEY, STORE_VAL);
        Inventory.inventory().addToList(new InFlightTransactionPseudoStore());

        if (ObjectStoreBrowserPlugin.getRootProvider() == null)
            throw new ToolPluginException("No object store provider has been configured");

        ObjectStoreBrowserPlugin.getRootProvider().addRoot(InFlightTransactionPseudoStore.STORE_NAME);
View Full Code Here

TOP

Related Classes of com.arjuna.ats.tools.objectstorebrowser.rootprovider.InFlightTransactionPseudoStore

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.