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

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v2_0.services.offer_registry.EntityRegistryPOA
          extended by tecgraf.openbus.core.v2_0.services.offer_registry.EntityRegistryPOATie
All Implemented Interfaces:
InvokeHandler, EntityRegistryOperations

public class EntityRegistryPOATie
extends EntityRegistryPOA

Generated from IDL interface "EntityRegistry".

Version:
generated at Feb 5, 2014 10:06:29 AM
Author:
JacORB IDL compiler V 3.3

Constructor Summary
EntityRegistryPOATie(EntityRegistryOperations delegate)
           
EntityRegistryPOATie(EntityRegistryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 EntityRegistryOperations _delegate()
           
 void _delegate(EntityRegistryOperations delegate)
           
 EntityRegistry _this()
           
 EntityRegistry _this(ORB orb)
           
 EntityCategory createEntityCategory(String id, String name)
           
 RegisteredEntityDesc[] getAuthorizedEntities()
           
 RegisteredEntityDesc[] getEntities()
           
 RegisteredEntityDesc[] getEntitiesByAuthorizedInterfaces(String[] interfaces)
           
 RegisteredEntity getEntity(String id)
           
 EntityCategoryDesc[] getEntityCategories()
           
 EntityCategory getEntityCategory(String id)
           
 
Methods inherited from class tecgraf.openbus.core.v2_0.services.offer_registry.EntityRegistryPOA
_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

EntityRegistryPOATie

public EntityRegistryPOATie(EntityRegistryOperations delegate)

EntityRegistryPOATie

public EntityRegistryPOATie(EntityRegistryOperations delegate,
                            POA poa)
Method Detail

_this

public EntityRegistry _this()
Overrides:
_this in class EntityRegistryPOA

_this

public EntityRegistry _this(ORB orb)
Overrides:
_this in class EntityRegistryPOA

_delegate

public EntityRegistryOperations _delegate()

_delegate

public void _delegate(EntityRegistryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

getEntities

public RegisteredEntityDesc[] getEntities()
                                   throws ServiceFailure
Throws:
ServiceFailure

getAuthorizedEntities

public RegisteredEntityDesc[] getAuthorizedEntities()
                                             throws ServiceFailure
Throws:
ServiceFailure

createEntityCategory

public EntityCategory createEntityCategory(String id,
                                           String name)
                                    throws ServiceFailure,
                                           UnauthorizedOperation,
                                           EntityCategoryAlreadyExists
Throws:
ServiceFailure
UnauthorizedOperation
EntityCategoryAlreadyExists

getEntitiesByAuthorizedInterfaces

public RegisteredEntityDesc[] getEntitiesByAuthorizedInterfaces(String[] interfaces)
                                                         throws ServiceFailure
Throws:
ServiceFailure

getEntity

public RegisteredEntity getEntity(String id)
                           throws ServiceFailure
Throws:
ServiceFailure

getEntityCategory

public EntityCategory getEntityCategory(String id)
                                 throws ServiceFailure
Throws:
ServiceFailure

getEntityCategories

public EntityCategoryDesc[] getEntityCategories()
                                         throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.