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

All Known Subinterfaces:
EntityCategory
All Known Implementing Classes:
_EntityCategoryStub, EntityCategoryPOA, EntityCategoryPOATie

public interface EntityCategoryOperations

Generated from IDL interface "EntityCategory".

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

Method Summary
 EntityCategoryDesc describe()
           
 RegisteredEntityDesc[] getEntities()
           
 String id()
           
 String name()
           
 RegisteredEntity registerEntity(String id, String name)
           
 void remove()
           
 void removeAll()
           
 void setName(String name)
           
 

Method Detail

id

String id()

name

String name()

describe

EntityCategoryDesc describe()

setName

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

remove

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

removeAll

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

registerEntity

RegisteredEntity registerEntity(String id,
                                String name)
                                throws EntityAlreadyRegistered,
                                       ServiceFailure,
                                       UnauthorizedOperation
Throws:
EntityAlreadyRegistered
ServiceFailure
UnauthorizedOperation

getEntities

RegisteredEntityDesc[] getEntities()
                                   throws ServiceFailure
Throws:
ServiceFailure


Copyright © 2014. All Rights Reserved.