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

All Known Subinterfaces:
RegisteredEntity
All Known Implementing Classes:
_RegisteredEntityStub, RegisteredEntityPOA, RegisteredEntityPOATie

public interface RegisteredEntityOperations

Generated from IDL interface "RegisteredEntity".

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

Method Summary
 EntityCategory category()
           
 RegisteredEntityDesc describe()
           
 String[] getGrantedInterfaces()
           
 boolean grantInterface(String ifaceId)
           
 String id()
           
 String name()
           
 void remove()
           
 boolean revokeInterface(String ifaceId)
           
 void setName(String name)
           
 

Method Detail

category

EntityCategory category()

id

String id()

name

String name()

describe

RegisteredEntityDesc describe()

setName

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

remove

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

grantInterface

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

revokeInterface

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

getGrantedInterfaces

String[] getGrantedInterfaces()
                              throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.