org.mobicents.slee.resource.parlay.fw.access
Class IpClientAccessImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.fw.fw_access.trust_and_security.IpClientAccessPOA
          extended by org.mobicents.slee.resource.parlay.fw.access.IpClientAccessImpl
All Implemented Interfaces:
org.csapi.fw.fw_access.trust_and_security.IpClientAccessOperations, org.csapi.IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpClientAccessImpl
extends org.csapi.fw.fw_access.trust_and_security.IpClientAccessPOA

IpClientAccess interface is offered by the client to the framework to allow it to initiate interactions during the access session.

Version:
$Revision: 1.3 $

Constructor Summary
IpClientAccessImpl(org.omg.PortableServer.POA the_poa, TSMBean tsmBean)
           
 
Method Summary
static IpClientAccessImpl _create(org.omg.PortableServer.POA the_poa, TSMBean tsmBean)
           
 org.omg.PortableServer.POA _default_POA()
           
 void cleanup()
          This method will clean up all internal object references.
 void setTSMBean(TSMBean tsmBean)
           
 void terminateAccess(java.lang.String terminationText, java.lang.String signingAlgorithm, 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_access.trust_and_security.IpClientAccessPOA
_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

IpClientAccessImpl

public IpClientAccessImpl(org.omg.PortableServer.POA the_poa,
                          TSMBean tsmBean)
Parameters:
the_poa -
Method Detail

_create

public static IpClientAccessImpl _create(org.omg.PortableServer.POA the_poa,
                                         TSMBean tsmBean)
Parameters:
the_poa -
Returns:

terminateAccess

public void terminateAccess(java.lang.String terminationText,
                            java.lang.String signingAlgorithm,
                            byte[] digitalSignature)

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.


setTSMBean

public void setTSMBean(TSMBean tsmBean)
Parameters:
tsmBean -

_default_POA

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


Copyright © 2009. All Rights Reserved.