tecgraf.openbus.core.v2_0.services.access_control
Class CertificateRegistryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by tecgraf.openbus.core.v2_0.services.access_control.CertificateRegistryPOA
          extended by tecgraf.openbus.core.v2_0.services.access_control.CertificateRegistryPOATie
All Implemented Interfaces:
InvokeHandler, CertificateRegistryOperations

public class CertificateRegistryPOATie
extends CertificateRegistryPOA

Generated from IDL interface "CertificateRegistry".

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

Constructor Summary
CertificateRegistryPOATie(CertificateRegistryOperations delegate)
           
CertificateRegistryPOATie(CertificateRegistryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 CertificateRegistryOperations _delegate()
           
 void _delegate(CertificateRegistryOperations delegate)
           
 CertificateRegistry _this()
           
 CertificateRegistry _this(ORB orb)
           
 byte[] getCertificate(String entity)
           
 void registerCertificate(String entity, byte[] cert)
           
 boolean removeCertificate(String entity)
           
 
Methods inherited from class tecgraf.openbus.core.v2_0.services.access_control.CertificateRegistryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateRegistryPOATie

public CertificateRegistryPOATie(CertificateRegistryOperations delegate)

CertificateRegistryPOATie

public CertificateRegistryPOATie(CertificateRegistryOperations delegate,
                                 POA poa)
Method Detail

_this

public CertificateRegistry _this()
Overrides:
_this in class CertificateRegistryPOA

_this

public CertificateRegistry _this(ORB orb)
Overrides:
_this in class CertificateRegistryPOA

_delegate

public CertificateRegistryOperations _delegate()

_delegate

public void _delegate(CertificateRegistryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

registerCertificate

public void registerCertificate(String entity,
                                byte[] cert)
                         throws ServiceFailure,
                                InvalidCertificate,
                                UnauthorizedOperation
Throws:
ServiceFailure
InvalidCertificate
UnauthorizedOperation

getCertificate

public byte[] getCertificate(String entity)
                      throws ServiceFailure,
                             MissingCertificate,
                             UnauthorizedOperation
Throws:
ServiceFailure
MissingCertificate
UnauthorizedOperation

removeCertificate

public boolean removeCertificate(String entity)
                          throws ServiceFailure,
                                 UnauthorizedOperation
Throws:
ServiceFailure
UnauthorizedOperation


Copyright © 2014. All Rights Reserved.