Class TransferServer

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferServer
All Implemented Interfaces:
Serializable, Cloneable

public class TransferServer extends DataBaseObject
The Class TransferServer.
See Also:
  • Field Details Link icon

    • TRG_NAME Link icon

      protected String TRG_NAME
      The trg name.
    • TRS_REPLICATE Link icon

      protected boolean TRS_REPLICATE
      The trs replicate.
    • TRS_ACTIVE Link icon

      protected boolean TRS_ACTIVE
      The trs active.
    • TRS_CHECK Link icon

      protected boolean TRS_CHECK
      The trs check.
    • TRS_HOST Link icon

      protected String TRS_HOST
      The trs host.
    • TRS_LAST_UPDATE Link icon

      protected long TRS_LAST_UPDATE
      The trs last update.
    • TRS_MAX_INACTIVITY Link icon

      protected int TRS_MAX_INACTIVITY
      The trs max inactivity.
    • TRS_MAX_TRANSFERS Link icon

      protected Integer TRS_MAX_TRANSFERS
      The trs max transfers.
    • TRS_NAME Link icon

      protected String TRS_NAME
      The trs name.
    • TRS_PORT Link icon

      protected int TRS_PORT
      The trs port.
    • HOS_NAME_FOR_REPLICATION Link icon

      protected Integer HOS_NAME_FOR_REPLICATION
      The hos name for replication.
    • transferGroup Link icon

      protected TransferGroup transferGroup
      The transfer group.
    • hostForReplication Link icon

      protected Host hostForReplication
      The host for replication.
  • Constructor Details Link icon

    • TransferServer Link icon

      public TransferServer()
      Instantiates a new transfer server.
    • TransferServer Link icon

      public TransferServer(String name)
      Instantiates a new transfer server.
      Parameters:
      name - the name
  • Method Details Link icon

    • getTransferGroupName Link icon

      public String getTransferGroupName()
      Gets the transfer group name.
      Returns:
      the transfer group name
    • setTransferGroupName Link icon

      public void setTransferGroupName(String param)
      Sets the transfer group name.
      Parameters:
      param - the new transfer group name
    • getActive Link icon

      public boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive Link icon

      public void setActive(boolean param)
      Sets the active.
      Parameters:
      param - the new active
    • setActive Link icon

      public void setActive(String param)
      Sets the active.
      Parameters:
      param - the new active
    • getReplicate Link icon

      public boolean getReplicate()
      Gets the replicate.
      Returns:
      the replicate
    • setReplicate Link icon

      public void setReplicate(boolean param)
      Sets the replicate.
      Parameters:
      param - the new replicate
    • setReplicate Link icon

      public void setReplicate(String param)
      Sets the replicate.
      Parameters:
      param - the new replicate
    • getCheck Link icon

      public boolean getCheck()
      Gets the check.
      Returns:
      the check
    • setCheck Link icon

      public void setCheck(boolean param)
      Sets the check.
      Parameters:
      param - the new check
    • setCheck Link icon

      public void setCheck(String param)
      Sets the check.
      Parameters:
      param - the new check
    • getHost Link icon

      public String getHost()
      Gets the host.
      Returns:
      the host
    • setHost Link icon

      public void setHost(String param)
      Sets the host.
      Parameters:
      param - the new host
    • getLastUpdate Link icon

      public long getLastUpdate()
      Gets the last update.
      Returns:
      the last update
    • setLastUpdate Link icon

      public void setLastUpdate(long param)
      Sets the last update.
      Parameters:
      param - the new last update
    • setLastUpdate Link icon

      public void setLastUpdate(String param)
      Sets the last update.
      Parameters:
      param - the new last update
    • getMaxInactivity Link icon

      public int getMaxInactivity()
      Gets the max inactivity.
      Returns:
      the max inactivity
    • setMaxInactivity Link icon

      public void setMaxInactivity(int param)
      Sets the max inactivity.
      Parameters:
      param - the new max inactivity
    • setMaxInactivity Link icon

      public void setMaxInactivity(String param)
      Sets the max inactivity.
      Parameters:
      param - the new max inactivity
    • getMaxTransfers Link icon

      public Integer getMaxTransfers()
      Gets the max transfers.
      Returns:
      the max transfers
    • setMaxTransfers Link icon

      public void setMaxTransfers(Integer param)
      Sets the max transfers.
      Parameters:
      param - the new max transfers
    • setMaxTransfers Link icon

      public void setMaxTransfers(int param)
      Sets the max transfers.
      Parameters:
      param - the new max transfers
    • getMaxTransfers Link icon

      public int getMaxTransfers(int defaultValue)
      Gets the max transfers.
      Parameters:
      defaultValue - the default value
      Returns:
      the max transfers
    • getName Link icon

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName Link icon

      public void setName(String param)
      Sets the name.
      Parameters:
      param - the new name
    • getHostForReplicationName Link icon

      public String getHostForReplicationName()
      Gets the host for replication name.
      Returns:
      the host for replication name
    • setHostForReplicationName Link icon

      public void setHostForReplicationName(String param)
      Sets the host for replication name.
      Parameters:
      param - the new host for replication name
    • getPort Link icon

      public int getPort()
      Gets the port.
      Returns:
      the port
    • setPort Link icon

      public void setPort(int param)
      Sets the port.
      Parameters:
      param - the new port
    • setPort Link icon

      public void setPort(String param)
      Sets the port.
      Parameters:
      param - the new port
    • getTransferGroup Link icon

      public TransferGroup getTransferGroup()
      Gets the transfer group.
      Returns:
      the transfer group
    • setTransferGroup Link icon

      public void setTransferGroup(TransferGroup param)
      Sets the transfer group.
      Parameters:
      param - the new transfer group
    • getHostForReplication Link icon

      public Host getHostForReplication()
      Gets the host for replication.
      Returns:
      the host for replication
    • setHostForReplication Link icon

      public void setHostForReplication(Host param)
      Sets the host for replication.
      Parameters:
      param - the new host for replication
    • hashCode Link icon

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object