tecgraf.openbus.core.v2_0.services.offer_registry
Interface OfferRegistryOperations

All Known Subinterfaces:
OfferRegistry
All Known Implementing Classes:
_OfferRegistryStub, OfferRegistryPOA, OfferRegistryPOATie

public interface OfferRegistryOperations

Generated from IDL interface "OfferRegistry".

Version:
generated at Feb 10, 2014 8:45:59 AM
Author:
JacORB IDL compiler V 3.3

Method Summary
 ServiceOfferDesc[] findServices(ServiceProperty[] properties)
           
 ServiceOfferDesc[] getAllServices()
           
 ServiceOffer registerService(scs.core.IComponent service_ref, ServiceProperty[] properties)
           
 OfferRegistryObserverSubscription subscribeObserver(OfferRegistryObserver observer, ServiceProperty[] properties)
           
 

Method Detail

registerService

ServiceOffer registerService(scs.core.IComponent service_ref,
                             ServiceProperty[] properties)
                             throws InvalidService,
                                    UnauthorizedFacets,
                                    InvalidProperties,
                                    ServiceFailure
Throws:
InvalidService
UnauthorizedFacets
InvalidProperties
ServiceFailure

findServices

ServiceOfferDesc[] findServices(ServiceProperty[] properties)
                                throws ServiceFailure
Throws:
ServiceFailure

getAllServices

ServiceOfferDesc[] getAllServices()
                                  throws ServiceFailure
Throws:
ServiceFailure

subscribeObserver

OfferRegistryObserverSubscription subscribeObserver(OfferRegistryObserver observer,
                                                    ServiceProperty[] properties)
                                                    throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.