|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.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 timeMethod Detail |
---|
public int getTime()
public boolean isRelative()
public String toString()
toString
in class Object
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |