Uses of Interface
org.apache.vinci.transport.VinciServable

Packages that use VinciServable
org.apache.uima.adapter.vinci   
org.apache.uima.collection.impl.cpm.container.deployer.vns   
org.apache.vinci.transport   
org.apache.vinci.transport.vns.service   
 

Uses of VinciServable in org.apache.uima.adapter.vinci
 

Classes in org.apache.uima.adapter.vinci that implement VinciServable
 class VinciAnalysisEngineService_impl
          Main class for a Vinci Analysis Engine service.
 class VinciBinaryAnalysisEngineService_impl
          Main class for a Vinci Analysis Engine service that uses the binary CAS serialization, rather than XCAS.
 

Uses of VinciServable in org.apache.uima.collection.impl.cpm.container.deployer.vns
 

Classes in org.apache.uima.collection.impl.cpm.container.deployer.vns that implement VinciServable
 class LocalVNS
          LOCAL Vinci Naming Service.
 

Uses of VinciServable in org.apache.vinci.transport
 

Classes in org.apache.vinci.transport that implement VinciServable
 class VinciServableAdapter
          Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame.
 

Methods in org.apache.vinci.transport that return VinciServable
 VinciServable BaseServer.getServable()
          Get the servable object being used by this server.
 

Constructors in org.apache.vinci.transport with parameters of type VinciServable
BaseServer(VinciServable my_servable)
          Create a new BaseServer that will delegate requests to the provided servable.
VinciServer(java.lang.String service_name, java.lang.String host_name, VinciServable servable)
          Create a new server.
VinciServer(java.lang.String service_name, java.lang.String host_name, VinciServable servable, int myPriority)
           
VinciServer(java.lang.String service_name, java.lang.String host_name, VinciServable servable, int myPriority, int myInstance)
          Create a new server.
VinciServer(java.lang.String service_name, VinciServable servable)
          Create a new server that reports the current machine's IP address as the host.
VinciServer(java.lang.String service_name, VinciServable servable, int myPriority)
           
VinciServer(java.lang.String service_name, VinciServable servable, int myPriority, int myInstance)
           
VinciServer(VinciServable servable)
          servable != null
 

Uses of VinciServable in org.apache.vinci.transport.vns.service
 

Classes in org.apache.vinci.transport.vns.service that implement VinciServable
 class VNS
          VNS (Vinci Naming Service) provides the "directory" of all available Vinci services.
 



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