Print Page as PDF
gov.va.med.vistalink.rpc.RpcRequestFactory ICR (5239)

gov.va.med.vistalink.rpc.RpcRequestFactory    ICR (5239)

Name Value
NUMBER 5239
IA # 5239
DATE CREATED 2008/07/03
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.vistalink.rpc.RpcRequestFactory
GENERAL DESCRIPTION
public class RpcRequestFactory extends java.lang.Object
implements gov.va.med.vistalink.adapter.record.VistaLinkRequestFactory:

Factory class to creates instances of RpcRequest.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
getRpcRequest
public static RpcRequest getRpcRequest() throws
FoundationsException: Creates a RpcRequest with a null RpcContext and RpcName.

public static RpcRequest getRpcRequest(java.lang.String rpcContext) throws
FoundationsException: Creates a RpcRequest with the specified RpcContext and a
null RpcName.

public static RpcRequest getRpcRequest(java.lang.String rpcContext,
java.lang.String rpcName) throws FoundationsException: Creates appropriate rpc
request object to be passed into the connection.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns gov.va.med.vistalink.rpc.RpcRequest: an
RpcRequest with a null RpcContext and RpcName.
rpcContext Input
(optional 1st parameter) java.lang.String rpcContext:
name of RPC context to execute RPC(s) under with this request.
throws Output
Throws gov.va.med.exception.FoundationsException:
currently in method signature to maintain backwards compatibility, but the
exception is not actually thrown.
rpcName Input
(optional second parameter) java.lang.String rpcName:
name of the RPC to execute with this request.
DATE ACTIVATED 2008/07/11