Class NetworkSendParams

java.lang.Object
networkTransfer.send.NetworkSendParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class NetworkSendParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • NETWORKSEND_BYTEARRAY Link icon

      public static final int NETWORKSEND_BYTEARRAY
      See Also:
    • NETWORKSEND_JSON Link icon

      public static final int NETWORKSEND_JSON
      See Also:
    • ipAddress Link icon

      public String ipAddress
    • portNumber Link icon

      public int portNumber
    • password Link icon

      public String password
    • userId Link icon

      public String userId
    • stationId1 Link icon

      public int stationId1
    • stationId2 Link icon

      public int stationId2
    • savePassword Link icon

      public boolean savePassword
    • sendingFormat Link icon

      public int sendingFormat
    • maxQueuedObjects Link icon

      public int maxQueuedObjects
      Max number of queued Objects.
    • maxQueueSize Link icon

      public int maxQueueSize
      Max queue size in kilobytes
  • Constructor Details Link icon

    • NetworkSendParams Link icon

      public NetworkSendParams()
  • Method Details Link icon

    • setDataBlock Link icon

      public void setDataBlock(PamDataBlock dataBlock, boolean doSend)
      Set send selection for an individual datablock.
      Parameters:
      dataBlock - datablock
      doSend - true - will send, false don't send.
    • findDataBlock Link icon

      public String findDataBlock(PamDataBlock dataBlock)
      Find if a datablock is listed in the list of wanted datablocks. If it is, return a reference to the string in the array list.
      Parameters:
      dataBlock - datablock.
      Returns:
      reference to string name.
    • clearDataBlocks Link icon

      public void clearDataBlocks()
    • getParameterSet Link icon

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.