Package com.hp.mwtests.performance

Examples of com.hp.mwtests.performance.PerfTestException


            SubtransactionAwareResource res = SubtransactionAwareResourceHelper.narrow(oa.corbaReference(resource));
            coordinator.register_resource(res);
        }
        catch (Exception e)
        {
            throw new PerfTestException();
        }
    }
View Full Code Here

TOP

Related Classes of com.hp.mwtests.performance.PerfTestException

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.