Uses of Interface
uk.org.iscream.cms.server.clientinterface.Client

Packages that use Client
uk.org.iscream.cms.server.clientinterface   
uk.org.iscream.cms.server.rootfilter   
 

Uses of Client in uk.org.iscream.cms.server.clientinterface
 

Classes in uk.org.iscream.cms.server.clientinterface that implement Client
 class _ClientStub
          Generated from IDL definition of interface "Client"
 

Fields in uk.org.iscream.cms.server.clientinterface declared as Client
private  Client CorbaDataHandler._client
          The "servant" part of the client we're connected to.
private  Client CorbaControlHandlerServant._client
          The "servant" part of the client we're connected to.
 Client ClientHolder.value
           
 

Methods in uk.org.iscream.cms.server.clientinterface that return Client
 Client ClientPOATie._this()
           
 Client ClientPOA._this()
           
 Client ClientPOATie._this(ORB orb)
           
 Client ClientPOA._this(ORB orb)
           
static Client ClientHelper.extract(Any any)
           
static Client ClientHelper.narrow(Object obj)
           
static Client ClientHelper.read(InputStream in)
           
 

Methods in uk.org.iscream.cms.server.clientinterface with parameters of type Client
 CorbaControlHandler CorbaClientListenerServant.connect(Client client, String name)
          Allows a CORBA client to connect to the server.
 CorbaControlHandler _CorbaClientListenerStub.connect(Client client, String name)
           
 CorbaControlHandler CorbaClientListenerPOATie.connect(Client client, String name)
           
 CorbaControlHandler CorbaClientListenerOperations.connect(Client client, String name)
           
static void ClientHelper.insert(Any any, Client s)
           
static void ClientHelper.write(OutputStream _out, Client s)
           
 

Constructors in uk.org.iscream.cms.server.clientinterface with parameters of type Client
ClientHolder(Client initial)
           
CorbaControlHandlerServant(PacketSorter packetSorter, Client client, String clientname)
          Construct a new CorbaControlHandlerServant.
CorbaDataHandler(Client client, CorbaControlHandlerServant cchServant)
          Construct a new CorbaDataHandler.
 

Uses of Client in uk.org.iscream.cms.server.rootfilter
 

Fields in uk.org.iscream.cms.server.rootfilter declared as Client
private  Client CorbaDataHandler._client
          The "servant" part of the client we're connected to.
private  Client CorbaControlHandlerServant._client
          The "servant" part of the client we're connected to.
 

Methods in uk.org.iscream.cms.server.rootfilter with parameters of type Client
 CorbaControlHandler CorbaClientListenerServant.connect(Client client, String name)
          Allows a CORBA client to connect to the server.
 

Constructors in uk.org.iscream.cms.server.rootfilter with parameters of type Client
CorbaControlHandlerServant(Queue queue, Client client, String clientname)
          Construct a new CorbaControlHandlerServant.
CorbaDataHandler(Client client, CorbaControlHandlerServant cchServant, Queue queue)
          Construct a new CorbaDataHandler.
 



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