org.epics.directory
Class DSService
java.lang.Object
org.epics.directory.DSService
public class DSService
- extends Object
DSService implements an EPICS V4 RPC service for retrieving data
from a directory service.
As written, DSService expects arguments of the following form:
string query - The query which is used to get data from the
directory service, e.g. "SR:C01-MG:G06*"
The service returns results as a PVStructure of normative type NTTable.
- Author:
- Ralph Lange
Method Summary |
static void |
main(String[] args)
main runs the DSService. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSService
public DSService()
main
public static void main(String[] args)
throws org.epics.pvaccess.CAException
- main runs the DSService.
- Throws:
org.epics.pvaccess.CAException
- pvAccess exception
Copyright © 2012-2013 EPICS. All Rights Reserved.