Uses of Interface
org.apache.vinci.transport.VinciServable
-
Packages that use VinciServable Package Description 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 Modifier and Type Class Description classVinciAnalysisEngineService_implMain class for a Vinci Analysis Engine service.classVinciBinaryAnalysisEngineService_implMain 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 Modifier and Type Class Description classLocalVNSLOCAL Vinci Naming Service. -
Uses of VinciServable in org.apache.vinci.transport
Classes in org.apache.vinci.transport that implement VinciServable Modifier and Type Class Description classVinciServableAdapterAdapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame.Fields in org.apache.vinci.transport declared as VinciServable Modifier and Type Field Description private VinciServableBaseServer. servableMethods in org.apache.vinci.transport that return VinciServable Modifier and Type Method Description VinciServableBaseServer. getServable()Get the servable object being used by this server.Constructors in org.apache.vinci.transport with parameters of type VinciServable Constructor Description 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 Modifier and Type Class Description classVNSVNS (Vinci Naming Service) provides the "directory" of all available Vinci services.
-