tecgraf.openbus.core.v1_05.access_control_service
Class _IManagementStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by tecgraf.openbus.core.v1_05.access_control_service._IManagementStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, IManagement, IManagementOperations

public class _IManagementStub
extends ObjectImpl
implements IManagement

Generated from IDL interface "IManagement".

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

Field Summary
static Class _opsClass
           
 
Constructor Summary
_IManagementStub()
           
 
Method Summary
 String[] _ids()
           
 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)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_IManagementStub

public _IManagementStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

setSystemDescription

public void setSystemDescription(String id,
                                 String description)
                          throws SystemNonExistent
Specified by:
setSystemDescription in interface IManagementOperations
Throws:
SystemNonExistent

removeSystemDeployment

public void removeSystemDeployment(String id)
                            throws SystemDeploymentNonExistent
Specified by:
removeSystemDeployment in interface IManagementOperations
Throws:
SystemDeploymentNonExistent

getSystems

public System[] getSystems()
Specified by:
getSystems in interface IManagementOperations

getSystemDeploymentsBySystemId

public SystemDeployment[] getSystemDeploymentsBySystemId(String systemId)
Specified by:
getSystemDeploymentsBySystemId in interface IManagementOperations

addUser

public void addUser(String id,
                    String name)
             throws UserAlreadyExists
Specified by:
addUser in interface IManagementOperations
Throws:
UserAlreadyExists

getSystemDeploymentCertificate

public byte[] getSystemDeploymentCertificate(String id)
                                      throws SystemDeploymentNonExistent
Specified by:
getSystemDeploymentCertificate in interface IManagementOperations
Throws:
SystemDeploymentNonExistent

setSystemDeploymentDescription

public void setSystemDeploymentDescription(String id,
                                           String description)
                                    throws SystemDeploymentNonExistent
Specified by:
setSystemDeploymentDescription in interface IManagementOperations
Throws:
SystemDeploymentNonExistent

setUserName

public void setUserName(String id,
                        String name)
                 throws UserNonExistent
Specified by:
setUserName in interface IManagementOperations
Throws:
UserNonExistent

getSystem

public System getSystem(String id)
                 throws SystemNonExistent
Specified by:
getSystem in interface IManagementOperations
Throws:
SystemNonExistent

removeUser

public void removeUser(String id)
                throws UserNonExistent
Specified by:
removeUser in interface IManagementOperations
Throws:
UserNonExistent

addSystemDeployment

public void addSystemDeployment(String id,
                                String systemId,
                                String description,
                                byte[] certificate)
                         throws SystemDeploymentAlreadyExists,
                                InvalidCertificate,
                                SystemNonExistent
Specified by:
addSystemDeployment in interface IManagementOperations
Throws:
SystemDeploymentAlreadyExists
InvalidCertificate
SystemNonExistent

getSystemDeployments

public SystemDeployment[] getSystemDeployments()
Specified by:
getSystemDeployments in interface IManagementOperations

addSystem

public void addSystem(String id,
                      String description)
               throws SystemAlreadyExists
Specified by:
addSystem in interface IManagementOperations
Throws:
SystemAlreadyExists

getUser

public User getUser(String id)
             throws UserNonExistent
Specified by:
getUser in interface IManagementOperations
Throws:
UserNonExistent

setSystemDeploymentCertificate

public void setSystemDeploymentCertificate(String id,
                                           byte[] certificate)
                                    throws InvalidCertificate,
                                           SystemDeploymentNonExistent
Specified by:
setSystemDeploymentCertificate in interface IManagementOperations
Throws:
InvalidCertificate
SystemDeploymentNonExistent

getSystemDeployment

public SystemDeployment getSystemDeployment(String id)
                                     throws SystemDeploymentNonExistent
Specified by:
getSystemDeployment in interface IManagementOperations
Throws:
SystemDeploymentNonExistent

getUsers

public User[] getUsers()
Specified by:
getUsers in interface IManagementOperations

removeSystem

public void removeSystem(String id)
                  throws SystemInUse,
                         SystemNonExistent
Specified by:
removeSystem in interface IManagementOperations
Throws:
SystemInUse
SystemNonExistent


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