Class IncomingConnection
java.lang.Object
ecmwf.common.database.IncomingConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.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.longGets the start time.inthashCode()Hash code.voidsetDataMoverName(String dataMoverName) Sets the data mover name.voidSets the session id.voidSets the login.voidsetProtocol(String protocol) Sets the protocol.voidsetRemoteIpAddress(String remoteIpAddress) Sets the remote IP address.voidsetStartTime(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
-