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

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v2_0.services.offer_registry.EntityCategoryPOA
          extended by tecgraf.openbus.core.v2_0.services.offer_registry.EntityCategoryPOATie
All Implemented Interfaces:
InvokeHandler, EntityCategoryOperations

public class EntityCategoryPOATie
extends EntityCategoryPOA

Generated from IDL interface "EntityCategory".

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

Constructor Summary
EntityCategoryPOATie(EntityCategoryOperations delegate)
           
EntityCategoryPOATie(EntityCategoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 EntityCategoryOperations _delegate()
           
 void _delegate(EntityCategoryOperations delegate)
           
 EntityCategory _this()
           
 EntityCategory _this(ORB orb)
           
 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 tecgraf.openbus.core.v2_0.services.offer_registry.EntityCategoryPOA
_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

EntityCategoryPOATie

public EntityCategoryPOATie(EntityCategoryOperations delegate)

EntityCategoryPOATie

public EntityCategoryPOATie(EntityCategoryOperations delegate,
                            POA poa)
Method Detail

_this

public EntityCategory _this()
Overrides:
_this in class EntityCategoryPOA

_this

public EntityCategory _this(ORB orb)
Overrides:
_this in class EntityCategoryPOA

_delegate

public EntityCategoryOperations _delegate()

_delegate

public void _delegate(EntityCategoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

name

public String name()

setName

public void setName(String name)
             throws ServiceFailure,
                    UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation

getEntities

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

registerEntity

public RegisteredEntity registerEntity(String id,
                                       String name)
                                throws EntityAlreadyRegistered,
                                       ServiceFailure,
                                       UnauthorizedOperation
Throws:
EntityAlreadyRegistered
ServiceFailure
UnauthorizedOperation

remove

public void remove()
            throws EntityCategoryInUse,
                   ServiceFailure,
                   UnauthorizedOperation
Throws:
EntityCategoryInUse
ServiceFailure
UnauthorizedOperation

id

public String id()

describe

public EntityCategoryDesc describe()

removeAll

public void removeAll()
               throws ServiceFailure,
                      UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation


Copyright © 2014. All Rights Reserved.