tecgraf.openbus.core.v2_0.services.offer_registry
Class OfferRegistryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v2_0.services.offer_registry.OfferRegistryPOA
          extended by tecgraf.openbus.core.v2_0.services.offer_registry.OfferRegistryPOATie
All Implemented Interfaces:
InvokeHandler, OfferRegistryOperations

public class OfferRegistryPOATie
extends OfferRegistryPOA

Generated from IDL interface "OfferRegistry".

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

Constructor Summary
OfferRegistryPOATie(OfferRegistryOperations delegate)
           
OfferRegistryPOATie(OfferRegistryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 OfferRegistryOperations _delegate()
           
 void _delegate(OfferRegistryOperations delegate)
           
 OfferRegistry _this()
           
 OfferRegistry _this(ORB orb)
           
 ServiceOfferDesc[] findServices(ServiceProperty[] properties)
           
 ServiceOfferDesc[] getAllServices()
           
 ServiceOffer registerService(scs.core.IComponent service_ref, ServiceProperty[] properties)
           
 OfferRegistryObserverSubscription subscribeObserver(OfferRegistryObserver observer, ServiceProperty[] properties)
           
 
Methods inherited from class tecgraf.openbus.core.v2_0.services.offer_registry.OfferRegistryPOA
_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

OfferRegistryPOATie

public OfferRegistryPOATie(OfferRegistryOperations delegate)

OfferRegistryPOATie

public OfferRegistryPOATie(OfferRegistryOperations delegate,
                           POA poa)
Method Detail

_this

public OfferRegistry _this()
Overrides:
_this in class OfferRegistryPOA

_this

public OfferRegistry _this(ORB orb)
Overrides:
_this in class OfferRegistryPOA

_delegate

public OfferRegistryOperations _delegate()

_delegate

public void _delegate(OfferRegistryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

subscribeObserver

public OfferRegistryObserverSubscription subscribeObserver(OfferRegistryObserver observer,
                                                           ServiceProperty[] properties)
                                                    throws ServiceFailure
Throws:
ServiceFailure

getAllServices

public ServiceOfferDesc[] getAllServices()
                                  throws ServiceFailure
Throws:
ServiceFailure

registerService

public ServiceOffer registerService(scs.core.IComponent service_ref,
                                    ServiceProperty[] properties)
                             throws InvalidService,
                                    UnauthorizedFacets,
                                    InvalidProperties,
                                    ServiceFailure
Throws:
InvalidService
UnauthorizedFacets
InvalidProperties
ServiceFailure

findServices

public ServiceOfferDesc[] findServices(ServiceProperty[] properties)
                                throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.