tecgraf.openbus.core.v2_0.services.offer_registry
Class EntityRegistryPOATie
java.lang.Object
org.omg.PortableServer.Servant
tecgraf.openbus.core.v2_0.services.offer_registry.EntityRegistryPOA
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityRegistryPOATie
public EntityRegistryPOATie(EntityRegistryOperations delegate)
EntityRegistryPOATie
public EntityRegistryPOATie(EntityRegistryOperations delegate,
POA poa)
_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.