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

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

public class _EntityCategoryStub
extends ObjectImpl
implements EntityCategory

Generated from IDL interface "EntityCategory".

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
_EntityCategoryStub()
           
 
Method Summary
 String[] _ids()
           
 EntityCategoryDesc describe()
           
 RegisteredEntityDesc[] getEntities()
           
 String id()
           
 String name()
           
 RegisteredEntity registerEntity(String id, String name)
           
 void remove()
           
 void removeAll()
           
 void setName(String name)
           
 
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

_EntityCategoryStub

public _EntityCategoryStub()
Method Detail

_ids

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

name

public String name()
Specified by:
name in interface EntityCategoryOperations

setName

public void setName(String name)
             throws ServiceFailure,
                    UnauthorizedOperation
Specified by:
setName in interface EntityCategoryOperations
Throws:
ServiceFailure
UnauthorizedOperation

getEntities

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

registerEntity

public RegisteredEntity registerEntity(String id,
                                       String name)
                                throws EntityAlreadyRegistered,
                                       ServiceFailure,
                                       UnauthorizedOperation
Specified by:
registerEntity in interface EntityCategoryOperations
Throws:
EntityAlreadyRegistered
ServiceFailure
UnauthorizedOperation

remove

public void remove()
            throws EntityCategoryInUse,
                   ServiceFailure,
                   UnauthorizedOperation
Specified by:
remove in interface EntityCategoryOperations
Throws:
EntityCategoryInUse
ServiceFailure
UnauthorizedOperation

id

public String id()
Specified by:
id in interface EntityCategoryOperations

describe

public EntityCategoryDesc describe()
Specified by:
describe in interface EntityCategoryOperations

removeAll

public void removeAll()
               throws ServiceFailure,
                      UnauthorizedOperation
Specified by:
removeAll in interface EntityCategoryOperations
Throws:
ServiceFailure
UnauthorizedOperation


Copyright © 2014. All Rights Reserved.