| Package | Description |
|---|---|
| org.diirt.datasource.sample.services.math | |
| org.diirt.javafx.tools | |
| 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 | Class and Description |
|---|---|
class |
AddServiceMethod
An example service method for the addition of
VNumbers. |
class |
MultiplyServiceMethod
An example service method for the multiplication of
VNumbers. |
| Constructor and Description |
|---|
ServiceMethodBrowserItem(ServiceMethod method) |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceMethod |
ServiceMethodDescription.createServiceMethod(ServiceDescription serviceDescription)
Creates a service method with the given description.
|
ServiceMethod |
ServiceRegistry.findServiceMethod(String fullName)
Finds a service method using a lookup string of the format "service/method".
|
ServiceMethod |
ServiceRegistry.findServiceMethod(String serviceName,
String methodName)
Finds the service method given by the name of the service and the method.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ServiceMethod> |
ServiceDescription.createServiceMethods()
Creates the service method instances that belongs to this service.
|
Map<String,ServiceMethod> |
Service.getServiceMethods()
Returns all the methods associated with this service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod |
ExecServiceMethodDescription.createServiceMethod(ServiceDescription serviceDescription) |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod |
JDBCServiceMethodDescription.createServiceMethod(ServiceDescription serviceDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryServiceMethod |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod |
RPCServiceMethodDescription.createServiceMethod(ServiceDescription serviceDescription) |
Copyright © 2015. All rights reserved.