| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.wtc.jatmi.QueueTimeField
public final class QueueTimeField
This class contains a time value and whether or not this time value is absolute or relative time.
| Constructor Summary | |
|---|---|
| QueueTimeField(int aTime,
               boolean isRelative)This will construct this object with the given time (in seconds). | |
| Method Summary | |
|---|---|
|  int | getTime()Returns the time associated with this object in seconds | 
|  boolean | isRelative()Returns whether or not the time associated with this object is relative to the current time or is absolute | 
|  String | toString()Returs a string representation of this object | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public QueueTimeField(int aTime,
                      boolean isRelative)
aTime - The time in seconds an event should occur (dequeue or exiration)isRelative - If true, the time given is relative to the current time,
 otherwise the value is to be interpreted as an absolute time| Method Detail | 
|---|
public int getTime()
public boolean isRelative()
public String toString()
toString in class Object| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||