- ExecService - Class in org.epics.pvmanager.exec
-
A pvmanager service based on command line execution.
- ExecService(ExecServiceDescription) - Constructor for class org.epics.pvmanager.exec.ExecService
-
Creates a new execution service from the given service description.
- ExecServiceDescription - Class in org.epics.pvmanager.exec
-
The description on how to construct an exec service.
- ExecServiceDescription(String, String) - Constructor for class org.epics.pvmanager.exec.ExecServiceDescription
-
A new service description with the given service name and description.
- ExecServiceMethodDescription - Class in org.epics.pvmanager.exec
-
The description for an executor service method (i.e.
- ExecServiceMethodDescription(String, String) - Constructor for class org.epics.pvmanager.exec.ExecServiceMethodDescription
-
A new service method with the given name and description.
- ExecServices - Class in org.epics.pvmanager.exec
-
Utility class to create JDBCServices.
- executorService(ExecutorService) - Method in class org.epics.pvmanager.exec.ExecServiceDescription
-
The ExecutorService on which to execute the query.
- ExecXMLServiceFactory - Class in org.epics.pvmanager.exec
-
A service factory that crawls a directory for xml files, and creates
a JDBC service from each of them.
- ExecXMLServiceFactory(File) - Constructor for class org.epics.pvmanager.exec.ExecXMLServiceFactory
-
Creates a new factory that reads from the given directory.