Class ProxyEvent
java.lang.Object
ecmwf.common.technical.ProxyEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the duration.Gets the local host.Gets the protocol.Gets the remote host.long
getSent()
Gets the sent.long
Gets the start time.boolean
Gets the upload.Gets the user name.Gets the user type.void
setDuration
(long duration) Sets the duration.void
setLocalHost
(String localHost) Sets the local host.void
setProtocol
(String protocol) Sets the protocol.void
setRemoteHost
(String remoteHost) Sets the remote host.void
setSent
(long sent) Sets the sent.void
setStartTime
(long startTime) Sets the start time.void
setUpload
(boolean upload) Sets the upload.void
setUserName
(String userName) Sets the user name.void
setUserType
(ProxyEvent.UserType userType) Sets the user type.
-
Constructor Details
-
ProxyEvent
-
-
Method Details
-
setUpload
public void setUpload(boolean upload) Sets the upload.- Parameters:
upload
- the new upload
-
getUpload
public boolean getUpload()Gets the upload.- Returns:
- the upload
-
getProtocol
-
setProtocol
-
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 new start time
-
getDuration
public long getDuration()Gets the duration.- Returns:
- the duration
-
setDuration
public void setDuration(long duration) Sets the duration.- Parameters:
duration
- the new duration
-
getSent
public long getSent()Gets the sent.- Returns:
- the sent
-
setSent
public void setSent(long sent) Sets the sent.- Parameters:
sent
- the new sent
-
getRemoteHost
-
setRemoteHost
Sets the remote host.- Parameters:
remoteHost
- the new remote host
-
getLocalHost
-
setLocalHost
Sets the local host.- Parameters:
localHost
- the new local host
-
getUserName
-
setUserName
Sets the user name.- Parameters:
userName
- the new user name
-
getUserType
-
setUserType
Sets the user type.- Parameters:
userType
- the new user type
-