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

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by tecgraf.openbus.core.v2_0.services.offer_registry._EntityRegistryStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, EntityRegistry, EntityRegistryOperations

public class _EntityRegistryStub
extends ObjectImpl
implements EntityRegistry

Generated from IDL interface "EntityRegistry".

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

Field Summary
static Class _opsClass
           
 
Constructor Summary
_EntityRegistryStub()
           
 
Method Summary
 String[] _ids()
           
 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 org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_EntityRegistryStub

public _EntityRegistryStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

getEntities

public RegisteredEntityDesc[] getEntities()
                                   throws ServiceFailure
Specified by:
getEntities in interface EntityRegistryOperations
Throws:
ServiceFailure

getAuthorizedEntities

public RegisteredEntityDesc[] getAuthorizedEntities()
                                             throws ServiceFailure
Specified by:
getAuthorizedEntities in interface EntityRegistryOperations
Throws:
ServiceFailure

createEntityCategory

public EntityCategory createEntityCategory(String id,
                                           String name)
                                    throws ServiceFailure,
                                           UnauthorizedOperation,
                                           EntityCategoryAlreadyExists
Specified by:
createEntityCategory in interface EntityRegistryOperations
Throws:
ServiceFailure
UnauthorizedOperation
EntityCategoryAlreadyExists

getEntitiesByAuthorizedInterfaces

public RegisteredEntityDesc[] getEntitiesByAuthorizedInterfaces(String[] interfaces)
                                                         throws ServiceFailure
Specified by:
getEntitiesByAuthorizedInterfaces in interface EntityRegistryOperations
Throws:
ServiceFailure

getEntity

public RegisteredEntity getEntity(String id)
                           throws ServiceFailure
Specified by:
getEntity in interface EntityRegistryOperations
Throws:
ServiceFailure

getEntityCategory

public EntityCategory getEntityCategory(String id)
                                 throws ServiceFailure
Specified by:
getEntityCategory in interface EntityRegistryOperations
Throws:
ServiceFailure

getEntityCategories

public EntityCategoryDesc[] getEntityCategories()
                                         throws ServiceFailure
Specified by:
getEntityCategories in interface EntityRegistryOperations
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.