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 |
ExecXMLServiceFactory
A service factory that crawls a directory for xml files, and creates
a JDBC service from each of them.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCXMLServiceFactory
A service factory that crawls a directory for xml files, and creates
a JDBC service from each of them.
|
Modifier and Type | Class and Description |
---|---|
class |
PVARPCXMLServiceFactory
A pva rpcservice factory that crawls a directory for xml files, and creates
a pvAccessRPC rpcs ervice from each of them.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.registerServices(ServiceFactory serviceFactory) |
Copyright © 2010–2015. All rights reserved.