Class IncomingConnection
java.lang.Object
ecmwf.common.database.IncomingConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the data mover name.Gets the start time.getId()
Gets the session id.getLogin()
Gets the login.Gets the protocol.Gets the remote IP address.long
Gets the start time.int
hashCode()
Hash code.void
setDataMoverName
(String dataMoverName) Sets the data mover name.void
Sets the session id.void
Sets the login.void
setProtocol
(String protocol) Sets the protocol.void
setRemoteIpAddress
(String remoteIpAddress) Sets the remote IP address.void
setStartTime
(long startTime) Sets the start time.
-
Constructor Details
-
IncomingConnection
public IncomingConnection()
-
-
Method Details
-
getId
-
setId
-
getLogin
-
setLogin
-
getDataMoverName
-
setDataMoverName
Sets the data mover name.- Parameters:
dataMoverName
- the data mover name
-
getRemoteIpAddress
-
setRemoteIpAddress
Sets the remote IP address.- Parameters:
remoteIpAddress
- the remote IP address
-
getProtocol
-
setProtocol
-
getFormatedDuration
-
getStartTime
public long getStartTime()Gets the start time.- Returns:
- the start time
-
setStartTime
public void setStartTime(long startTime) Sets the start time.- Parameters:
startTime
- the start time
-
hashCode
-
equals
-