Package | Description |
---|---|
org.epics.pvmanager.pva.rpcservice |
Support for database services based on pvAccess RPC.
|
Modifier and Type | Method and Description |
---|---|
RPCServiceMethodDescription |
RPCServiceMethodDescription.addArgument(String name,
String fieldName,
String description,
Class<?> type)
Adds an argument for pvAccess RPC rpcservice.
|
RPCServiceMethodDescription |
RPCServiceMethodDescription.addRPCResult(String name,
String fieldName,
String description,
Class<?> type)
Adds a result for the pvAccess RPC Service.
|
Modifier and Type | Method and Description |
---|---|
Map<String,RPCServiceMethodDescription> |
RPCServiceDescription.getRPCServiceMethodDescriptions()
Get RPC rpcservice method descriptions
|
Modifier and Type | Method and Description |
---|---|
RPCServiceDescription |
RPCServiceDescription.addServiceMethod(RPCServiceMethodDescription rpcServiceMethodDescription)
Adds a rpcservice method to the rpcservice.
|
Copyright © 2010–2015. All rights reserved.