Uses of Class
com.caucho.server.cluster.ClusterObject

Packages that use ClusterObject
com.caucho.quercus.env   
com.caucho.quercus.lib.session   
com.caucho.server.cluster   
com.caucho.server.session   
 

Uses of ClusterObject in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env with parameters of type ClusterObject
 void ProSessionArrayValue.setClusterObject(ClusterObject clusterObject)
           
 void ResinSessionArrayValue.setClusterObject(ClusterObject obj)
           
 

Uses of ClusterObject in com.caucho.quercus.lib.session
 

Methods in com.caucho.quercus.lib.session that return ClusterObject
 ClusterObject ProSessionManager.createClusterObject(java.lang.String id)
          Creates the cluster object
 

Uses of ClusterObject in com.caucho.server.cluster
 

Fields in com.caucho.server.cluster with type parameters of type ClusterObject
protected  LruCache<HashKey,ClusterObject> StoreManager._clusterObjects
           
 

Methods in com.caucho.server.cluster that return ClusterObject
protected  ClusterObject StoreManager.create(Store store, HashKey key, int primary, int secondary, int tertiary)
          Creates the cluster object.
 ClusterObject ObjectManager.createClusterObject(java.lang.String id)
          Creates the cluster object
 ClusterObject Store.createClusterObject(java.lang.String objectId, int primary, int secondary, int tertiary)
          Returns a ClusterObject.
 

Methods in com.caucho.server.cluster with parameters of type ClusterObject
 void ClusterStoreManager.accessImpl(ClusterObject object)
          Updates the object's objectAccess time.
 void StoreManager.accessImpl(ClusterObject obj)
          Updates the object's objectAccess time in the persistent objectStore.
 boolean ClusterStoreManager.load(ClusterObject object, java.lang.Object value)
          Loads a distributed object from the backing objectStore
protected  boolean JdbcStoreManager.load(ClusterObject clusterObj, java.lang.Object obj)
          Load the session from the jdbc objectStore.
protected abstract  boolean StoreManager.load(ClusterObject clusterObject, java.lang.Object obj)
          Loads an object from the backing objectStore.
 boolean FileStoreManager.load(ClusterObject clusterObj, java.lang.Object obj)
          Loads the session from the filesystem.
 boolean FileBacking.load(ClusterObject clusterObj, java.lang.Object obj)
          Load the session from the jdbc objectStore.
 boolean ClusterStoreManager.load(ClusterObject object, java.lang.Object value, ClusterServer server)
           
 boolean FileBacking.loadIfVersion(ClusterObject clusterObj, java.lang.Object obj)
          Load the session from the jdbc objectStore.
 void ClusterStoreManager.remove(ClusterObject object)
          When the session is no longer valid, objectRemove it from the backing objectStore.
 void JdbcStoreManager.remove(ClusterObject obj)
          Removes the named object from the objectStore.
 void StoreManager.remove(ClusterObject obj)
          When the object is no longer valid, objectRemove it from the backing objectStore.
 void FileStoreManager.remove(ClusterObject obj)
          When the session is no longer valid, objectRemove it from the backing objectStore.
 void ClusterStoreManager.store(ClusterObject object, TempOutputStream tempOutputStream, byte[] digest, byte[] oldDigest)
          Stores the object in the backup.
protected  void JdbcStoreManager.store(ClusterObject obj, TempOutputStream tempStream, byte[] digest, byte[] oldHash)
          Save the object to the jdbc objectStore.
protected abstract  void StoreManager.store(ClusterObject clusterObject, TempOutputStream tempStream, byte[] dataHash, byte[] oldDataHash)
          Save the object to the objectStore.
 void FileStoreManager.store(ClusterObject obj, TempOutputStream tempStream, byte[] dataHash, byte[] oldDataHash)
          Saves the session to the filesystem.
 void AbstractClusterStoreManager.updateOwner(ClusterObject obj)
          Updates the owner object.
 void StoreManager.updateOwner(ClusterObject objectId)
          Updates the owner object.
 

Uses of ClusterObject in com.caucho.server.session
 

Methods in com.caucho.server.session that return ClusterObject
 ClusterObject SessionObjectManager.createClusterObject(java.lang.String id)
          Creates the cluster object