Uses of Interface
org.apache.yoko.orb.OCI.TransportInfo

Packages that use TransportInfo
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.OCI.IIOP   
org.apache.yoko.orb.PortableInterceptor   
 

Uses of TransportInfo in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that return TransportInfo
 TransportInfo Delegate.get_oci_transport_info()
           
 

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

Fields in org.apache.yoko.orb.OB declared as TransportInfo
protected  TransportInfo Upcall.transportInfo_
           
 

Methods in org.apache.yoko.orb.OB that return TransportInfo
 TransportInfo DowncallStub.get_oci_transport_info()
           
 TransportInfo UnknownExceptionInfoOperations.transport_info()
          Obtains information about the transport on which this request was received.
 TransportInfo UnknownExceptionInfo_impl.transport_info()
           
 TransportInfo CollocatedClient.transportInfo()
           
abstract  TransportInfo Client.transportInfo()
           
 TransportInfo Upcall.transportInfo()
           
 

Methods in org.apache.yoko.orb.OB with parameters of type TransportInfo
 Upcall OAInterface.createUpcall(UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type TransportInfo
PIUpcall(ORBInstance orbInstance, UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL, PIManager piManager)
           
UnknownExceptionInfo_impl(String operation, boolean responseExpected, TransportInfo transportInfo, RuntimeException ex)
           
Upcall(ORBInstance orbInstance, UpcallReturn upcallReturn, ProfileInfo profileInfo, TransportInfo transportInfo, int requestId, String op, InputStream in, ServiceContext[] requestSCL)
           
 

Uses of TransportInfo in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type TransportInfo
 void POA_impl._OB_preinvoke(String op, byte[] oid, Servant servant, Object cookie, TransportInfo info)
           
 

Uses of TransportInfo in org.apache.yoko.orb.OCI
 

Fields in org.apache.yoko.orb.OCI declared as TransportInfo
 TransportInfo TransportInfoHolder.value
           
 

Methods in org.apache.yoko.orb.OCI that return TransportInfo
static TransportInfo TransportInfoHelper.extract(Any any)
           
 TransportInfo TransportOperations.get_info()
          Returns the information object associated with the Transport.
 TransportInfo CurrentOperations.get_oci_transport_info()
          This method returns the Transport information object for the Transport used to invoke the current request.
 TransportInfo Current_impl.get_oci_transport_info()
           
static TransportInfo TransportInfoHelper.narrow(Object val)
           
static TransportInfo TransportInfoHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OCI with parameters of type TransportInfo
 void Current_impl._OB_preinvoke(TransportInfo info)
           
 void AcceptCBOperations.accept_cb(TransportInfo transport_info)
          Called after a new connection has been accepted.
 void CloseCBOperations.close_cb(TransportInfo transport_info)
          Called before a connection is closed.
 void ConnectCBOperations.connect_cb(TransportInfo transport_info)
          Called after a new connection has been established.
static void TransportInfoHelper.insert(Any any, TransportInfo val)
           
static void TransportInfoHelper.write(OutputStream out, TransportInfo val)
           
 

Constructors in org.apache.yoko.orb.OCI with parameters of type TransportInfo
TransportInfoHolder(TransportInfo initial)
           
 

Uses of TransportInfo in org.apache.yoko.orb.OCI.IIOP
 

Subinterfaces of TransportInfo in org.apache.yoko.orb.OCI.IIOP
 interface TransportInfo
          Information on an IIOP OCI Transport object.
 

Classes in org.apache.yoko.orb.OCI.IIOP that implement TransportInfo
 class TransportInfo_impl
           
 

Methods in org.apache.yoko.orb.OCI.IIOP that return TransportInfo
 TransportInfo Transport_impl.get_info()
           
 

Uses of TransportInfo in org.apache.yoko.orb.PortableInterceptor
 

Methods in org.apache.yoko.orb.PortableInterceptor that return TransportInfo
 TransportInfo ServerRequestInfoExt.getTransportInfo()
           
 TransportInfo ServerRequestInfo_impl.getTransportInfo()
          Retrieve the TransportInfo object associated with this server request.
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type TransportInfo
ServerRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, Policy[] policies, byte[] adapterId, byte[] objectId, ObjectReferenceTemplate adapterTemplate, Vector request, Vector reply, ORBInstance orbInstance, Current_impl current, TransportInfo transportInfo)
           
 



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