|
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
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)
Method Detail |
public int getTime()
public boolean isRelative()
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |