tecgraf.openbus.core.v1_05.registry_service
Class IManagementPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v1_05.registry_service.IManagementPOA
          extended by tecgraf.openbus.core.v1_05.registry_service.IManagementPOATie
All Implemented Interfaces:
InvokeHandler, IManagementOperations

public class IManagementPOATie
extends IManagementPOA

Generated from IDL interface "IManagement".

Version:
generated at Jan 25, 2017 11:06:46 AM
Author:
JacORB IDL compiler V 3.8

Constructor Summary
IManagementPOATie(IManagementOperations delegate)
           
IManagementPOATie(IManagementOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 IManagementOperations _delegate()
           
 void _delegate(IManagementOperations delegate)
           
 IManagement _this()
           
 IManagement _this(ORB orb)
           
 void addInterfaceIdentifier(String ifaceId)
           
 Authorization getAuthorization(String id)
           
 Authorization[] getAuthorizations()
           
 Authorization[] getAuthorizationsByInterfaceId(String[] ifaceIds)
           
 String[] getInterfaceIdentifiers()
           
 ServiceOfferInterface[] getOfferedInterfaces()
           
 ServiceOfferInterface[] getOfferedInterfacesByMember(String member)
           
 ServiceOfferInterface[] getUnauthorizedInterfaces()
           
 ServiceOfferInterface[] getUnauthorizedInterfacesByMember(String member)
           
 void grant(String id, String ifaceId, boolean strict)
           
 void removeAuthorization(String id)
           
 void removeInterfaceIdentifier(String ifaceId)
           
 void revoke(String id, String ifaceId)
           
 boolean unregister(String id)
           
 
Methods inherited from class tecgraf.openbus.core.v1_05.registry_service.IManagementPOA
_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

IManagementPOATie

public IManagementPOATie(IManagementOperations delegate)

IManagementPOATie

public IManagementPOATie(IManagementOperations delegate,
                         POA poa)
Method Detail

_this

public IManagement _this()
Overrides:
_this in class IManagementPOA

_this

public IManagement _this(ORB orb)
Overrides:
_this in class IManagementPOA

_delegate

public IManagementOperations _delegate()

_delegate

public void _delegate(IManagementOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

getAuthorizationsByInterfaceId

public Authorization[] getAuthorizationsByInterfaceId(String[] ifaceIds)

getUnauthorizedInterfacesByMember

public ServiceOfferInterface[] getUnauthorizedInterfacesByMember(String member)

getUnauthorizedInterfaces

public ServiceOfferInterface[] getUnauthorizedInterfaces()

getAuthorization

public Authorization getAuthorization(String id)
                               throws AuthorizationNonExistent
Throws:
AuthorizationNonExistent

getAuthorizations

public Authorization[] getAuthorizations()

getOfferedInterfacesByMember

public ServiceOfferInterface[] getOfferedInterfacesByMember(String member)

getInterfaceIdentifiers

public String[] getInterfaceIdentifiers()

removeAuthorization

public void removeAuthorization(String id)
                         throws AuthorizationNonExistent
Throws:
AuthorizationNonExistent

unregister

public boolean unregister(String id)

grant

public void grant(String id,
                  String ifaceId,
                  boolean strict)
           throws InvalidRegularExpression,
                  MemberNonExistent,
                  InterfaceIdentifierNonExistent
Throws:
InvalidRegularExpression
MemberNonExistent
InterfaceIdentifierNonExistent

revoke

public void revoke(String id,
                   String ifaceId)
            throws AuthorizationNonExistent
Throws:
AuthorizationNonExistent

removeInterfaceIdentifier

public void removeInterfaceIdentifier(String ifaceId)
                               throws InterfaceIdentifierInUse,
                                      InterfaceIdentifierNonExistent
Throws:
InterfaceIdentifierInUse
InterfaceIdentifierNonExistent

addInterfaceIdentifier

public void addInterfaceIdentifier(String ifaceId)
                            throws InterfaceIdentifierAlreadyExists
Throws:
InterfaceIdentifierAlreadyExists

getOfferedInterfaces

public ServiceOfferInterface[] getOfferedInterfaces()


Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.