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

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v2_0.services.offer_registry.InterfaceRegistryPOA
          extended by tecgraf.openbus.core.v2_0.services.offer_registry.InterfaceRegistryPOATie
All Implemented Interfaces:
InvokeHandler, InterfaceRegistryOperations

public class InterfaceRegistryPOATie
extends InterfaceRegistryPOA

Generated from IDL interface "InterfaceRegistry".

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

Constructor Summary
InterfaceRegistryPOATie(InterfaceRegistryOperations delegate)
           
InterfaceRegistryPOATie(InterfaceRegistryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 InterfaceRegistryOperations _delegate()
           
 void _delegate(InterfaceRegistryOperations delegate)
           
 InterfaceRegistry _this()
           
 InterfaceRegistry _this(ORB orb)
           
 String[] getInterfaces()
           
 boolean registerInterface(String ifaceId)
           
 boolean removeInterface(String ifaceId)
           
 
Methods inherited from class tecgraf.openbus.core.v2_0.services.offer_registry.InterfaceRegistryPOA
_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

InterfaceRegistryPOATie

public InterfaceRegistryPOATie(InterfaceRegistryOperations delegate)

InterfaceRegistryPOATie

public InterfaceRegistryPOATie(InterfaceRegistryOperations delegate,
                               POA poa)
Method Detail

_this

public InterfaceRegistry _this()
Overrides:
_this in class InterfaceRegistryPOA

_this

public InterfaceRegistry _this(ORB orb)
Overrides:
_this in class InterfaceRegistryPOA

_delegate

public InterfaceRegistryOperations _delegate()

_delegate

public void _delegate(InterfaceRegistryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

getInterfaces

public String[] getInterfaces()
                       throws ServiceFailure
Throws:
ServiceFailure

registerInterface

public boolean registerInterface(String ifaceId)
                          throws ServiceFailure,
                                 UnauthorizedOperation,
                                 InvalidInterface
Throws:
ServiceFailure
UnauthorizedOperation
InvalidInterface

removeInterface

public boolean removeInterface(String ifaceId)
                        throws ServiceFailure,
                               InterfaceInUse,
                               UnauthorizedOperation
Throws:
ServiceFailure
InterfaceInUse
UnauthorizedOperation


Copyright © 2014. All Rights Reserved.