Uses of Class
tecgraf.openbus.core.v2_0.services.offer_registry.ServiceProperty

Packages that use ServiceProperty
tecgraf.openbus.assistant   
tecgraf.openbus.core.v2_0.services.offer_registry   
 

Uses of ServiceProperty in tecgraf.openbus.assistant
 

Methods in tecgraf.openbus.assistant with parameters of type ServiceProperty
 ServiceOfferDesc[] Assistant.findServices(ServiceProperty[] properties, int retries)
          Busca por ofertas que apresentem um conjunto de propriedades definido.
 void OnFailureCallback.onRegisterFailure(Assistant assistant, scs.core.IComponent component, ServiceProperty[] properties, Throwable except)
          Callback de notificação de falhas durante processo de login.
 void Assistant.registerService(scs.core.IComponent component, ServiceProperty[] properties)
          Solicita que o assitente registre um serviço no barramento.
 

Uses of ServiceProperty in tecgraf.openbus.core.v2_0.services.offer_registry
 

Fields in tecgraf.openbus.core.v2_0.services.offer_registry declared as ServiceProperty
 ServiceProperty[] ServiceOfferDesc.properties
           
 ServiceProperty[] OfferRegistryObserverSubscriptionDesc.properties
           
 ServiceProperty[] InvalidProperties.properties
           
 ServiceProperty[] ServicePropertySeqHolder.value
           
 ServiceProperty ServicePropertyHolder.value
           
 

Methods in tecgraf.openbus.core.v2_0.services.offer_registry that return ServiceProperty
static ServiceProperty[] ServicePropertySeqHelper.extract(Any any)
           
static ServiceProperty ServicePropertyHelper.extract(Any any)
           
 ServiceProperty[] ServiceOfferPOATie.properties()
           
 ServiceProperty[] ServiceOfferOperations.properties()
           
 ServiceProperty[] OfferRegistryObserverSubscriptionPOATie.properties()
           
 ServiceProperty[] OfferRegistryObserverSubscriptionOperations.properties()
           
 ServiceProperty[] _ServiceOfferStub.properties()
           
 ServiceProperty[] _OfferRegistryObserverSubscriptionStub.properties()
           
static ServiceProperty[] ServicePropertySeqHelper.read(InputStream _in)
           
static ServiceProperty ServicePropertyHelper.read(InputStream in)
           
 

Methods in tecgraf.openbus.core.v2_0.services.offer_registry with parameters of type ServiceProperty
 ServiceOfferDesc[] OfferRegistryPOATie.findServices(ServiceProperty[] properties)
           
 ServiceOfferDesc[] OfferRegistryOperations.findServices(ServiceProperty[] properties)
           
 ServiceOfferDesc[] _OfferRegistryStub.findServices(ServiceProperty[] properties)
           
static void ServicePropertyHelper.insert(Any any, ServiceProperty s)
           
static void ServicePropertySeqHelper.insert(Any any, ServiceProperty[] s)
           
 ServiceOffer OfferRegistryPOATie.registerService(scs.core.IComponent service_ref, ServiceProperty[] properties)
           
 ServiceOffer OfferRegistryOperations.registerService(scs.core.IComponent service_ref, ServiceProperty[] properties)
           
 ServiceOffer _OfferRegistryStub.registerService(scs.core.IComponent service_ref, ServiceProperty[] properties)
           
 void ServiceOfferPOATie.setProperties(ServiceProperty[] properties)
           
 void ServiceOfferOperations.setProperties(ServiceProperty[] properties)
           
 void _ServiceOfferStub.setProperties(ServiceProperty[] properties)
           
 OfferRegistryObserverSubscription OfferRegistryPOATie.subscribeObserver(OfferRegistryObserver observer, ServiceProperty[] properties)
           
 OfferRegistryObserverSubscription OfferRegistryOperations.subscribeObserver(OfferRegistryObserver observer, ServiceProperty[] properties)
           
 OfferRegistryObserverSubscription _OfferRegistryStub.subscribeObserver(OfferRegistryObserver observer, ServiceProperty[] properties)
           
static void ServicePropertyHelper.write(OutputStream out, ServiceProperty s)
           
static void ServicePropertySeqHelper.write(OutputStream _out, ServiceProperty[] _s)
           
 

Constructors in tecgraf.openbus.core.v2_0.services.offer_registry with parameters of type ServiceProperty
InvalidProperties(ServiceProperty[] properties)
           
InvalidProperties(String _reason, ServiceProperty[] properties)
           
OfferRegistryObserverSubscriptionDesc(OfferRegistryObserver observer, ServiceProperty[] properties)
           
ServiceOfferDesc(scs.core.IComponent service_ref, ServiceProperty[] properties, ServiceOffer ref)
           
ServicePropertyHolder(ServiceProperty initial)
           
ServicePropertySeqHolder(ServiceProperty[] initial)
           
 



Copyright © 2014. All Rights Reserved.