Package org.omg.CosTrading.RegisterPackage

Examples of org.omg.CosTrading.RegisterPackage.OfferInfo


    // examine the offers of this service type
    Enumeration o = table.elements();
    while (o.hasMoreElements() && searchCount < searchCard)
    {
        OfferInfo info = (OfferInfo)o.nextElement();

        SourceAdapter source =
      new SourceAdapter(info.reference, info.properties);

        if (considerOffer(source, useDynamic, useModifiable, ts)) {
View Full Code Here

TOP

Related Classes of org.omg.CosTrading.RegisterPackage.OfferInfo

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.