openlsd.appli.admin.commondelete
Class LSDExtQueueMember

java.lang.Object
  extended by openlsd.common.datatype.LSDQueueMember
      extended by openlsd.appli.admin.commondelete.LSDExtQueueMember

public class LSDExtQueueMember
extends LSDQueueMember

Class to store information on each file to delete, including LSDBusiness information.

Author:
fbregier

Field Summary
 LSDBusiness lsdb
          Business Data
 
Fields inherited from class openlsd.common.datatype.LSDQueueMember
file, fileidx, filename, idop, isBlockMode, isSame, lcd, lci, lcp, legacy, nbRetry, passwd, size, status, todelete
 
Constructor Summary
LSDExtQueueMember(LSDDbLegacy legacy, LSDBusiness lsdb, LSDClientDelete lcd, java.lang.String passwd)
          Create a queue member from args
 
Method Summary
 java.lang.String toString()
          Return a String identifying the file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lsdb

public LSDBusiness lsdb
Business Data

Constructor Detail

LSDExtQueueMember

public LSDExtQueueMember(LSDDbLegacy legacy,
                         LSDBusiness lsdb,
                         LSDClientDelete lcd,
                         java.lang.String passwd)
Create a queue member from args

Parameters:
legacy -
lsdb -
lcd -
passwd -
Method Detail

toString

public java.lang.String toString()
Return a String identifying the file

Overrides:
toString in class LSDQueueMember
Returns:
String