public class TransferEvent extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
error |
Throwable |
ex |
boolean |
isDir |
Constructor and Description |
---|
TransferEvent() |
Modifier and Type | Method and Description |
---|---|
long |
getBytesRead() |
long |
getBytesWritten() |
Throwable |
getEx() |
UnsignedInteger32 |
getFlags() |
byte[] |
getHandle() |
String |
getKey() |
FileSystem |
getNfs() |
String |
getPath() |
Date |
getStarted() |
boolean |
isDir() |
boolean |
isError() |
boolean |
isExists() |
boolean |
isHasReachedEOF() |
void |
setBytesRead(long bytesRead) |
void |
setBytesWritten(long bytesWritten) |
void |
setDir(boolean isDir) |
void |
setError(boolean error) |
void |
setEx(Throwable ex) |
void |
setExists(boolean exists) |
void |
setFlags(UnsignedInteger32 flags) |
void |
setHandle(byte[] handle) |
void |
setHasReachedEOF(boolean hasReachedEOF) |
void |
setKey(String key) |
void |
setNfs(FileSystem nfs) |
void |
setPath(String path) |
void |
setStarted(Date started) |
public boolean isDir
public boolean error
public Throwable ex
public byte[] getHandle()
public void setHandle(byte[] handle)
public String getPath()
public void setPath(String path)
public FileSystem getNfs()
public void setNfs(FileSystem nfs)
public long getBytesRead()
public void setBytesRead(long bytesRead)
public long getBytesWritten()
public void setBytesWritten(long bytesWritten)
public boolean isExists()
public void setExists(boolean exists)
public boolean isHasReachedEOF()
public void setHasReachedEOF(boolean hasReachedEOF)
public UnsignedInteger32 getFlags()
public void setFlags(UnsignedInteger32 flags)
public Date getStarted()
public void setStarted(Date started)
public boolean isDir()
public void setDir(boolean isDir)
public boolean isError()
public void setError(boolean error)
public Throwable getEx()
public void setEx(Throwable ex)
public String getKey()
public void setKey(String key)
Copyright © 2024. All rights reserved.