uk.org.iscream.cms.server.clientinterface
Class ClientPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by uk.org.iscream.cms.server.clientinterface.ClientPOA
          extended by uk.org.iscream.cms.server.clientinterface.ClientPOATie
All Implemented Interfaces:
InvokeHandler, ClientOperations

public class ClientPOATie
extends ClientPOA

Generated from IDL definition of interface "Client"

Author:
JacORB IDL compiler

Field Summary
private  ClientOperations _delegate
           
private  POA _poa
           
 
Constructor Summary
ClientPOATie(ClientOperations delegate)
           
ClientPOATie(ClientOperations delegate, POA poa)
           
 
Method Summary
 ClientOperations _delegate()
           
 void _delegate(ClientOperations delegate)
           
 Client _this()
           
 Client _this(ORB orb)
           
 void receiveXML(String xml)
           
 
Methods inherited from class uk.org.iscream.cms.server.clientinterface.ClientPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
 

Field Detail

_delegate

private ClientOperations _delegate

_poa

private POA _poa
Constructor Detail

ClientPOATie

public ClientPOATie(ClientOperations delegate)

ClientPOATie

public ClientPOATie(ClientOperations delegate,
                    POA poa)
Method Detail

_this

public Client _this()
Overrides:
_this in class ClientPOA

_this

public Client _this(ORB orb)
Overrides:
_this in class ClientPOA

_delegate

public ClientOperations _delegate()

_delegate

public void _delegate(ClientOperations delegate)

receiveXML

public void receiveXML(String xml)


Copyright © 2000-2003 i-scream. All Rights Reserved.