info.aduna.gee.publication.servlets.async
Class StoreReloadJob

java.lang.Object
  extended by info.aduna.gee.publication.servlets.async.StoreReloadJob

public class StoreReloadJob
extends Object

StoreReloadJob


Field Summary
 byte[] fileBytes
           
 String fileName
           
 String host
           
 String serverPath
           
 WStorable storable
           
 String user
           
 
Constructor Summary
StoreReloadJob(String serverPath, String host, String user, String fileName, byte[] fileBytes)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverPath

public String serverPath

host

public String host

user

public String user

fileName

public String fileName

fileBytes

public byte[] fileBytes

storable

public WStorable storable
Constructor Detail

StoreReloadJob

public StoreReloadJob(String serverPath,
                      String host,
                      String user,
                      String fileName,
                      byte[] fileBytes)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.