Uses of Class
org.apache.vinci.transport.context.VinciContext
Packages that use VinciContext
- 
Uses of VinciContext in org.apache.vinci.transportMethods in org.apache.vinci.transport that return VinciContextModifier and TypeMethodDescriptionVinciClient.getContext()Get the context associated with this client.VinciServer.getContext()Get the context associated with this server.Methods in org.apache.vinci.transport with parameters of type VinciContextModifier and TypeMethodDescriptionvoidPooledVinciClient.setContext(VinciContext context) Set a VinciContext that will be used by this PooledVinciClient instead of the default global context.voidVinciClient.setContext(VinciContext c) Set the VinciContext to be used by this client.voidVinciServer.setContext(VinciContext c) Set the VinciContext to be used by this server.Constructors in org.apache.vinci.transport with parameters of type VinciContextModifierConstructorDescriptionVinciClient(String service_name, VinciContext myContext) VinciClient(String service_name, VinciContext myContext, int connectTimeout) Constructs a new client connected to the requested service.VinciClient(String service_name, TransportableFactory factory, VinciContext myContext) VinciClient(String service_name, TransportableFactory factory, VinciContext myContext, int connectTimeout) Constructs a new client connected to the requested service.
- 
Uses of VinciContext in org.apache.vinci.transport.contextMethods in org.apache.vinci.transport.context that return VinciContextModifier and TypeMethodDescriptionstatic VinciContextVinciContext.getGlobalContext()Get the global VinciContext used by Vinci classes when no context is explicitly specified.