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

Packages that use AcceptorInfo
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.OCI.IIOP   
 

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

Fields in org.apache.yoko.orb.OCI declared as AcceptorInfo
 AcceptorInfo AcceptorInfoHolder.value
           
 

Methods in org.apache.yoko.orb.OCI that return AcceptorInfo
 AcceptorInfo TransportInfoOperations.acceptor_info()
          The AcceptorInfo object for the Acceptor that created the Transport object that this TransportInfo object belongs to.
static AcceptorInfo AcceptorInfoHelper.extract(Any any)
           
 AcceptorInfo AcceptorOperations.get_info()
          Returns the information object associated with the Acceptor.
 AcceptorInfo CurrentOperations.get_oci_acceptor_info()
          This method returns the Acceptor information object for the Acceptor which created the Transport used to invoke the current request.
 AcceptorInfo Current_impl.get_oci_acceptor_info()
           
static AcceptorInfo AcceptorInfoHelper.narrow(Object val)
           
static AcceptorInfo AcceptorInfoHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OCI with parameters of type AcceptorInfo
static void AcceptorInfoHelper.insert(Any any, AcceptorInfo val)
           
static void AcceptorInfoHelper.write(OutputStream out, AcceptorInfo val)
           
 

Constructors in org.apache.yoko.orb.OCI with parameters of type AcceptorInfo
AcceptorInfoHolder(AcceptorInfo initial)
           
 

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

Subinterfaces of AcceptorInfo in org.apache.yoko.orb.OCI.IIOP
 interface AcceptorInfo
          Information on an IIOP OCI Acceptor object.
 

Classes in org.apache.yoko.orb.OCI.IIOP that implement AcceptorInfo
 class AcceptorInfo_impl
           
 

Methods in org.apache.yoko.orb.OCI.IIOP that return AcceptorInfo
 AcceptorInfo TransportInfo_impl.acceptor_info()
           
 



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