|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.ObjectReference
wt.fc.CachedObjectReference
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) static class |
CachedObjectReference.Singleton
|
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static String |
FC_RESOURCE
|
private boolean |
inflated
|
protected static String |
INFLATED
Label for the attribute. |
protected static long |
OLD_FORMAT_VERSION_UID
|
private Persistable |
readOnlyObject
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
(package private) static boolean |
SERVER
|
Fields inherited from class wt.fc.ObjectReference |
KEY, object, OBJECT_ID |
Fields inherited from interface wt.fc.WTReference |
OBJECT |
Constructor Summary | |
CachedObjectReference()
|
Method Summary | |
void |
deflate()
Supported API: false |
Persistable |
getObject()
Supported API: false |
Persistable |
getReadOnlyObject()
Supported API: false |
void |
inflate()
Supported API: false |
abstract void |
inflate(CachedObjectReference cor)
Supported API: false |
abstract void |
inflate(Persistable obj)
Supported API: false |
protected boolean |
isInflated()
Gets the value of the attribute: INFLATED. |
boolean |
isObjectInflated()
Returns true if the reference currently contains an inflated persistable |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(CachedObjectReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
refresh()
obtains a new "copy" of the object held by the Cached object reference service Supported API: false |
void |
reset()
reset essentially nulls any reference that this CachedObjectReference holds Supported API: false |
protected void |
setInflated(boolean a_Inflated)
Sets the value of the attribute: INFLATED. |
void |
setObjectNull()
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.fc.ObjectReference |
equals, getClassInfo, getConceptualClassname, getKey, getObjectId, getReferencedClass, getReferencedClass, hashCode, hasPersistence, initialize, initialize, initialize, initialize, newObjectReference, newObjectReference, newObjectReference, newObjectReference, readVersion, references, setKey, setObject, setObjectId, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
protected static final String INFLATED
private boolean inflated
private Persistable readOnlyObject
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
static final boolean SERVER
private static final String FC_RESOURCE
Constructor Detail |
public CachedObjectReference()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ObjectReference
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ObjectReference
input
-
IOException
ClassNotFoundException
protected boolean readVersion(CachedObjectReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class ObjectReference
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class ObjectReference
input
-
SQLException
DatastoreException
protected boolean isInflated()
protected void setInflated(boolean a_Inflated)
a_Inflated
- public void deflate() throws WTException
deflate
in class ObjectReference
WTException
public final void inflate() throws WTRuntimeException
WTRuntimeException
public abstract void inflate(Persistable obj)
obj
- public abstract void inflate(CachedObjectReference cor)
cor
- public Persistable getObject() throws WTRuntimeException
getObject
in interface WTReference
getObject
in class ObjectReference
WTRuntimeException
public Persistable getReadOnlyObject() throws WTRuntimeException
WTRuntimeException
public void refresh() throws WTException
refresh
in interface WTReference
refresh
in class ObjectReference
WTException
public void reset() throws WTException
WTException
public void setObjectNull()
public boolean isObjectInflated()
isObjectInflated
in class ObjectReference
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |