tecgraf.openbus.core.v1_05.access_control_service
Interface IManagementOperations

All Known Subinterfaces:
IManagement
All Known Implementing Classes:
_IManagementStub, IManagementPOA, IManagementPOATie

public interface IManagementOperations

Generated from IDL interface "IManagement".

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

Method Summary
 void addSystem(String id, String description)
           
 void addSystemDeployment(String id, String systemId, String description, byte[] certificate)
           
 void addUser(String id, String name)
           
 System getSystem(String id)
           
 SystemDeployment getSystemDeployment(String id)
           
 byte[] getSystemDeploymentCertificate(String id)
           
 SystemDeployment[] getSystemDeployments()
           
 SystemDeployment[] getSystemDeploymentsBySystemId(String systemId)
           
 System[] getSystems()
           
 User getUser(String id)
           
 User[] getUsers()
           
 void removeSystem(String id)
           
 void removeSystemDeployment(String id)
           
 void removeUser(String id)
           
 void setSystemDeploymentCertificate(String id, byte[] certificate)
           
 void setSystemDeploymentDescription(String id, String description)
           
 void setSystemDescription(String id, String description)
           
 void setUserName(String id, String name)
           
 

Method Detail

addSystem

void addSystem(String id,
               String description)
               throws SystemAlreadyExists
Throws:
SystemAlreadyExists

removeSystem

void removeSystem(String id)
                  throws SystemInUse,
                         SystemNonExistent
Throws:
SystemInUse
SystemNonExistent

setSystemDescription

void setSystemDescription(String id,
                          String description)
                          throws SystemNonExistent
Throws:
SystemNonExistent

getSystems

System[] getSystems()

getSystem

System getSystem(String id)
                 throws SystemNonExistent
Throws:
SystemNonExistent

addSystemDeployment

void addSystemDeployment(String id,
                         String systemId,
                         String description,
                         byte[] certificate)
                         throws SystemDeploymentAlreadyExists,
                                InvalidCertificate,
                                SystemNonExistent
Throws:
SystemDeploymentAlreadyExists
InvalidCertificate
SystemNonExistent

removeSystemDeployment

void removeSystemDeployment(String id)
                            throws SystemDeploymentNonExistent
Throws:
SystemDeploymentNonExistent

setSystemDeploymentDescription

void setSystemDeploymentDescription(String id,
                                    String description)
                                    throws SystemDeploymentNonExistent
Throws:
SystemDeploymentNonExistent

getSystemDeploymentCertificate

byte[] getSystemDeploymentCertificate(String id)
                                      throws SystemDeploymentNonExistent
Throws:
SystemDeploymentNonExistent

setSystemDeploymentCertificate

void setSystemDeploymentCertificate(String id,
                                    byte[] certificate)
                                    throws InvalidCertificate,
                                           SystemDeploymentNonExistent
Throws:
InvalidCertificate
SystemDeploymentNonExistent

getSystemDeployments

SystemDeployment[] getSystemDeployments()

getSystemDeployment

SystemDeployment getSystemDeployment(String id)
                                     throws SystemDeploymentNonExistent
Throws:
SystemDeploymentNonExistent

getSystemDeploymentsBySystemId

SystemDeployment[] getSystemDeploymentsBySystemId(String systemId)

addUser

void addUser(String id,
             String name)
             throws UserAlreadyExists
Throws:
UserAlreadyExists

removeUser

void removeUser(String id)
                throws UserNonExistent
Throws:
UserNonExistent

setUserName

void setUserName(String id,
                 String name)
                 throws UserNonExistent
Throws:
UserNonExistent

getUser

User getUser(String id)
             throws UserNonExistent
Throws:
UserNonExistent

getUsers

User[] getUsers()


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