org.epics.directory
Class DSService

java.lang.Object
  extended by 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

Constructor Summary
DSService()
           
 
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
 

Constructor Detail

DSService

public DSService()
Method Detail

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.