tecgraf.openbus.core.v2_0.services.offer_registry
Interface EntityRegistryOperations

All Known Subinterfaces:
EntityRegistry
All Known Implementing Classes:
_EntityRegistryStub, EntityRegistryPOA, EntityRegistryPOATie

public interface EntityRegistryOperations

Generated from IDL interface "EntityRegistry".

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

Method Summary
 EntityCategory createEntityCategory(String id, String name)
           
 RegisteredEntityDesc[] getAuthorizedEntities()
           
 RegisteredEntityDesc[] getEntities()
           
 RegisteredEntityDesc[] getEntitiesByAuthorizedInterfaces(String[] interfaces)
           
 RegisteredEntity getEntity(String id)
           
 EntityCategoryDesc[] getEntityCategories()
           
 EntityCategory getEntityCategory(String id)
           
 

Method Detail

createEntityCategory

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

getEntityCategories

EntityCategoryDesc[] getEntityCategories()
                                         throws ServiceFailure
Throws:
ServiceFailure

getEntityCategory

EntityCategory getEntityCategory(String id)
                                 throws ServiceFailure
Throws:
ServiceFailure

getEntities

RegisteredEntityDesc[] getEntities()
                                   throws ServiceFailure
Throws:
ServiceFailure

getEntity

RegisteredEntity getEntity(String id)
                           throws ServiceFailure
Throws:
ServiceFailure

getAuthorizedEntities

RegisteredEntityDesc[] getAuthorizedEntities()
                                             throws ServiceFailure
Throws:
ServiceFailure

getEntitiesByAuthorizedInterfaces

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


Copyright © 2014. All Rights Reserved.