Uses of Class
org.apache.vinci.transport.context.VinciContext

Packages that use VinciContext
org.apache.vinci.transport   
org.apache.vinci.transport.context   
 

Uses of VinciContext in org.apache.vinci.transport
 

Methods in org.apache.vinci.transport that return VinciContext
 VinciContext VinciServer.getContext()
          Get the context associated with this server.
 VinciContext VinciClient.getContext()
          Get the context associated with this client.
 

Methods in org.apache.vinci.transport with parameters of type VinciContext
 void PooledVinciClient.setContext(VinciContext context)
          Set a VinciContext that will be used by this PooledVinciClient instead of the default global context.
 void VinciServer.setContext(VinciContext c)
          Set the VinciContext to be used by this server.
 void VinciClient.setContext(VinciContext c)
          Set the VinciContext to be used by this client.
 

Constructors in org.apache.vinci.transport with parameters of type VinciContext
VinciClient(java.lang.String service_name, TransportableFactory factory, VinciContext myContext)
           
VinciClient(java.lang.String service_name, TransportableFactory factory, VinciContext myContext, int connectTimeout)
          Constructs a new client connected to the requested service.
VinciClient(java.lang.String service_name, VinciContext myContext)
           
VinciClient(java.lang.String service_name, VinciContext myContext, int connectTimeout)
          Constructs a new client connected to the requested service.
 

Uses of VinciContext in org.apache.vinci.transport.context
 

Methods in org.apache.vinci.transport.context that return VinciContext
static VinciContext VinciContext.getGlobalContext()
          Get the global VinciContext used by Vinci classes when no context is explicitly specified.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.