Class ServerRPCService

    • Field Detail

      • ops

        protected final Map<String,​org.epics.pvaccess.server.impl.remote.rpc.ServerRPCService.Op> ops
    • Constructor Detail

    • Method Detail

      • request

        public org.epics.pvdata.pv.PVStructure request​(org.epics.pvdata.pv.PVStructure args)
                                                throws RPCRequestException
        Description copied from interface: RPCService
        RPC call request. Implementation of this method should read arguments encoded in a PVStructure and return a result also in a form of PVStructure. In case of an error a RPCRequestException exception should be thrown.
        Specified by:
        request in interface RPCService
        Parameters:
        args - RPC request arguments.
        Returns:
        RPC request result.
        Throws:
        RPCRequestException - thrown in a case of an error.