| Package | Description |
|---|---|
| org.diirt.datasource.sample.services.math | |
| org.diirt.service |
Support for services (request/response operations).
|
| org.diirt.service.exec |
Support for services based on command-line execution (exec xml syntax).
|
| org.diirt.service.jdbc |
Support for database services based on JDBC (jdbc xml syntax).
|
| org.diirt.support.cf.service | |
| org.diirt.support.pva.rpcservice |
Support for database services based on pvAccess RPC.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceMethodDescription |
MathServiceProvider.multiplyMethod()
Creates the service method description for the multiplication service
method.
|
| Constructor and Description |
|---|
AddServiceMethod(ServiceMethodDescription serviceMethodDescription,
ServiceDescription serviceDescription)
Creates a service method for adding
VNumbers together. |
MultiplyServiceMethod(ServiceMethodDescription serviceMethodDescription,
ServiceDescription serviceDescription)
Creates a service method for multiplying
VNumbers together. |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethodDescription |
ServiceMethodDescription.addArgument(String name,
String description,
Class<?> type)
Adds an argument for this method, with the given name, description and type.
|
ServiceMethodDescription |
ServiceMethodDescription.addResult(String name,
String description,
Class<?> type)
Adds a result for this method, with the given name, description and type.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDescription |
ServiceDescription.addServiceMethod(ServiceMethodDescription serviceMethodDescription)
Adds the given method to this service description.
|
| Constructor and Description |
|---|
ServiceMethod(ServiceMethodDescription serviceMethodDescription,
ServiceDescription serviceDescription)
Creates a new service method with the given description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecServiceMethodDescription
The description for an executor service method (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceMethodDescription |
GenericExecService.runMethod()
Creates description for the "run" service method; which simply runs the
command on the shell and returns the output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCServiceMethodDescription
The description for a JDBC service method (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceMethodDescription |
ChannelFinderService.queryMethod() |
| Constructor and Description |
|---|
QueryServiceMethod(ServiceMethodDescription serviceMethodDescription,
ServiceDescription serviceDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
RPCServiceMethodDescription
The description for a pvAccess RPC rpcservice method.
|
Copyright © 2015. All rights reserved.