wt.queue
Class QueueEntryInfo
java.lang.Object
wt.queue.QueueEntryInfo
- All Implemented Interfaces:
- Serializable
- public class QueueEntryInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
Vector args
entryNumber
String entryNumber
statusInfo
StatusInfo statusInfo
targetClass
String targetClass
targetMethod
String targetMethod
owner
String owner
scheduleTime
String scheduleTime
QueueEntryInfo
public QueueEntryInfo(WtQueueEntry qe)
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()