tecgraf.openbus.core.v1_05.registry_service
Class IRegistryServicePOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v1_05.registry_service.IRegistryServicePOA
          extended by tecgraf.openbus.core.v1_05.registry_service.IRegistryServicePOATie
All Implemented Interfaces:
InvokeHandler, IRegistryServiceOperations

public class IRegistryServicePOATie
extends IRegistryServicePOA

Generated from IDL interface "IRegistryService".

Version:
generated at Jan 25, 2017 11:06:46 AM
Author:
JacORB IDL compiler V 3.8

Constructor Summary
IRegistryServicePOATie(IRegistryServiceOperations delegate)
           
IRegistryServicePOATie(IRegistryServiceOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 IRegistryServiceOperations _delegate()
           
 void _delegate(IRegistryServiceOperations delegate)
           
 IRegistryService _this()
           
 IRegistryService _this(ORB orb)
           
 ServiceOffer[] find(String[] facets)
           
 ServiceOffer[] findByCriteria(String[] facets, Property[] criteria)
           
 ServiceOfferEntry[] localFind(String[] facets, Property[] criteria)
           
 String register(ServiceOffer aServiceOffer)
           
 boolean unregister(String identifier)
           
 void update(String identifier, Property[] newProperties)
           
 
Methods inherited from class tecgraf.openbus.core.v1_05.registry_service.IRegistryServicePOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRegistryServicePOATie

public IRegistryServicePOATie(IRegistryServiceOperations delegate)

IRegistryServicePOATie

public IRegistryServicePOATie(IRegistryServiceOperations delegate,
                              POA poa)
Method Detail

_this

public IRegistryService _this()
Overrides:
_this in class IRegistryServicePOA

_this

public IRegistryService _this(ORB orb)
Overrides:
_this in class IRegistryServicePOA

_delegate

public IRegistryServiceOperations _delegate()

_delegate

public void _delegate(IRegistryServiceOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

findByCriteria

public ServiceOffer[] findByCriteria(String[] facets,
                                     Property[] criteria)

register

public String register(ServiceOffer aServiceOffer)
                throws UnathorizedFacets
Throws:
UnathorizedFacets

localFind

public ServiceOfferEntry[] localFind(String[] facets,
                                     Property[] criteria)

update

public void update(String identifier,
                   Property[] newProperties)
            throws ServiceOfferNonExistent,
                   UnathorizedFacets
Throws:
ServiceOfferNonExistent
UnathorizedFacets

find

public ServiceOffer[] find(String[] facets)

unregister

public boolean unregister(String identifier)


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