Uses of Class
org.apache.yoko.orb.OB.Client

Packages that use Client
org.apache.yoko.orb.OB   
 

Uses of Client in org.apache.yoko.orb.OB
 

Subclasses of Client in org.apache.yoko.orb.OB
 class CollocatedClient
           
 

Fields in org.apache.yoko.orb.OB declared as Client
 Client ClientProfilePair.client
           
protected  Client Downcall.client_
           
 

Methods in org.apache.yoko.orb.OB that return Client
 Client Downcall.client()
           
 

Methods in org.apache.yoko.orb.OB with parameters of type Client
 boolean CollocatedClient.equal(Client cl)
           
abstract  boolean Client.equal(Client clt)
           
 void ClientManager.releaseClient(Client client, boolean terminate)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type Client
Downcall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp)
           
PIArgsDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
PIDIIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, NVList args, NamedValue result, ExceptionList exceptions)
           
PIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.