Uses of Interface
org.apache.vinci.transport.VinciServable
Package
Description
-
Uses of VinciServable in org.apache.uima.adapter.vinci
Modifier and TypeClassDescriptionclass
Main class for a Vinci Analysis Engine service.class
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
-
Uses of VinciServable in org.apache.vinci.transport
Modifier and TypeClassDescriptionclass
Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a TransportableFactory that returns a VinciFrame.Modifier and TypeMethodDescriptionBaseServer.getServable()
Get the servable object being used by this server.ModifierConstructorDescriptionBaseServer
(VinciServable my_servable) Create a new BaseServer that will delegate requests to the provided servable.VinciServer
(String service_name, String host_name, VinciServable servable) Create a new server.VinciServer
(String service_name, String host_name, VinciServable servable, int myPriority) VinciServer
(String service_name, String host_name, VinciServable servable, int myPriority, int myInstance) Create a new server.VinciServer
(String service_name, VinciServable servable) Create a new server that reports the current machine's IP address as the host.VinciServer
(String service_name, VinciServable servable, int myPriority) VinciServer
(String service_name, VinciServable servable, int myPriority, int myInstance) VinciServer
(VinciServable servable) servable ! -
Uses of VinciServable in org.apache.vinci.transport.vns.service
Modifier and TypeClassDescriptionclass
VNS (Vinci Naming Service) provides the "directory" of all available Vinci services.