Uses of Class
com.tc.object.ObjectID

Packages that use ObjectID
com.tc.object   
com.tc.object.applicator   
com.tc.object.bytecode   
com.tc.object.dna.api   
 

Uses of ObjectID in com.tc.object
 

Fields in com.tc.object declared as ObjectID
static ObjectID ObjectID.NULL_ID
          The NULL ObjectID
 

Methods in com.tc.object that return ObjectID
 ObjectID TCObjectExternal.getObjectID()
           
 

Methods in com.tc.object with parameters of type ObjectID
 void TCObjectExternal.setArrayReference(int index, ObjectID value)
           
 

Uses of ObjectID in com.tc.object.applicator
 

Methods in com.tc.object.applicator with parameters of type ObjectID
 java.lang.Object ApplicatorObjectManager.lookupObject(ObjectID oid)
           
 

Uses of ObjectID in com.tc.object.bytecode
 

Methods in com.tc.object.bytecode with parameters of type ObjectID
static java.lang.String ByteCodeUtil.generateAutolockName(ObjectID id)
          Get auto lock name for object identifier
static java.lang.String ByteCodeUtil.generateVolatileLockName(ObjectID id, java.lang.String fieldName)
          Get volatile lock name
 java.lang.Object NullManager.lookupObject(ObjectID id)
           
 java.lang.Object Manager.lookupObject(ObjectID id)
          Look up object by ID, faulting into the JVM if necessary
static java.lang.Object ManagerUtil.lookupObject(ObjectID id)
          Look up object by ID, faulting into the JVM if necessary
 java.lang.Object NullManager.lookupObject(ObjectID id, ObjectID parentContext)
           
 java.lang.Object Manager.lookupObject(ObjectID id, ObjectID parentContext)
          Look up object by ID, faulting into the JVM if necessary, This method also passes the parent Object context so that more intelligent prefetching is possible at the L2.
static java.lang.Object ManagerUtil.lookupObjectWithParentContext(ObjectID id, ObjectID parentContext)
          Look up object by ID, faulting into the JVM if necessary, This method also passes the parent Object context so that more intelligent prefetching is possible at the L2.
 void NullManager.preFetchObject(ObjectID id)
           
 void Manager.preFetchObject(ObjectID id)
          Prefetch object by ID, faulting into the JVM if necessary, Async lookup and will not cause ObjectNotFoundException like lookupObject.
static void ManagerUtil.preFetchObject(ObjectID id)
          Prefetch object by ID, faulting into the JVM if necessary, Async lookup and will not cause ObjectNotFoundException like lookupObject.
 

Uses of ObjectID in com.tc.object.dna.api
 

Methods in com.tc.object.dna.api that return ObjectID
 ObjectID DNA.getObjectID()
          Gets the id of the object represented by this DNA strand.
 ObjectID DNA.getParentObjectID()
          If this object is an inner class, get the parent object identifier
 

Methods in com.tc.object.dna.api with parameters of type ObjectID
 void DNAWriter.setParentObjectID(ObjectID id)
          Set parent object ID for inner classes
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.