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 |
---|---|
static class |
Vinci.AFFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
VinciServable
Interface for implementing Vinci Services.
|
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 |
---|---|
static TransportableFactory |
VinciFrame.getVinciFrameFactory()
Get a TransportableFactory that creates new VinciFrames.
|
Modifier and Type | Method and Description |
---|---|
static Transportable |
BaseClient.sendAndReceive(Transportable in,
String host_name,
int p,
TransportableFactory f)
Convenience method for "one-shot" or "single-query" connections.
|
static Transportable |
BaseClient.sendAndReceive(Transportable in,
String host_name,
int p,
TransportableFactory f,
int socket_timeout)
Convenience method for "one-shot" or "single-query" connections with socket timeout support.
|
static Transportable |
BaseClient.sendAndReceive(Transportable in,
String host_name,
int p,
TransportableFactory f,
int socket_timeout,
int connect_timeout)
Convenience method for "one-shot" or "single-query" connections with socket timeout support &
connect timeout support.
|
static Transportable |
VinciClient.sendAndReceive(Transportable in,
String service_name,
TransportableFactory factory)
Convenience method for "one-shot"/single-query connections.
|
static Transportable |
VinciClient.sendAndReceive(Transportable in,
String service_name,
TransportableFactory factory,
int socket_timeout)
Convenience method for "one-shot"/single-query connections.
|
static Transportable |
VinciClient.sendAndReceive(Transportable in,
String service_name,
TransportableFactory factory,
int socket_timeout,
int connect_timeout)
Convenience method for "one-shot"/single-query connections.
|
Transportable |
PooledVinciClient.sendAndReceive(Transportable in,
TransportableFactory f)
Send a request to the service and receive the response, using the provided transportable
factory in place of the client-provided one.
|
Transportable |
BaseClient.sendAndReceive(Transportable in,
TransportableFactory f)
Same as sendAndReceive(Transportable) except the provided factory is used to create the return
document in place of the default factory.
|
Transportable |
PooledVinciClient.sendAndReceive(Transportable in,
TransportableFactory f,
int socketTimeout)
Send a request to the service and receive the response, using the provided transportable
factory and socketTimeout in place of the client-provided ones.
|
Transportable |
BaseClient.sendAndReceive(Transportable in,
TransportableFactory f,
int timeout)
Same as sendAndReceive(Transportable, timeout) except the provided factory is used to create
the return document in place of the default factory.
|
protected Transportable |
BaseClient.sendAndReceiveWork(Transportable in,
TransportableFactory f) |
protected Transportable |
BaseClient.sendAndReceiveWork(Transportable in,
TransportableFactory f,
int timeout) |
void |
PooledVinciClient.setTransportableFactory(TransportableFactory factory)
Set a transportable factory that will be used in place of the VinciFrame factory.
|
void |
BaseClient.setTransportableFactory(TransportableFactory f)
Set the transportable factory used by this client.
|
Constructor and Description |
---|
BaseClient(String h,
int p,
TransportableFactory f)
Open up the service at the specified host and port.
|
BaseClient(String h,
int p,
TransportableFactory f,
int timeout)
Open up the service at the specified host and port, using the specified connect timeout.
|
BaseClient(TransportableFactory f)
Create a base client without establishing a connection.
|
BaseClient(TransportableFactory f,
int timeout)
Create a base client without establishing a connection.
|
VinciClient(String service_name,
TransportableFactory factory)
Constructs a new client connected to the requested service.
|
VinciClient(String service_name,
TransportableFactory factory,
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.
|
VinciClient(TransportableFactory f)
Construct a new client WITHOUT opening a connection, using the specified factory to create
return documents.
|
Modifier and Type | Method and Description |
---|---|
Transportable |
VinciContext.sendAndReceive(Transportable in,
String service_name,
TransportableFactory factory)
See documentation for VinciClient.sendAndReceive().
|
Transportable |
VinciContext.sendAndReceive(Transportable in,
String service_name,
TransportableFactory factory,
int socket_timeout)
See documentation for VinciClient.sendAndReceive().
|
Transportable |
VinciContext.sendAndReceive(Transportable in,
String service_name,
TransportableFactory factory,
int socket_timeout,
int connect_timeout)
See documentation for VinciClient.sendAndReceive().
|
Modifier and Type | Method and Description |
---|---|
static TransportableFactory |
AFrame.getAFrameFactory()
Get a TransportableFactory that creates new AFrames.
|
Modifier and Type | Method and Description |
---|---|
static Transportable |
TransportableConverter.convert(Transportable convert_me,
TransportableFactory factory)
Convert a transportable to the type of transportable returned by a factory.
|
Modifier and Type | Field and Description |
---|---|
static TransportableFactory |
ServeonResult.factory |
static TransportableFactory |
ResolveResult.factory |
Modifier and Type | Class and Description |
---|---|
class |
VNS
VNS (Vinci Naming Service) provides the "directory" of all available Vinci services.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.