|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient
de.fzj.unicore.uas.client.BaseUASClient
de.fzj.unicore.uas.client.FileTransferClient
de.fzj.unicore.uas.client.ByteIOBaseClient
public abstract class ByteIOBaseClient
base class for the byteio clients
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.fzj.unicore.uas.client.FileTransferClient |
|---|
FileTransferClient.IChunked, FileTransferClient.IMonitorable |
| Field Summary | |
|---|---|
protected int |
chunksize
|
static int |
DEFAULT_CHUNKSIZE
|
protected ProgressListener<java.lang.Long> |
progressListener
|
| Fields inherited from class de.fzj.unicore.uas.client.FileTransferClient |
|---|
append |
| Fields inherited from class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient |
|---|
epr, proxyMaker, retryDecider, securityProperties, url |
| Constructor Summary | |
|---|---|
ByteIOBaseClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr)
|
|
ByteIOBaseClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
|
|
ByteIOBaseClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr)
|
|
ByteIOBaseClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
|
|
| Method Summary | |
|---|---|
long |
getSize()
get the size of the (export) file |
void |
setChunksize(int chunksize)
|
void |
setProgressListener(ProgressListener<java.lang.Long> listener)
|
| Methods inherited from class de.fzj.unicore.uas.client.FileTransferClient |
|---|
getParentStorage, getProtocol, getResourcePropertiesDocument, getSource, getStatus, getStatusSummary, getTarget, getTransferredBytes, readAllData, setAppend, writeAllData |
| Methods inherited from class de.fzj.unicore.uas.client.BaseUASClient |
|---|
extractReceiver, getSecurityProperties, getServerVersion, setRetryDefaults |
| Methods inherited from class de.fzj.unicore.wsrflite.xmlbeans.client.BaseWSRFClient |
|---|
checkConnection, checkConnection, destroy, getConnectionStatus, getCurrentTime, getEPR, getLT, getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, GetResourcePropertyDocument, getRP, getTerminationTime, getUpdateInterval, getUrl, makeProxy, queryResourceProperties, setConnectionTimeout, setConnectionTimeout, setRetryHandler, setTerminationTime, setUpdateInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_CHUNKSIZE
protected int chunksize
protected ProgressListener<java.lang.Long> progressListener
| Constructor Detail |
|---|
public ByteIOBaseClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
throws java.lang.Exception
url - epr - sec -
java.lang.Exception
public ByteIOBaseClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr,
IUASSecurityProperties sec)
throws java.lang.Exception
epr - sec -
java.lang.Exception
public ByteIOBaseClient(java.lang.String url,
org.w3.x2005.x08.addressing.EndpointReferenceType epr)
throws java.lang.Exception
url - epr -
java.lang.Exception
public ByteIOBaseClient(org.w3.x2005.x08.addressing.EndpointReferenceType epr)
throws java.lang.Exception
epr -
java.lang.Exception| Method Detail |
|---|
public long getSize()
getSize in class FileTransferClientpublic void setChunksize(int chunksize)
setChunksize in interface FileTransferClient.IChunkedpublic void setProgressListener(ProgressListener<java.lang.Long> listener)
setProgressListener in interface FileTransferClient.IMonitorable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||