jGpibEnet.dataTypes
Class TypeGenericParams

java.lang.Object
  extended by jGpibEnet.dataTypes.TypeGenericParams
All Implemented Interfaces:
ParamsIfc, org.acplt.oncrpc.XdrAble

public class TypeGenericParams
extends java.lang.Object
implements ParamsIfc


Constructor Summary
TypeGenericParams()
          Creates a new instance of TypeGenericParams
TypeGenericParams(int linkId, int deviceFlags, int lockTimeout, int timeout)
           
 
Method Summary
 int getDeviceFlags()
           
 int getLinkId()
           
 int getLockTimeout()
           
 int getTimeout()
           
 void setDeviceFlags(int deviceFlags)
           
 void setLinkId(int linkId)
           
 void setLockTimeout(int lockTimeout)
           
 void setTimeout(int timeout)
           
 void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeGenericParams

public TypeGenericParams()
Creates a new instance of TypeGenericParams


TypeGenericParams

public TypeGenericParams(int linkId,
                         int deviceFlags,
                         int lockTimeout,
                         int timeout)
Method Detail

xdrEncode

public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      java.io.IOException
Specified by:
xdrEncode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

xdrDecode

public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      java.io.IOException
Specified by:
xdrDecode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

getLinkId

public int getLinkId()
Specified by:
getLinkId in interface ParamsIfc

setLinkId

public void setLinkId(int linkId)
Specified by:
setLinkId in interface ParamsIfc

getDeviceFlags

public int getDeviceFlags()

setDeviceFlags

public void setDeviceFlags(int deviceFlags)

getLockTimeout

public int getLockTimeout()

setLockTimeout

public void setLockTimeout(int lockTimeout)

getTimeout

public int getTimeout()

setTimeout

public void setTimeout(int timeout)