tecgraf.openbus.core.v1_05.registry_service
Class _IRegistryServiceStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
tecgraf.openbus.core.v1_05.registry_service._IRegistryServiceStub
- All Implemented Interfaces:
- Serializable, Object, IDLEntity, IRegistryService, IRegistryServiceOperations
public class _IRegistryServiceStub
- extends ObjectImpl
- implements IRegistryService
Generated from IDL interface "IRegistryService".
- Version:
- generated at Jan 25, 2017 11:06:46 AM
- Author:
- JacORB IDL compiler V 3.8
- See Also:
- Serialized Form
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_opsClass
public static final Class _opsClass
_IRegistryServiceStub
public _IRegistryServiceStub()
_ids
public String[] _ids()
- Specified by:
_ids in class ObjectImpl
findByCriteria
public ServiceOffer[] findByCriteria(String[] facets,
Property[] criteria)
- Specified by:
findByCriteria in interface IRegistryServiceOperations
register
public String register(ServiceOffer aServiceOffer)
throws UnathorizedFacets
- Specified by:
register in interface IRegistryServiceOperations
- Throws:
UnathorizedFacets
localFind
public ServiceOfferEntry[] localFind(String[] facets,
Property[] criteria)
- Specified by:
localFind in interface IRegistryServiceOperations
update
public void update(String identifier,
Property[] newProperties)
throws ServiceOfferNonExistent,
UnathorizedFacets
- Specified by:
update in interface IRegistryServiceOperations
- Throws:
ServiceOfferNonExistent
UnathorizedFacets
find
public ServiceOffer[] find(String[] facets)
- Specified by:
find in interface IRegistryServiceOperations
unregister
public boolean unregister(String identifier)
- Specified by:
unregister in interface IRegistryServiceOperations
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.