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

Packages that use PIManager
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableInterceptor   
 

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

Fields in org.apache.yoko.orb.OB declared as PIManager
protected  PIManager PIDowncall.piManager_
           
protected  PIManager PIUpcall.piManager_
           
 

Methods in org.apache.yoko.orb.OB that return PIManager
 PIManager ORBInstance.getPIManager()
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type PIManager
ORBInstance(ORB orb, String orbId, String serverId, String serverInstance, ObjectFactory objectFactory, ClientManager clientManager, PolicyFactoryManager policyFactoryManager, PIManager piManager, InitialServiceManager initServiceManager, ValueFactoryManager valueFactoryManager, CodecFactory codecFactory, POAManagerFactory pmFactory, MultiRequestSender multiRequestSender, Properties properties, DispatchStrategyFactory dispatchStrategyFactory, BootManager bootManager, Logger logger, CoreTraceLevels coreTraceLevels, ConFactoryRegistry conFactoryRegistry, AccFactoryRegistry accFactoryRegistry, UnknownExceptionStrategy unknownExceptionStrategy, URLRegistry urlRegistry, int nativeCs, int nativeWcs, int defaultWcs)
           
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)
           
PIUpcall(ORBInstance orbInstance, UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL, PIManager piManager)
           
 

Uses of PIManager in org.apache.yoko.orb.OBPortableInterceptor
 

Constructors in org.apache.yoko.orb.OBPortableInterceptor with parameters of type PIManager
ORBInitInfo_impl(ORB orb, String[] args, String id, PIManager manager, InitialServiceManager initServiceManager, CodecFactory codecFactory)
           
 



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