wt.queue
Class QueueEntryInfo

java.lang.Object
  extended bywt.queue.QueueEntryInfo
All Implemented Interfaces:
Serializable

public class QueueEntryInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  Vector args
           
(package private)  String entryNumber
           
(package private)  String owner
           
(package private)  String scheduleTime
           
(package private)  StatusInfo statusInfo
           
(package private)  String targetClass
           
(package private)  String targetMethod
           
 
Constructor Summary
QueueEntryInfo(WtQueueEntry qe)
           
 
Method Summary
 Vector getArgs()
           
 String getCode()
           
 String getEntryNumber()
           
 String getMessage()
           
 String getOwner()
           
 String getScheduleTime()
           
 String getTargetClass()
           
 String getTargetMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

Vector args

entryNumber

String entryNumber

statusInfo

StatusInfo statusInfo

targetClass

String targetClass

targetMethod

String targetMethod

owner

String owner

scheduleTime

String scheduleTime
Constructor Detail

QueueEntryInfo

public QueueEntryInfo(WtQueueEntry qe)
Method Detail

getArgs

public Vector getArgs()

getOwner

public String getOwner()

getEntryNumber

public String getEntryNumber()

getScheduleTime

public String getScheduleTime()

getCode

public String getCode()

getMessage

public String getMessage()

getTargetClass

public String getTargetClass()

getTargetMethod

public String getTargetMethod()