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 |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalVNS
LOCAL Vinci Naming Service.
|
Modifier and Type | Class and Description |
---|---|
class |
VinciServableAdapter
Adapter class for VinciServable, which provides a do-nothing cleanExit() method and a
TransportableFactory that returns a VinciFrame.
|
Modifier and Type | Method and Description |
---|---|
VinciServable |
BaseServer.getServable()
Get the servable object being used by this server.
|
Constructor and 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
|
Modifier and Type | Class and Description |
---|---|
class |
VNS
VNS (Vinci Naming Service) provides the "directory" of all available Vinci services.
|
Copyright © 2013. All Rights Reserved.