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

All Known Subinterfaces:
ServiceOffer
All Known Implementing Classes:
_ServiceOfferStub, ServiceOfferPOA, ServiceOfferPOATie

public interface ServiceOfferOperations

Generated from IDL interface "ServiceOffer".

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

Method Summary
 ServiceOfferDesc describe()
           
 ServiceProperty[] properties()
           
 void remove()
           
 scs.core.IComponent service_ref()
           
 void setProperties(ServiceProperty[] properties)
           
 OfferObserverSubscription subscribeObserver(OfferObserver observer)
           
 

Method Detail

service_ref

scs.core.IComponent service_ref()

properties

ServiceProperty[] properties()

describe

ServiceOfferDesc describe()

setProperties

void setProperties(ServiceProperty[] properties)
                   throws InvalidProperties,
                          ServiceFailure,
                          UnauthorizedOperation
Throws:
InvalidProperties
ServiceFailure
UnauthorizedOperation

remove

void remove()
            throws ServiceFailure,
                   UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation

subscribeObserver

OfferObserverSubscription subscribeObserver(OfferObserver observer)
                                            throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.