org.hd.d.pg2k.svrCore.uploader
Class UploaderUtils.BatchUploadClientRequest

java.lang.Object
  extended by org.hd.d.pg2k.svrCore.uploader.UploaderUtils.BatchUploadClientRequest
Enclosing class:
UploaderUtils

public static final class UploaderUtils.BatchUploadClientRequest
extends java.lang.Object

Encapsulated immutable upload request from batch-upload client.


Field Summary
 java.lang.String description
          Exhibit description, never null but may be "".
 long exhibitLength
          Exhibit length; strictly positive.
 java.lang.String exhibitName
          Exhibit full name; always valid, never null.
 ROByteArray hashMD5
          Exhibit content MD5 hash; never null.
 
Constructor Summary
UploaderUtils.BatchUploadClientRequest(java.lang.String name, long length, ROByteArray hash, java.lang.String desc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exhibitName

public final java.lang.String exhibitName
Exhibit full name; always valid, never null.


exhibitLength

public final long exhibitLength
Exhibit length; strictly positive.


hashMD5

public final ROByteArray hashMD5
Exhibit content MD5 hash; never null.


description

public final java.lang.String description
Exhibit description, never null but may be "".

Constructor Detail

UploaderUtils.BatchUploadClientRequest

public UploaderUtils.BatchUploadClientRequest(java.lang.String name,
                                              long length,
                                              ROByteArray hash,
                                              java.lang.String desc)

DHD Multimedia Gallery V1.57.21

Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.