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

All Known Subinterfaces:
InterfaceRegistry
All Known Implementing Classes:
_InterfaceRegistryStub, InterfaceRegistryPOA, InterfaceRegistryPOATie

public interface InterfaceRegistryOperations

Generated from IDL interface "InterfaceRegistry".

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

Method Summary
 String[] getInterfaces()
           
 boolean registerInterface(String ifaceId)
           
 boolean removeInterface(String ifaceId)
           
 

Method Detail

registerInterface

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

removeInterface

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

getInterfaces

String[] getInterfaces()
                       throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.