com.sas.net.connect
Class ArgumentRecord

com.sas.net.connect.ArgumentRecord

public class ArgumentRecord

A utility for com.sas.net.connect.RemoteObject


Field Summary
 int attribute
           
 com.sas.collection.hlist.HListItem hListItem
           
 java.lang.Object listVersion
           
 java.lang.Object originalReference
           
 int originalType
           
 double returnValue
           
static int SASV8
           
 
Constructor Summary
protected ArgumentRecord(double val, int type, int attrib, int SASVersion)
          protected contructor
protected ArgumentRecord(java.lang.Object ref, int type, int attrib, int SASVersion)
          protected contructor
 

Field Detail

hListItem

public com.sas.collection.hlist.HListItem hListItem

originalReference

public java.lang.Object originalReference

originalType

public int originalType

returnValue

public double returnValue

attribute

public int attribute

listVersion

public java.lang.Object listVersion

SASV8

public static int SASV8
Constructor Detail

ArgumentRecord

protected ArgumentRecord(java.lang.Object ref,
                         int type,
                         int attrib,
                         int SASVersion)
                  throws ConnectException
protected contructor

Parameters:
ref - reference to a parameter
type - a static type code from RemoteObject
attrib - a static attribute code from RemoteObject
Throws:
ConnectException

ArgumentRecord

protected ArgumentRecord(double val,
                         int type,
                         int attrib,
                         int SASVersion)
                  throws ConnectException
protected contructor

Parameters:
val - value of a parameter
type - a static type code from RemoteObject
attrib - a static attribute code from RemoteObject
Throws:
ConnectException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.