Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.sdo.interfaces
Interface EntityDataInterface

All Known Implementing Classes:
EntityData, SDEntityData

public interface EntityDataInterface

A wrapper around an SDEntity that allows the entity to be cached by a single, owning, SDEntityCache. Methods of this interface should be called only by the owning SDEntityCache.


Method Summary
 EntityInterface entity()
           
 boolean isValid()
           
 void setInvalidationTime(long time)
           

 

Method Detail

setInvalidationTime

void setInvalidationTime(long time)
Parameters:
time - milliseconds

isValid

boolean isValid()

entity

EntityInterface entity()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.