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.support
Class SDEntityData

java.lang.Object
  extended by com.sigmadynamics.sdo.support.SDOBase
      extended by com.sigmadynamics.sdo.base.SDO
          extended by com.sigmadynamics.sdo.support.SDEntityData

All Implemented Interfaces:
SDOInterface, EntityDataInterface, EntityInterface
Direct Known Subclasses:
EntityData

public abstract class SDEntityData
extends SDO
implements EntityInterface, EntityDataInterface

A wrapper around an SDEntity that makes the entity's metadata cacheable by a single SDEntityCache.

Thread safety for the EntityDataInterface methods is managed by the owning SDEntityCache, the only object that should be calling those methods.

Since:
1.0

Field Summary

 

Fields inherited from class com.sigmadynamics.sdo.support.SDOBase
description, internalName, sdExternalName

 

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

 

Methods inherited from class com.sigmadynamics.sdo.support.SDOBase
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId, setDescription, setSDOId, setSDOLabel

 

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

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.EntityInterface
fill, reset, resetAttributes

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.client.SDOInterface
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.EntityDataInterface
entity

 

Method Detail

setInvalidationTime

public void setInvalidationTime(long time)
Specified by:
setInvalidationTime in interface EntityDataInterface
Parameters:
time - milliseconds

isValid

public boolean isValid()
Specified by:
isValid in interface EntityDataInterface

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.