tecgraf.openbus.core.v1_05.registry_service
Class IManagementPOATie
java.lang.Object
org.omg.PortableServer.Servant
tecgraf.openbus.core.v1_05.registry_service.IManagementPOA
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IManagementPOATie
public IManagementPOATie(IManagementOperations delegate)
IManagementPOATie
public IManagementPOATie(IManagementOperations delegate,
POA poa)
_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.