org.mobicents.slee.resource.parlay.fw.application
Class IpAppServiceAgreementManagementImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_application.service_agreement.IpAppServiceAgreementManagementPOA
          extended by org.mobicents.slee.resource.parlay.fw.application.IpAppServiceAgreementManagementImpl
All Implemented Interfaces:
org.csapi.fw.fw_application.service_agreement.IpAppServiceAgreementManagementOperations, org.csapi.IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpAppServiceAgreementManagementImpl
extends org.csapi.fw.fw_application.service_agreement.IpAppServiceAgreementManagementPOA


Constructor Summary
IpAppServiceAgreementManagementImpl(org.omg.PortableServer.POA the_poa)
           
 
Method Summary
static IpAppServiceAgreementManagementImpl _create(org.omg.PortableServer.POA the_poa)
           
 org.omg.PortableServer.POA _default_POA()
           
 void cleanup()
          This method will clean up all internal object references.
 void setSABean(SABean saBean)
           
 byte[] signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
           
 void terminateServiceAgreement(java.lang.String serviceToken, java.lang.String terminationText, byte[] digitalSignature)
           
 java.lang.String toString()
          Defines a method used to provide the caller with a string representation of the class.
 
Methods inherited from class org.csapi.fw.fw_application.service_agreement.IpAppServiceAgreementManagementPOA
_all_interfaces, _invoke, _this, _this
 
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, wait, wait, wait
 

Constructor Detail

IpAppServiceAgreementManagementImpl

public IpAppServiceAgreementManagementImpl(org.omg.PortableServer.POA the_poa)
Method Detail

_create

public static IpAppServiceAgreementManagementImpl _create(org.omg.PortableServer.POA the_poa)

signServiceAgreement

public byte[] signServiceAgreement(java.lang.String serviceToken,
                                   java.lang.String agreementText,
                                   java.lang.String signingAlgorithm)

terminateServiceAgreement

public void terminateServiceAgreement(java.lang.String serviceToken,
                                      java.lang.String terminationText,
                                      byte[] digitalSignature)
                               throws org.csapi.fw.P_INVALID_SERVICE_TOKEN,
                                      org.csapi.fw.P_INVALID_SIGNATURE
Throws:
org.csapi.fw.P_INVALID_SERVICE_TOKEN
org.csapi.fw.P_INVALID_SIGNATURE

setSABean

public void setSABean(SABean saBean)

toString

public java.lang.String toString()
Defines a method used to provide the caller with a string representation of the class.

Overrides:
toString in class java.lang.Object
Returns:
This is an developer defined representation of the class object as a string

cleanup

public void cleanup()
This method will clean up all internal object references.


_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant


Copyright © 2009. All Rights Reserved.