Class ProxyEvent
java.lang.Object
ecmwf.common.technical.ProxyEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the duration.Gets the local host.Gets the protocol.Gets the remote host.longgetSent()Gets the sent.longGets the start time.booleanGets the upload.Gets the user name.Gets the user type.voidsetDuration(long duration) Sets the duration.voidsetLocalHost(String localHost) Sets the local host.voidsetProtocol(String protocol) Sets the protocol.voidsetRemoteHost(String remoteHost) Sets the remote host.voidsetSent(long sent) Sets the sent.voidsetStartTime(long startTime) Sets the start time.voidsetUpload(boolean upload) Sets the upload.voidsetUserName(String userName) Sets the user name.voidsetUserType(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
-