org.apache.jcs.engine
Class CacheInfo

java.lang.Object
  extended byorg.apache.jcs.engine.CacheInfo

public class CacheInfo
extends java.lang.Object

A shared static variable holder for the lateral cache


Field Summary
static long listenerId
          Description of the Field
protected static java.rmi.dgc.VMID vmid
          Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmid

protected static java.rmi.dgc.VMID vmid
Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host. Need since there is no way to identify a client other than by host in rmi. TODO: may have some trouble in failover mode if the cache keeps its old id. We may need to reset this when moving into failover.


listenerId

public static long listenerId
Description of the Field



Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.