tecgraf.openbus.core.v1_05.registry_service
Interface IRegistryServiceOperations
- All Known Subinterfaces:
- IRegistryService
- All Known Implementing Classes:
- _IRegistryServiceStub, IRegistryServicePOA, IRegistryServicePOATie
public interface IRegistryServiceOperations
Generated from IDL interface "IRegistryService".
- Version:
- generated at Jan 25, 2017 11:06:46 AM
- Author:
- JacORB IDL compiler V 3.8
register
String register(ServiceOffer aServiceOffer)
throws UnathorizedFacets
- Throws:
UnathorizedFacets
unregister
boolean unregister(String identifier)
update
void update(String identifier,
Property[] newProperties)
throws ServiceOfferNonExistent,
UnathorizedFacets
- Throws:
ServiceOfferNonExistent
UnathorizedFacets
find
ServiceOffer[] find(String[] facets)
findByCriteria
ServiceOffer[] findByCriteria(String[] facets,
Property[] criteria)
localFind
ServiceOfferEntry[] localFind(String[] facets,
Property[] criteria)
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.