| Package | Description |
|---|---|
| org.epics.pvmanager.exec |
Support for services based on command-line execution (exec xml syntax).
|
| org.epics.pvmanager.jdbc |
Support for database services based on JDBC (jdbc xml syntax).
|
| org.epics.pvmanager.pva.rpcservice |
Support for database services based on pvAccess RPC.
|
| org.epics.pvmanager.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecService
A pvmanager service based on command line execution.
|
class |
GenericExecService |
| Modifier and Type | Method and Description |
|---|---|
Collection<Service> |
ExecXMLServiceFactory.createServices()
Crawls the directory and creates JDBC services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCService
A pvmanager service based on database queries.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Service> |
JDBCXMLServiceFactory.createServices()
Crawls the directory and creates JDBC services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RPCService
A pvmanager rpcservice for calling pvAccess RPC services.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Service> |
PVARPCXMLServiceFactory.createServices()
Crawls the directory and creates pvAccess RPC services.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceRegistry.findService(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Service> |
ServiceFactory.createServices()
Returns a collection of services to be registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRegistry.registerService(Service service) |
Copyright © 2010–2015. All rights reserved.