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

Packages that use Acceptor
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 Acceptor in org.apache.yoko.orb.OB
 

Constructors in org.apache.yoko.orb.OB with parameters of type Acceptor
ServerManager(ORBInstance orbInstance, Acceptor[] acceptors, OAInterface oaInterface, int concModel)
           
 

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

Methods in org.apache.yoko.orb.OBPortableServer that return Acceptor
 Acceptor[] POAManager_impl._OB_getAcceptors()
           
 Acceptor[] POAManager_impl.get_acceptors()
           
 Acceptor[] POAManagerOperations.get_acceptors()
          Retrieve the acceptors associated with this POAManager.
 

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

Fields in org.apache.yoko.orb.OCI declared as Acceptor
 Acceptor AcceptorHolder.value
           
 Acceptor[] AcceptorSeqHolder.value
           
 

Methods in org.apache.yoko.orb.OCI that return Acceptor
 Acceptor AccFactoryOperations.create_acceptor(String[] params)
          Create an Acceptor using the given configuration parameters.
static Acceptor AcceptorHelper.extract(Any any)
           
static Acceptor[] AcceptorSeqHelper.extract(Any any)
           
static Acceptor AcceptorHelper.narrow(Object val)
           
static Acceptor AcceptorHelper.read(InputStream in)
           
static Acceptor[] AcceptorSeqHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OCI with parameters of type Acceptor
static void AcceptorHelper.insert(Any any, Acceptor val)
           
static void AcceptorSeqHelper.insert(Any any, Acceptor[] val)
           
static void AcceptorHelper.write(OutputStream out, Acceptor val)
           
static void AcceptorSeqHelper.write(OutputStream out, Acceptor[] val)
           
 

Constructors in org.apache.yoko.orb.OCI with parameters of type Acceptor
AcceptorHolder(Acceptor initial)
           
AcceptorSeqHolder(Acceptor[] initial)
           
 

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

Constructors in org.apache.yoko.orb.OCI.IIOP with parameters of type Acceptor
Transport_impl(Acceptor acceptor, Socket socket, ListenerMap lm)
           
 

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

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type Acceptor
IORInfo_impl(ORBInstance orbInstance, Acceptor[] acceptors, Policy[] policies, POAPolicies poaPolicies, String id, short state)
           
 



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