Class TransferServerActionForm
java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.datafile.transferserver.TransferServerActionForm
- All Implemented Interfaces:
Serializable
public class TransferServerActionForm
extends ecmwf.web.controller.ECMWFActionForm
The Class TransferServerActionForm.
- See Also:
-
Field Summary
Fields inherited from class ecmwf.web.controller.ECMWFActionForm
ALLOWED_IN_IDENTIFIER, DATE, DATE_FORMAT_LONG, DATE_FORMAT_MEDIUM, DATE_FORMAT_SHORT, DATE_FORMATS, IDENTIFIER, ISODATE, NUMBER, NUMBER_OTHER, STRING
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the active.getCheck()
Gets the check.getHost()
Gets the host.Gets the host for replication name.Gets the host for replication options.getId()
Gets the id.Gets the last update.Gets the max inactivity.Gets the max transfers.getName()
Gets the name.getPort()
Gets the port.Gets the replicate.Gets the transfer group name.Gets the transfer group options.protected void
Populate from transfer server.protected void
Populate transfer server.void
reset
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Reset.protected void
Reset fields.void
Sets the active.void
Sets the check.void
Sets the host.void
setHostForReplicationName
(String string) Sets the host for replication name.void
Sets the id.void
setLastUpdate
(String string) Sets the last update.void
setMaxInactivity
(String string) Sets the max inactivity.void
setMaxTransfers
(String string) Sets the max transfers.void
Sets the name.void
Sets the port.void
setReplicate
(String string) Sets the replicate.void
setTransferGroupName
(String string) Sets the transfer group name.Methods inherited from class ecmwf.web.controller.ECMWFActionForm
adaptActionForward, adaptActionForward, addError, addError, addError, checkSize, checkType, cleanErrors, convertToBoolean, convertToDate, convertToDate, convertToInt, convertToLong, convertToString, getErrors, getPathParameter, getPathParameters, isDate, isIdentifier, isIsoDate, isNumber, isNumber, isString, newErrors, newErrors, newErrors, newErrors, nonBlank, nonNull, validateContent, validateContent
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
TransferServerActionForm
public TransferServerActionForm()
-
-
Method Details
-
getActive
-
getReplicate
-
getCheck
-
getId
-
getLastUpdate
-
getMaxInactivity
-
getMaxTransfers
-
getName
-
setActive
-
setReplicate
-
setCheck
-
setId
-
setLastUpdate
Sets the last update.- Parameters:
string
- the new last update
-
setMaxInactivity
Sets the max inactivity.- Parameters:
string
- the new max inactivity
-
setMaxTransfers
Sets the max transfers.- Parameters:
string
- the new max transfers
-
setName
-
getHost
-
getPort
-
setHost
-
setPort
-
getTransferGroupName
-
setTransferGroupName
Sets the transfer group name.- Parameters:
string
- the new transfer group name
-
getHostForReplicationName
Gets the host for replication name.- Returns:
- the host for replication name
-
setHostForReplicationName
Sets the host for replication name.- Parameters:
string
- the new host for replication name
-
getTransferGroupOptions
Gets the transfer group options.- Returns:
- the transfer group options
-
getHostForReplicationOptions
Gets the host for replication options.- Returns:
- the host for replication options
-
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Reset.- Overrides:
reset
in classorg.apache.struts.action.ActionForm
-
resetFields
protected void resetFields()Reset fields. -
populateTransferServer
Populate transfer server.- Parameters:
h
- the h
-
populateFromTransferServer
Populate from transfer server.- Parameters:
h
- the h
-