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
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.