Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.config.unit
Class Seconds

java.lang.Object
  extended by com.oracle.common.util.Duration
      extended by com.tangosol.coherence.config.unit.Seconds


public class Seconds
extends com.oracle.common.util.Duration

Seconds is a specialized Duration whose default constructor assumes that the specified units of time (when the unit magnitude is not specified) are seconds.

Note: This class is provided to simplify and support backwards compatibility during the injection of second-based units of time into appropriate classes. This class is not designed for general purpose representation of units of time. For general purpose units of time, please use the Duration class.

Since:
Coherence 12.1.2
Author:
bo 2012.01.18

Nested Class Summary

 

Nested classes/interfaces inherited from class com.oracle.common.util.Duration
com.oracle.common.util.Duration.Magnitude

 

Constructor Summary
Seconds(com.oracle.common.util.Duration d)
          Constructs a Seconds based on another Duration.
Seconds(int c)
          Constructs a Seconds representing a Duration measured in seconds.
Seconds(java.lang.String s)
          Constructs a Seconds representing a Duration measured in seconds.

 

Method Summary
 long get()
          Obtain the Duration in units of seconds.

 

Methods inherited from class com.oracle.common.util.Duration
as, equals, getNanos, hashCode, toString, toString

 

Constructor Detail

Seconds

public Seconds(com.oracle.common.util.Duration d)
Constructs a Seconds based on another Duration.
Parameters:
d - the Duration

Seconds

public Seconds(int c)
Constructs a Seconds representing a Duration measured in seconds.
Parameters:
c - the number of seconds

Seconds

public Seconds(java.lang.String s)
Constructs a Seconds representing a Duration measured in seconds.
Parameters:
s - the number of seconds or other duration when magnitudes are specified
See Also:
Duration.Duration(String, Magnitude)

Method Detail

get

public long get()
Obtain the Duration in units of seconds.
Returns:
the number of seconds in the Duration

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.