Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.wtc.jatmi
Class QueueTimeField

java.lang.Object
  extended by weblogic.wtc.jatmi.QueueTimeField

All Implemented Interfaces:
Serializable

public final class QueueTimeField
extends Object
implements Serializable

This class contains a time value and whether or not this time value is absolute or relative time.

See Also:
Serialized Form

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

 

Method Detail

getTime

public int getTime()
Returns the time associated with this object in seconds
Returns:
The time associated with this object in seconds

isRelative

public boolean isRelative()
Returns whether or not the time associated with this object is relative to the current time or is absolute
Returns:
true if the time is relative, false if the time is absolute

toString

public String toString()
Returs a string representation of this object
Overrides:
toString in class Object
Returns:
A string of the form "time:isRelative"

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09