Uses of Class
tecgraf.openbus.core.v1_05.registry_service.Property

Packages that use Property
tecgraf.openbus.core.v1_05.registry_service   
 

Uses of Property in tecgraf.openbus.core.v1_05.registry_service
 

Fields in tecgraf.openbus.core.v1_05.registry_service declared as Property
 Property[] ServiceOffer.properties
           
 Property[] ServiceOfferEntry.properties
           
 Property[] PropertyListHolder.value
           
 Property PropertyHolder.value
           
 

Methods in tecgraf.openbus.core.v1_05.registry_service that return Property
static Property PropertyHelper.extract(Any any)
           
static Property[] PropertyListHelper.extract(Any any)
           
static Property PropertyHelper.read(InputStream in)
           
static Property[] PropertyListHelper.read(InputStream _in)
           
 

Methods in tecgraf.openbus.core.v1_05.registry_service with parameters of type Property
 ServiceOffer[] IRegistryServicePOATie.findByCriteria(String[] facets, Property[] criteria)
           
 ServiceOffer[] IRegistryServiceOperations.findByCriteria(String[] facets, Property[] criteria)
           
 ServiceOffer[] _IRegistryServiceStub.findByCriteria(String[] facets, Property[] criteria)
           
static void PropertyHelper.insert(Any any, Property s)
           
static void PropertyListHelper.insert(Any any, Property[] s)
           
 ServiceOfferEntry[] IRegistryServicePOATie.localFind(String[] facets, Property[] criteria)
           
 ServiceOfferEntry[] IRegistryServiceOperations.localFind(String[] facets, Property[] criteria)
           
 ServiceOfferEntry[] _IRegistryServiceStub.localFind(String[] facets, Property[] criteria)
           
 void IRegistryServicePOATie.update(String identifier, Property[] newProperties)
           
 void IRegistryServiceOperations.update(String identifier, Property[] newProperties)
           
 void _IRegistryServiceStub.update(String identifier, Property[] newProperties)
           
static void PropertyHelper.write(OutputStream out, Property s)
           
static void PropertyListHelper.write(OutputStream _out, Property[] _s)
           
 

Constructors in tecgraf.openbus.core.v1_05.registry_service with parameters of type Property
PropertyHolder(Property initial)
           
PropertyListHolder(Property[] initial)
           
ServiceOffer(Property[] properties, scs.core.IComponent member)
           
ServiceOfferEntry(ServiceOffer aServiceOffer, Credential aCredential, String identifier, String authorizedFacets, Property[] properties)
           
 



Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.