Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.convenience.usersecurity.impl
Class CachedDataBinder

java.lang.Object
  extended by oracle.stellent.ridc.convenience.usersecurity.impl.CachedDataBinder


public class CachedDataBinder
extends java.lang.Object

Constructor Summary
CachedDataBinder(DataBinder binder)
          Create a object that remembers the binder and when it was created

 

Method Summary
 DataBinder getBinder()
          Get the DataBinder
 long getBinderFetchTime()
          Get the System time when this instance was fetched from Content Server
 boolean hasExpired(long timeToLive)
          Return true if the TimeToLive for this object has expired

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CachedDataBinder

public CachedDataBinder(DataBinder binder)
Create a object that remembers the binder and when it was created
Parameters:
binder - (possibly null)

Method Detail

getBinder

public DataBinder getBinder()
Get the DataBinder
Returns:
DataBinder

getBinderFetchTime

public long getBinderFetchTime()
Get the System time when this instance was fetched from Content Server
Returns:
milliseconds from System.currentTimeMillis ()

hasExpired

public boolean hasExpired(long timeToLive)
Return true if the TimeToLive for this object has expired
Parameters:
timeToLive - in milliseconds
Returns:

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.