tecgraf.openbus.core.v2_0.services.access_control
Class CertificateRegistryPOATie
java.lang.Object
org.omg.PortableServer.Servant
tecgraf.openbus.core.v2_0.services.access_control.CertificateRegistryPOA
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateRegistryPOATie
public CertificateRegistryPOATie(CertificateRegistryOperations delegate)
CertificateRegistryPOATie
public CertificateRegistryPOATie(CertificateRegistryOperations delegate,
POA poa)
_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.